/* CSS Document */
body	{
	font-size:	70%;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	margin-bottom: inherit;
	margin-left: 0px;
	margin-top: inherit;
	margin-right: 0px;
	background-color: #E9E9E9;
	background-image:url(images/bg_fade.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}		
	
p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	font-size: 1.0em;
	}	
	
.small	{	
	font-size:	0.90em;
	}

.highlight	{
	font-weight: bold;
	}	
			
.reverse {
	color: #2A2E85;
	}
	
.white {
	color: #FFFFFF;
	}	

.RowOdd {
	background-color: #81CB7E;
	color: #2F4F43;
	}

.RowEven {
	background-color: #A6DBA4;
	color: #2F4F43;
	}
		
h1	{
	font-family: Arial, Tahoma, Verdana;
	font-size:	1.35em;
	font-weight: bold;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	color: #056CA8;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 	
	}	
		
h2	{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	font-size:	1em;
	color: #FFFFFF;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
		
h3	{	
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #000000;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
		
h4	{	
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #000000;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
	
h5	{	
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	0.85em;
	color: #000000;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}		
		
h6	{	
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #000000;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}			
	

/* Links */		
			
a:	{
	text-decoration:	none;
	color:#2A2E85;
	}				
			
a:link	{
	text-decoration:	none;
	color:#056BAD;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:#056BAD;
	}	
		
a:active	{	
	text-decoration:	none;
	color:#056BAD;
	}	
		
a:hover	{
	text-decoration:	underline;
	color:#056BAD;
	}	


/* Form elements and buttons */

.formbutton:link{
background-color: #2A2E85;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: bold 10px Arial, Tahoma, Verdana;
}
.formbutton{
background-color: #2A2E85;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: bold 10px Arial, Tahoma, Verdana;
}
.formbutton:hover{
background-color: #2A2E85;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: bold 10px Arial, Tahoma, Verdana;
}
.formbutton:visited{
background-color: #2A2E85;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: bold 10px Arial, Tahoma, Verdana;
}


/* Scrollbar - remove /* if active - see http://www.chillibomb.com/scroll_bars.htm for tool */

/* html, body{
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-BASE-COLOR: #51B84D;
SCROLLBAR-TRACK-COLOR: #3E6959;
} */


/* Layout Options tables  */

#mainlayout {
	height:592px; 
	width:1003px;
	left:70%; 
	margin-left:-301px; 
} 

.highlights {
	color: #FFFFFF;
}
.highlights a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}
.highlights a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;	
}
.highlights a:visited {
	font-weight: bold;		
}
