@charset "utf-8";
/* CSS Document */

/* Start Global */

html, body {
	height: 100%; 
	background-color:#FFFFFF;
	margin-top:0;
	margin-bottom:0;
}


BODY {
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #4A8685; 
	SCROLLBAR-3DLIGHT-COLOR: #4A8685; 
	SCROLLBAR-ARROW-COLOR: #4A8685; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
} 


/* End Global */






/* Start Nav */

a.navlink:link,a.navlink:visited,a.navlink:active,a.navlink:hover{
	color: #003399;
	font: 11pt "Times New Roman", Times;
	font-weight: normal;
	text-decoration: none;
	letter-spacing:1.1;
}

a.navlink:hover{
	text-decoration: underline;
}

/* End Nav */

/* Start Content */

td {
	color: #000000 ;
	font-weight: normal;
	text-decoration: none;
	font: 9pt Verdana, Geneva, sans-serif;
}




a:link, a:visited, a:active, a:hover {
	color: #0048ff;
	font-weight: normal;
	text-decoration: none;
	font: 9pt Verdana, Geneva, sans-serif;
}

a:hover {
	text-decoration: underline;
}


H1 { 
	color: #000066;
	font: 14pt "Times New Roman", Times;
	font-weight: normal;
	text-decoration: none;
	margin-bottom:0;
}


H2 { 
	color: #29c2de;
	font: 14pt "Times New Roman", Times;
	font-weight: normal;
	text-decoration: none;
	margin-bottom:0;
}

H3 { 
	color: #ed2424;
	font: 14pt "Times New Roman", Times;
	font-weight: normal;
	text-decoration: none;
	margin-bottom:0;}

/* End Content */


/* Start Forms */

.formtd {
	color: #003366;
	font: 10pt arial;
	font-weight: normal;
	text-decoration: none;
}

input { 
	color:darkslategray; 
	font: 9pt arial; 
	font-weight: normal; 
	text-decoration: none; 
	background: white; 
	border: 1 solid #468CBF;
}

select {
	color: #737373;
	font:  9pt arial;
	font-weight: normal;
	text-decoration: none;
	background: white;
	border: 1px solid #5f7896;
}

textarea { 
	color: #737373; 
	font: 9pt arial; 
	font-weight: normal; 
	text-decoration: none; 
	background: white; 
	border: 1px solid #5f7896;
}

/* End Forms */
