.imageBorder {
	border: thin solid #FFFFFF;
	color: #FFFFFF;
}
.copyright {
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
}

#footer {
	text-align: center; 
	color: #FFFFFF; 
	font-size: 9px;
	margin-bottom: 10px
}

#footer a {
	color: #FFFFFF;
	text-decoration: none
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline
}

#footer a:visited {
	color: #999999;
	text-decoration: none
}

#footer a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline
}

/*body {
	background-position: 0px 0px;
	BGCOLOR: #FFFFFF;
	LEFTMARGIN: 0;
	TOPMARGIN: 0;
	MARGINWIDTH: 0;
	MARGINHEIGHT: 0;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}*/

body {
	background: url(../images/bg_repeat.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}

td {
	background-repeat: no-repeat;
}
.NavMenuLeftItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.mainBodyContent {
	font-size: 12px;
}
.copyrightCorporate {

	font-size: 9px;
	color: #CCCCCC;
}
.copyrightParties {


	font-size: 9px;
	color: #FF0000;
}
.mainBodyContentMedium {
	font-size: 13px;
	color: #000000;

}
.mainBodyContentLarge {


	font-size: 14px;
}
.mainBodyListItem {
	font-size: 12px;
	color: #000000;

}

.mainBodySectionHeader {
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.menuLink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.menuLink:hover {
	color: #FFFF00;
}

.mainBodyContentSmall {


	font-size: 10px;
}
.breadcrumbs {



	font-size: 9px;
	color: #FF0000;
}
li {
	color: #FF0000;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
