body {
	font-family: Arial, Helvetica, san-serif;
	color: #666666: 0px;
	margin: 0px;
	text-decoration: none;
	background-color: #565656;
}
td {
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.Header {
	font-size: 20px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-left: 5px;
	font-weight: lighter;
}
.Header2 {
	font-size: 20px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/img-vpxl2.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.Header3 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.Header3 {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
}
.Content {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.News {
	font-size: 14px;
	font-weight: bold;
	color: #C4C4C4;
	padding-left: 4px;
	background-image: url(../images/img-vpxl.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/*Ticker*/

#domticker{
	width: 800px;
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	font-family: Arial, Helvetica, san-serif;
	color: #FFFFFF;
	font-size: 11px;
}
#domticker a{
}
.ticker {color: #E52129;
}


/*SlideShow*/

.pagination{
	width: 390px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: #898989;
	height: 22px;
	border: 5px solid #898989;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.pagination a{
	padding: 0 3px;
	text-decoration: none; 
	color: #000000;
	background-color: #CCCCCC;
}
.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFFFFF;
}


.contentslide{
	width: 900px;
	height: 450px;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.contentslide .contentdiv{
	display: none;
}


#content1 {
	float: left;
	width: 500px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 500px;
	background-color: #898989;
	height: 30px;
}
#content2 {
	float: left;
	width: 390px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 390px;
	background-color: #898989;
}
html>body #content2 {
	width: 390px; /* ie5win fudge ends */
	height: 32px;
}
div.item{
	border:3px solid #565656;
}
div.item:hover{
	border:3px solid #999999;
}