/* _______________ Universal _______________ */

A:link {
	color: Red;
	text-decoration: none;
}
A:visited { color: Red;
	text-decoration: none; }
A:hover {
	color: 2D8A1B;
	text-decoration: none;
}

BODY {
	background-color: #C7DBDC;
	margin: 0px;
	scrollbar-base-color: FB9A63;
	scrollbar-track-color: A9BABB;
	scrollbar-face-color: 2A525E;
	scrollbar-highlight-color: 93A2A3;
	scrollbar-3dlight-color: CDF0EF;
	scrollbar-darkshadow-color: 644A25;
	scrollbar-shadow-color: 000000;
	scrollbar-arrow-color: C9EAE9;
}

p { 
	margin-top: 14px; margin-bottom: 2px; 
}

.FontTen {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

.FontEleven {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.FontElevenBold {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.FontTwelve {
	font-family: verdana, arial, helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}

.FontTwelveBold {
	font-family: arial, helvetica, sans-serif;
	color: #E00317;
	font-weight: bold;
	font-size: 12px;
}

.FontSixteenBold {
	font-family: arial, helvetica, sans-serif;
	color: #E00317;
	font-weight: bold;
	font-size: 16px;
}

	TEXTAREA { 
	border:1px #CACACA solid;
	color: #555555;
	font-size: 9px;
	font-family: verdana;
    background-color: #EDEDED
 }
 
 INPUT { 
	border:1px #CACACA solid;
	color: #555555;
	font-size: 9px;
	font-family: verdana;
    background-color: #EDEDED
 }
 
  SELECT { 
	border:1px #CACACA solid;
	color: #555555;
	font-size: 9px;
	font-family: verdana;
    background-color: #EDEDED
 }
 
  OPTION { 
	border:1px #CACACA solid;
	color: #555555;
	font-size: 9px;
	font-family: verdana;
    background-color: #EDEDED
 }
