

a.header				{ text-decoration: none; font-size: 10px; font-weight: 800; font-family:Arial, Verdana, Sans-Serif;}
a.header:link			{ color: #000000 }
a.header:visited		{ color: #000000 }
a.header:hover			{ color: #0000CE; text-decoration: underline;}

a.tablelinks			{ text-decoration: none; font-family:Arial, Verdana, Sans-Serif;}
a.tablelinks:link		{ color: #000000; text-decoration: none; }
a.tablelinks:visited	{ color: #000000; text-decoration: none; }
a.tablelinks:hover		{ color: #000000; text-decoration: none; }

a.nav					{ text-decoration: none; font-family:Arial, Verdana, Sans-Serif; font-weight:bold;}
a.nav:link				{ color: #ffffff; text-decoration: none; }
a.nav:visited			{ color: #ffffff; text-decoration: none; }
a.nav:hover				{ text-decoration: none; }
a.navdrop:hover			{ text-decoration: none; }

a.links					{ text-decoration: none; font-family:Arial, Verdana, Sans-Serif;}
a.links:link			{ color: #0e0d1e; text-decoration: none; }
a.links:visited			{ color: #0e0d1e; text-decoration: none; }
a.links:hover			{ color: #000000; text-decoration: none; }

a.linkswhite			{ text-decoration: none; font-family:Arial, Verdana, Sans-Serif;}
a.linkswhite:link		{ color: #ffffff; text-decoration: none; }
a.linkswhite:visited	{ color: #ffffff; text-decoration: none; }
a.linkswhite:hover		{ color: #ffffff; text-decoration: none; }

a.languagelinks			{ text-decoration: none; font-family:Arial, Verdana, Sans-Serif;font-size:11px;}
a.languagelinks:link	{ color: #000; text-decoration: none; }
a.languagelinks:visited	{ color: #000; text-decoration: none; }
a.languagelinks:hover	{ color: #000; text-decoration: none; }


.nav {
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 8px;
	color: #ffffff;
	text-align: center;
	width: 90px;
	text-decoration: none;
	z-index:2;
}

.navdrop {
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	width: 180px;
	text-decoration: none;
	padding-left: 5px;
	
}

.bodyCopy {
	color: #0e0d1e;
	font-family: arial, verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
}

.copy{
	color: #0D0E1D;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;

}


.bodyBold {
		color: #0e0d1e;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:13px;
	font-weight:bold;
}

.bodyBoldWhite {
	color: #ffffff;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:13px;
	font-weight:bold;
}

.copy{
	color: #0e0d1e;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;

}

.copywhite{
	color: #ffffff;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;

}

.copywhite{
	color: #ffffff;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;

}

.caltext{
	color: #000000;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;

}


.copyBold {
		color: #0e0d1e;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	font-weight:bold;
}

.copywhiteBold {
		color: #ffffff;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	font-weight:bold;
}

.titles {
		color: #0e0d1e;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:13px;
	font-weight:bold;
}

.copyBox {
	font-family:Arial, Verdana, Sans-Serif;
	padding-left: 18px;
	padding-right: 18px;
	color: #0e0d1e;
	font-size:11px;
	font-weight:normal;
}

.footer{
	color: #CECECE;
	font-size : 10px;
	text-decoration: none;
	font-family:Arial, Verdana, Sans-Serif;
	padding-left : 55px;

}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 65px;
	z-index: 10;

}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 10;

}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}


.FormFields {
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
}

.FormFields1 {
	font-family:Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
	height:17px;
}

.dashline { 
 	border: 1px solid #BEBEBE;
 	border-style: dotted;
 	font-family: Tahoma, verdana;
 	font-size: 11px;
}

.topbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

