/* CSS Document */

font {
	color: #4C4C4C;
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
}
.textsmall {
	color: #909090;
	font-family: Verdana;
	font-size: 10px;
}

.copyright {
	font: 10px Verdana;
	color: #828282;
}

.bluefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2676B4;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
.bluefonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2676B4;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.whitebold {
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bolder;
}
.blackfont {
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
}
.whitebold2 {
	font-family: "Univers 65 Bold";
	font-size: 14px;
	color: #FFFFFF;
}
.menutitle {
	font-family: Verdana;
	font-size: 11.5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	background-color:#404040;
}
.menu {
	font-family: Verdana;
	font-size: 10.5px;
	color: #666666;
	text-decoration: none;
	padding-left: 8px;
}
.menu2 {
	font-family: Verdana;
	font-size: 10.5px;
	color: #666666;
	text-decoration: underline;
	
}
.whitemenu {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	
}
.tblmenu {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}
.tblmenu2 {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	
}.biggerhome {
	color: #717171;
	font-family: Verdana;
	font-size: 13px;
}
.textbottom {
	color: #4C4C4C;
	font-family: Verdana;
	font-size: 11px;
}
.newindextitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3F65AD;
}
.grayindextitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #606060;
}

.whiteindextitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
.yellowindextitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EBF402;
}
.whiteportal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
}
.blackportal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
}
.orange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8400;
}

.orange1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FD5F00;
}
.black14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.cfborder {
	border-top: 3px none #6C6C6C;
	border-right: 3px solid #6C6C6C;
	border-bottom: 3px none #6C6C6C;
	border-left: 3px solid #6C6C6C;
}
.white14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.purplefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8600AD;
}
.orange22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FD5F00;
}
.orange16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FD5F00;
}
/* top menu */
#dropmenudiv{
position:absolute;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
color:#FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #918f8f;
color:#FFFFFF;
}

