/* CSS Document */
BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #cccccc;
}

body {
	background: url('/images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #6E8287;
}

A:link {
	TEXT-DECORATION: underline;
	color: #000000;
}
A:active {
	TEXT-DECORATION: underline;
	color: #000000;
}
A:visited {
	TEXT-DECORATION: underline;
	color: #000000;
}
A:hover {
	TEXT-DECORATION: underline;
	COLOR: #cccccc; 
}

.page-title {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding-top: 10px;
	color: #FFFFFF;
	border-bottom: 2px solid #515C60;
	width: 432px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;
}
.body-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;
}
.body-text-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

.body-text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #CCCCCC;
}
.header-text {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #999999;
}
.header-text A:link {
	TEXT-DECORATION: none;
	color: #999999;
}
.header-text A:active {
	TEXT-DECORATION: none;
	color: #999999;
}
.header-text A:visited {
	TEXT-DECORATION: none;
	color: #999999;
}
.header-text A:hover {
	TEXT-DECORATION: underline;
	COLOR: #cccccc; 
}
.module-header {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.news-date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 5px;
}
.news-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #CCCCCC;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.news-teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}
.news-teaser A:link {
	TEXT-DECORATION: none;
	color: #000000;
}
.news-teaser A:active {
	TEXT-DECORATION: none;
	color: #000000;
}
.news-teaser A:visited {
	TEXT-DECORATION: none;
	color: #000000;
}
.news-teaser A:hover {
	TEXT-DECORATION: underline;
	COLOR: #cccccc; 
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
.footer A:link {
	TEXT-DECORATION: none;
	color: #999999;
}
.footer A:active {
	TEXT-DECORATION: none;
	color: #999999;
}
.footer A:visited {
	TEXT-DECORATION: none;
	color: #999999;
}
.footer A:hover {
	TEXT-DECORATION: underline;
	COLOR: #cccccc; 
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.credit A:link {
	TEXT-DECORATION: none;
	color: #666666;
}
.credit A:active {
	TEXT-DECORATION: none;
	color: #666666;
}
.credit A:visited {
	TEXT-DECORATION: none;
	color: #666666;
}
.credit A:hover {
	TEXT-DECORATION: underline;
	COLOR: #CCCCCC; 
}
.datarowheader { 
	background: #515c60;
	padding: 5px;
}
.datarow { 
	background: #738287;
	padding: 5px;
}
.datarowalt { 
	background: #5C686C;
	padding: 5px;
}
.photoborder{
	 border-width: 1px 1px 0 0; border-style: solid; border-color: #000000;
}
.photocaption td{
	padding: 3px 5px;
	border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #000000;
	background: #5C686C;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

