/* CSS Document */

body{
	background-image:url(images/bgTile2.jpg);
	margin:0px;
}

#leftFade{
	background-image:url(images/leftGrassFade.jpg);
	background-repeat:repeat-y;
}

#rightFade{
	background-image:url(images/rightGrassFade.jpg);
	background-repeat:repeat-y;
}

#board{
	background-image:url(images/boardBG.jpg);
	background-repeat:repeat-y;
}

.text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#241e21;
	font-weight:none;
	text-decoration:none;
	line-height:18px;
}

.smallText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#241e21;
	font-weight:none;
	text-decoration:none;
	line-height:14px;
}

.plugText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:white;
	font-weight:none;
	text-decoration:none;
	line-height:18px;
}

.textLink{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#241e21;
	font-weight:none;
	text-decoration:none;
	line-height:18px;
}
a.textLink:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#682f20;
	font-weight:none;
	text-decoration:underline;
	line-height:18px;
}

.smallTextLink{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#241e21;
	font-weight:none;
	text-decoration:none;
	line-height:14px;
}
a.smallTextLink:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#682f20;
	font-weight:none;
	text-decoration:underline;
	line-height:14px;
}

.plugTextLink{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:white;
	font-weight:none;
	text-decoration:underline;
	line-height:18px;
}
a.plugTextLink:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#d5cfa6;
	font-weight:none;
	text-decoration:underline;
	line-height:18px;
}

.slateLink{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#c0bebe;
	font-weight:none;
	text-decoration:none;
	line-height:18px;
}

a.slateLink:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#d5cfa6;
	font-weight:none;
	text-decoration:underline;
	line-height:18px;
}

