@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
.bgshadow {
	background-image: url(images/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}
.footermenulink {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.footermenulink:hover {
	color: #000000;
	text-decoration: underline;
}
.footerseparateline {
	font-family: Verdana;
	font-size: 7pt;
	color: #999999;
}
.bgmenuleft {
	background-color: #4766BF;
	background-image: url(images/bg_menuleft_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgcontentajax {
	background-image: url(images/bg_ajax.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.headlinetitle {
	font-family: verdana;
	font-size: 9pt;
	color:#669900;
	text-decoration: none;
	text-align: left;
	font-weight:bold;
}
.headlinetitle2 {
	font-family: verdana;
	font-size: 9pt;
	color:#333333;
	text-decoration: none;
	text-align: left;
	font-weight:bold;
}
.contentleft {
	font-family: verdana;
	font-size: 8pt;
	color:#333333;
	text-decoration: none;
	text-align: left;
}

.contentsmall {
	font-family: verdana;
	font-size: 7pt;
	color:#333333;
	text-decoration: none;
	text-align: left;
}

.link2 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.link2:hover {
	color: #000000;
	text-decoration: underline;
}

.link3 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.link3:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover.contentleft{ 
color:#0066cc;
}
