html

{

	height: 100%;

}



body

{

	font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;

	margin:10px;

	height:100%;

}



img

{

	border:none;

}







h1 {

 color: #444;

 background-color: transparent;

 font-size: 16px;

 font-weight: bold;

 margin: 24px 0 2px 0;

 padding: 5px 0 6px 0;

}



code {

 font-family: Monaco, Verdana, Sans-serif;

 font-size: 12px;

 background-color: #f9f9f9;

 border: 1px solid #D0D0D0;

 color: #002166;

 display: block;

 margin: 14px 0 14px 0;

 padding: 12px 10px 12px 10px;

}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #e8fffc;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #bbfff6;
color: #e10000;

}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}


h2

{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h2 a:link {text-decoration: none; color: #000000;}
h2 a:visited {text-decoration: none; color: #000000;}
h2 a:active {text-decoration: none; color: #000000;}
h2 a:hover {text-decoration: none; color: #c30000;}


.tools
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #2a2a2a;
}
A.tools, A.tools:active, A.tools:visited
{
	COLOR: #2a2a2a; TEXT-DECORATION: none;
}
A.tools:hover
{
	COLOR: #008eda; TEXT-DECORATION: underline;
}



#paging {  
 	padding:5px;  
	font-family:Arial, Helvetica, sans-serif;  
	font-size:12px;  
	color:#000000;  
	font-weight:bold;  
	}  
 
#paging a{  
	padding:4px 7px 4px 7px;  
	margin:0px 2px 0px 2px;  
	border:1px solid gray;  
	background:#FFFFFF;  
	color:#000000;  
	text-decoration:none;  
	}  
 
#paging a:hover{  
	border:1px solid gray;  
	background:#e8fffc;  
	color:#e10000;  
	text-decoration:none;  
	}  


.footer
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9px;
	COLOR: #2a2a2a;
}
A.footer, A.footer:active, A.footer:visited
{
	COLOR: #2a2a2a; TEXT-DECORATION: none;
}
A.footer:hover
{
	COLOR: #008eda; TEXT-DECORATION: underline;
}


.bold
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #393939;
	font-weight: bold;
}


.site
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 13px;
	COLOR: #000000;
}
A.site, A.site:active, A.site:visited
{
	COLOR: #993300; TEXT-DECORATION: underline;
}
A.site:hover
{
	COLOR: #ff0000; TEXT-DECORATION: underline;
}
