/* MASTER LINKS ---------------- */
/* LINK1 - GREY w/ ORANGE hover */
/* LINK2 - BLUE w/ LIGHT BLUE hover */



/* ------------------------------- LINK STYLE 1 */
a.link1:link {
	text-decoration: underline ;
	color: #CC9900 ;
}
a.link1:visited {
	text-decoration: underline ;
	color: #CC9900 ;
}
a.link1:hover {
	text-decoration: none ;
	color: #CCCCCC ;
}
a.link1:alink {
	text-decoration: none ;
	color: #FF9900 ;
}

/* ------------------------------- LINK STYLE 2 */
a.link2:link {
	text-decoration: underline ;
	color: #003399 ;
}
a.link2:visited {
	text-decoration: underline ;
	color: #003399 ;
}
a.link2:hover {
	text-decoration: none ;
	color: #0099FF ;
}
a.link2:alink {
	text-decoration: none ;
	color: #0099FF ;
}

/* ------------------------------- LINK WHITE */
a.linkwhite:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.linkwhite:visited {
	text-decoration: none ;
	color: #FFFFFF ;
	font-weight: bold;
}
a.linkwhite:hover {
	text-decoration: none ;
	color: #FFFF00 ;
	font-weight: bold;
}
a.linkwhite:alink {
	text-decoration: none ;
	color: #FFFF00 ;
	font-weight: bold;
}

/* ------------------------------- LINK Menu */
a.menulink:link {
	text-decoration: none ;
	color: #306193 ;
}
a.menulink:visited {
	text-decoration: none ;
	color: #306193 ;
}
a.menulink:hover {
	text-decoration: underline ;
	color: #306193 ;
}
a.menulink:alink {
	text-decoration: none ;
	color: #306193 ;
}

/* ------------------------------- CONTENT */

td {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 12px ;
	color: #666666 ;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #333333;
}
.contentsmall {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 10px;
	color: #333333;
}

.contentsmallheader {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}

.contentwhite {
	font-family: Arial, Helvetica, sans-serif ; 
	color: #FFFFFF ;
	
}

.footercontent {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 11px;
	color: #666666 ;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.headerbg {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 14px;
	font-weight: bold;
	color: #936E25;
}



/* ------------------------------- TABLE CELLS */
td.tablehead {
	font-family: arial ; 
	font-size: 12px ;
	font-weight: bold ;
	color: #FFFFFF ;
	background-color: #003399 ;
}
td.shaded {
	font-family: arial ; 
	font-size: 12px ;
	background-color: #EFEFEF ;
}
td.notshaded {
	font-family: arial ; 
	font-size: 12px ;
}
/* -------------------------------- MISC */

hr { color: #666666;}

.menu
{
	BORDER-RIGHT: #306193 1px solid; 
	BORDER-TOP: #306193 1px solid; 
	BORDER-LEFT: #306193 1px solid; 
	BORDER-BOTTOM: #306193 1px solid; 
	BACKGROUND-COLOR: #f5f5f5;
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 8pt;
}
.menuBar
{
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 11.5px;
	background-color:#1071d4;
	cursor:hand;
	color:#ffffff;
	background-image: url(/images/tab-bg.jpg);
	background-repeat: repeat-x;
}
table.main{
	magin-left:-5px;
	
}
/*------------------------------Main "Quick Links" links-----------*/
a.quick:link {
	
text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
}
a.quick:visited {
text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
a.quick:hover {
	text-decoration: none;
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
}
a.quick:alink {
text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
/********************HEADERS****************************/


h2{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #0865B3;
	margin-bottom: 5px;
	margin-top: 5px;
}
hr.indexhr{
	color: #0865B3;
	width: 700px;
	height:2px;
	margin-top:2px;
	margin-bottom:2px;
}
/********************SPRITES****************************/
div.standardbtn a {
	width: 154px;
	background-image: url(/images/header-2nd-standard-sprite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 35px;
	text-indent: -9999px;
		}
div.standardbtn a:hover {
			background-position: bottom;
		}
div.custombtn a {
	width: 254px;
	background-image: url(/images/header-2nd-custom-sprite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 35px;
	text-indent: -9999px;
		}
div.custombtn a:hover {
			background-position: bottom;
		}
		div.standardbtn2 a {
	width: 205px;
	background-image: url(/images/standard-sprite2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 35px;
	text-indent: -9999px;
		}
div.standardbtn2 a:hover {
			background-position: bottom;
		}
		
		div.custombtn2 a {
	width: 339px;
	background-image: url(/images/custom-sprite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 35px;
	text-indent: -9999px;
		}
div.custombtn2 a:hover {
			background-position: bottom;
		}
		
		
/********************************************************************************************
                                  COLOR CHART
********************************************************************************************/		
		
div.colors{
	float:left;
	display:block;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 9px;
	width:80px;
	height:62px;
}
div.colors img{
	border: 1px solid #000000;
	width:80px;
	height:35px;
	margin-top: 5px;
	
}
div.colorbox{
	margin:0;width:710px;}

div.colors p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 7px;
}
div.sporator{
	margin-top: 0px;
	margin-bottom: 7px;
}