td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.greyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
}
.whiteheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #6A8ABB;
	border: 1px solid #8194C7;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6A8ABB;
}

/* link styles */

a:link.mainlink 		  { font-weight: normal; font-size: 12px; color: #000000; font-family: arial; text-decoration: none; }
a:visited.mainlink	      { font-weight: normal; font-size: 12px; color: #000000; font-family: arial; text-decoration: none; }
a:hover.mainlink		  { font-weight: normal; font-size: 12px; color: #FFFFFF; font-family: arial; text-decoration: none; background-color: #6A8ABB; }

a:link.smalllink		  { font-weight: normal; font-size: 10px; color: #000000; font-family: verdana; text-decoration: none; }
a:visited.smalllink	      { font-weight: normal; font-size: 10px; color: #000000; font-family: verdana; text-decoration: none; }
a:hover.smalllink		  { font-weight: normal; font-size: 10px; color: #FFFFFF; font-family: verdana; text-decoration: none; background-color: #6A8ABB; }

a:link.boldlink		      { font-weight: normal; font-size: 10px; font-weight: bold; color: #000000; font-family: verdana; text-decoration: none; }
a:visited.boldlink	      { font-weight: normal; font-size: 10px; font-weight: bold; color: #000000; font-family: verdana; text-decoration: none; }
a:hover.boldlink		  { font-weight: normal; font-size: 10px; font-weight: bold; color: #FFFFFF; font-family: verdana; text-decoration: none; background-color: #6A8ABB; }


.loginheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #8F8F8F;
}
.splitter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4px;
	font-weight: normal;
	background-attachment: scroll;
	background-image: url(images/gfx/splitter_bg.gif);
	background-repeat: repeat-y;
}
.mainmenulinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.duallinebg {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
}
