@charset "UTF-8";
/* CSS Document */

body {
	background-color: b2c1cb;
	background-image: url(/images/main_tile_4x768.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mainLinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
}
a:link {color: #FFFFFF; text-decoration: none;}     /* unvisited link */
a:visited {color: #ffffff; text-decoration: none;}  /* visited link */
a:hover {color: #CCFFFF; text-decoration: none;}   /* mouse over link */
a:active {color: #ffffff; text-decoration: none;}   /* selected link */