

	A:link		{color:#4B7C6D; text-decoration: underline}
	A:visited		{color:#4B7C6D; text-decoration: underline}
	A:hover		{color:#001E7F; text-decoration: none}

	
.clsNode {
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
cursor: hand;
color: black;
}

a.clsNode:link	{
		color:#4B7C6D;
		text-decoration: none;
		font-family: arial, verdana, sans-serif;
		font-size:10px;
		font-weight:bold;
	}

a.clsNode:visited {
		color:#4B7C6D;
		text-decoration: none;
		font-family: arial, verdana, sans-serif;
		font-size:10px;
		font-weight:bold;
	}

a.clsNode:hover {
		color:#001E7F;
		text-decoration: none;
		font-family: arial, verdana, sans-serif;
		font-size:10px;
		font-weight:bold;
	}

a.clsNode:active {
		color:#001e7f;
		text-decoration: none;
		font-family: arial, verdana, sans-serif;
		font-size:10px;
		font-weight:bold;
	}


	a.mainmenu:link	{
		color:#4B7C6D;
		text-decoration: none;
		font-family: Arial;
		font-size:10px;
		font-weight:bold;
	}

	a.mainmenu:visited {
		color:#4B7C6D;
		text-decoration: none;
		font-family: arial;
		font-size:10px;
		font-weight:bold;
	}

	a.mainmenu:hover {
		color:#001E7F;
		text-decoration: none;
		font-family: arial;
		font-size:10px;
		font-weight:bold;
	}

body {
		scrollbar-arrow-color: #0C5D74;
		scrollbar-highlight-color: #0C5D74;
		scrollbar-base-color : white;
		scrollbar-shadow-color: white;
		scrollbar-face-color: white;
		scrollbar-darkshadow-color: #0C5D74;
		scrollbar-track-color: white;
	}
	
	td.header{
		color:#ffffff;
		text-decoration: none;
		font-family: Arial;
		font-size:9pt;
		font-weight:bold;
	}
	
	td.header2{
		color:#7E165A;
		text-decoration: none;
		font-family: Arial;
		font-size:9pt;
		font-weight:bold;
	}
	
	td.bodytext {
		color:#001E7F;
		text-decoration: none;
		font-family: Arial;
		font-size:11px;
		font-weight:regular;
	}
	
	a.bodytext {
		color:#001E7F;
		text-decoration: none;
		font-family: Arial;
		font-size:11px;
		font-weight:bold;
		}
	
	a.bodytext:link {
		color:#001E7F;
		text-decoration: none;
		font-family: Arial;
		font-size:11px;
		font-weight:regular;
	}
	a.bodytext:hover {
		color:#001E7F;
		text-decoration: underline;
		font-family: Arial;
		font-size:11px;
		font-weight:regular;
	}
	
		a.bodytext:visited {
		color:#001E7F;
		text-decoration: none;
		font-family: Arial;
		font-size:11px;
		font-weight:regular;
	}
	
	
	
	td.bottom{
		color:#4B7C6D;
		text-decoration: none;
		font-family: Arial;
		font-size:11px;
		font-weight:bold;
	}
	
	select.dropdown {
	font-family: arial; 
	color : #000000;
	border: 1px solid Navy;
	font-size:11px;
	background:#ffffff; 
}

input.input {
	font-family: arial;
	color : #000000;
	font-size:11px;
	border: 1px solid Navy;
	background:#ffffff;
}

TEXTAREA.input {
	font-family: arial; 
	color : #000000;
	font-size:11px;
	border:1px;
	border: 1px solid Navy;
	background:#ffffff; 
}