A:link {
	color: Blue
}
A:visited {
	color: #0000CD
}
A:active {
	color: Blue
}
A:hover {
	color: Red
}
A.menu:link {
	color: Black;
	text-decoration : none;
}
A.menu:visited {
	color: #343434;
	text-decoration : none;
}
A.menu:active {
	color: Black;
	text-decoration : none;
}
A.menu:hover {
	color: #;
	text-decoration : underline;
}
font, b, p, span, div {
font-family : Arial, Helvetica, sans-serif;
}
td {
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
}
#black {
color: Black;
}
#gray{
color: #DCDCDC;
}
#green{
color: Green;
}
#dgray{
color: #363636;
}
 #white {
 color: White;
}
#blue {
 color: Blue;
}
#red {
 color: Red;
}  
#yellow{
	color: #CE9979;
}
 #bold {
 font-weight : bold;
}
.small{
font-size : 8pt;
}
.smallb{
font-size : 8pt;
font-weight : bold;
}
.middle{
font-size : 9pt;
}
.middleb{
 font-size : 9pt;
font-weight : bold;
}
.normal{
font-size : 10pt;
}
.normalb{
font-size : 10pt;
font-weight : bold;
}
.big{
font-size : 12pt;
}
.bigb{
font-size : 12pt;
font-weight : bold;
}
.sbig{
font-size : 14pt;
}
.sbigb{
font-size : 14pt;
font-weight : bold;
}
.formopr{
font-size:8pt;width:350;
}
.formmain{
font-size:7pt;width:65;
}
.farMenuBut
{
	background:#9EB4BB;
	height: 20;
	padding:1;
}

.farMenuBut2
{
	font-family:Arial,sans-serif;
	font-size:11px;
	color: Black;
	font-weight:bold;
	background:#9EB4BB;
	border:solid 1px #D1E6ED;
	padding-left:5;
}
.farSubMenu
{
	background-Color: #D1E6ED;
	cursor:hand;
	width:100%;
	padding-top:4;
	padding-bottom:4;
	padding-left:6;
	padding-right:3;
	font-family:Arial,sans-serif;
	font-size:10pt;
	color:black;
	border-bottom:1px solid white;
}