a:link {color: #0977b7; font-weight: none; text-decoration: none;}
a:visited {  color: #0977b7; font-weight: none; text-decoration: none; } 
a:active {  color: #000000; font-weight: none;} 
a:hover {  color: #000000; font-weight: none;} 


a.nav:link {color: #4f66a4; font-size: 11pt; font-weight: bold; text-decoration: none; font-family: Arial, sans-serif;}
a.nav:visited {  color: #4f66a4; font-size: 11pt; font-weight: bold; text-decoration: none; font-family: Arial, sans-serif;} 
a.nav:active {  color: #000000; font-size: 11pt; font-weight: bold; font-family: Arial, sans-serif;} 
a.nav:hover {  color: #8db247; font-size: 11pt; font-weight: bold; font-family: Arial, sans-serif;} 

a:link img {border: solid 1px #697eb8; }
a:visited img {border: solid 1px #cccccc; }
a:active img {border: solid 1px #cccccc;} 
a:hover img {border : 1px solid #88bc00;} 


/* roll over styles, reference from www.cssplay.co.uk*/

a.screen, a.screen:visited {
color:#000; 
position:relative; 
z-index:1;

}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:100px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:2px solid #000; /* add a border */
left:15px; /* position:the image */
top:15px;
background: #ffffff;

}


a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
min-height:120px; /* now give it a height */
z-index:500; 
}

a.screen:hover b img {
border:0; /* remove the link border */
}

.title_bg {
background:#ffffff;
width: 95px;
padding-left: 5px;
padding-bottom: 2px;

/*font style*/
color:#0e1851; 
z-index:1;
font-family: Arial, helvetica, sans-serif;
font-weight: normal;
}

/* end roll over styles */


.main{
	background-color: #ffffff;
	font-family: Trebuchet MS, Verdana; 
	color: #000000;
 	font-weight: normal;
	font-size: 8pt; 
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #cccccc;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	
}

.inside{
	background-color: #ffffff;
	font-family: Trebuchet MS, Verdana; 
	color: #434343;
 	font-weight: normal;
	font-size: 9pt; 
	border-style: solid;
	border-width: 0px;
	border-color: #007B7B;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
			
}

.text{
	line-height: 1.5 em;
	text-indent: 0px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.text2{
	line-height: 1.75 em;
	text-indent: 0px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: left;
}




.table{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
}

h1{
	font-family: Trebuchet MS, Verdana, sans-serif; 
	color: #859b5b;
 	font-weight: bold;
	font-size: 20pt;
	text-transform: capitalize;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: left;
	border-bottom: 2px solid #deecc8;

}

h2{
	font-family: Trebuchet MS, Verdana; 
	color: #859b5b;
 	font-weight: bold;
	font-size: 10pt; 
	text-transform: none;
	border-style: solid;
	border-width: 0px;
	border-color: #007B7B;
	margin-bottom: 0px;
	text-align: left;
			
}

body 
{	
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #eeeeee;
	scrollbar-face-color: #e3e3e3;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #dddddd;
	scrollbar-darkshadow-color: #dddddd;


        background-color: #eff9d2;
        background-image: url('bg_tile.jpg');
        background-position: top;
        background-repeat: repeat-x;
        background-attachment: fixed;   

	
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 8pt;
	color: #a3a3a3;
	
	text-align: center;
	margin-top: 3%;
	margin-bottom: 0px;
	}

td{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 8pt;
	color: #434343;
	text-align: left;
}

ul{
	
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: 60px;
		
	}

li{
	line-height: 1.65em;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	top: 0px;
}

hr {
	background-color:#f1f1f1; 
	border: 1px solid #f1f1f1;
	margin-bottom: 5px;

}

