/* CSS Document */

.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-right: 0px;
	padding-bottom:10px;
	
}


.indexRepeaterLeft{
background-repeat:repeat-x;
background:url(images/indexRepeater_02.jpg);
background-position:top;

}



.contentCell {
	font-family: Calibri, Trebuchet, Arial, sans-serif;
	font-size: 16px;
	line-height:16px;
	padding-right:10px;
	padding-top:10px;
	padding-left:10px;
	background-repeat:no-repeat;
	
}


.caption {
	font-family: Calibri, Trebuchet, Arial, sans-serif;
	font-size: 12px;

	
}

.subtitle {
	font-family: Arial, Calibri, Trebuchet, sans-serif;
font-size: 24px;
	font-weight: bold;
	color:#1A3A48;
}

.orangeContentCell {
	font-family: Calibri, Trebuchet, Arial, sans-serif;
	font-size: 12px;
	line-height:12px;
	padding-bottom:10px;
	color:#fff5ae;
	
}

.copyright {
	font-family: Calibri, Trebuchet, Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	
}



.newsTitle {
	color: #ffc80b;
	font-size: 12px;
	font-family: Arial, Calibri, Trebuchet, sans-serif;
	font-weight: bold;
	font-style:italic;
}
.newsContent {
	color: #d5d5d5;
	font-size: 11px;
	font-family: Arial, Calibri, Trebuchet, sans-serif;
}

.newsLink {
	color: #ffc80b;
	font-size: 10px;
	font-family: Arial, Calibri, Trebuchet, sans-serif;
	font-weight: bold;
	font-style:italic;
}


a:link {
	text-decoration: underline;
	color: #ffc80b;
}
a:visited {
	text-decoration: none;
	color: #ffc80b;
}
a:hover {
	text-decoration: underline;
	color: #ffc80b;
}
a:active {
	text-decoration: underline;
	color: #ffc80b;
}
	

