BODY {
	background-color: #E4E4E4;
}

/* Menu Navigation */

.menu {
	background-color: #E4E4E4;
	border-top: 1px solid #FFFFFF;
	width: 168px;
	height: 20px;
	cursor: default;
	overflow: hidden;
}

.m_over {
	background-color: #F0F0F0;
	cursor: pointer;
}

.m_selected {
	background-color: #FFFFFF;
}

.m_disabled {
	background-color: #E4E4E4;
}

.menuentry {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color:#333333;
	white-space: nowrap;
	padding: 2px;
}

.me_selected {
	color:#344C79;
	font-weight: bold;
}

.me_disabled {
	color:#999999;
}

a.menuentry {
	color:#333333;
	text-decoration: none;
}
/* Menu Context */

.topmenu {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	white-space: nowrap;
	border-right: 1px solid #FFFFFF;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
	cursor: default;
}

.tp_selected {
	font-weight: bold;
	background-color: #5D80AF;
}

.tp_disabled {
	color: #5D80AF;
}

.tp_over {
	background-color: #344C79; 
	cursor: pointer;
}

/* Popup Menu */

.popmenu {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #042B62;
	white-space: nowrap;
	text-align: left;
	height: 20px;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 12px;
	cursor: default;
}

.pp_over {
	background-color: #5D80AF; 
	cursor: pointer;
}

/* Content */

HR {
	color:#333333;
	height: 1px;
}

P {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

H1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;	
	color: #344C79;
	padding: 0px; 
	margin: 0px; 
}

H2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;	
	color: #000000;
	padding: 0px; 
	margin: 0px; 
}

H3 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;	
	color: #000000;
	padding: 0px; 
	margin: 0px; 
}

H4 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;	
	color: #000000;
}

H5 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;	
	color: #666666;
}

.big {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;	
	color: #000000;
	padding: 0px; 
	margin: 0px; 
}

.num {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
	color: #000000;
	padding: 0px; 
	margin: 0px; 
}

.red {
	color:#C70D10;	
}

.contentbox {
	width: 800px;
	background-color: #FFFFFF;
}

.textbox {
	margin: 20px;
}

.imagetext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;	
	color: #666666;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 2px; 
	margin-bottom: 4px;
	padding: 0px; 
}

.imagesrc {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;	
	color: #FFFFFF;
	background-color: #344C79; 
	text-align: right;
	margin: 0px;
	padding: 3px; 
	padding-top: 1px; 
}

.image-left {
	width: 300px;
	float:left; 
	margin-right:16px; 
	margin-bottom:12px;
	margin-top:18px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px ;
	line-height: 14px;
	/*text-align: center;*/
}

.image-right {
	width: 300px;
	float:right; 
	margin-left:16px; 
	margin-bottom:12px;
	margin-top:18px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px ;
	line-height: 14px;
	/*text-align: center;*/
}

.history-chapter {
	clear:both;
	height:10px;
}

.infobox {
	background-image:url(../img/white.gif);
	filter:Alpha(opacity=60);			
}

*[class="infobox"] {
	background-image:url(../img/white60.png);
}

.infopop {
	background-image:url(../img/white.gif);
	filter:Alpha(opacity=75);			
}

*[class="infopop"] {
	background-image:url(../img/white75.png);
}

.infoticker {
	background-image:url(../img/blue.gif);
	filter:Alpha(opacity=60);			
}

*[class="infoticker"] {
	background-image:url(../img/blue60.png);
}

@media print
{
	.infobox {
	background-color: #FFFFFF;
	}
}

.whitebox {
	background-color: #FFFFFF;
}
	
.infotext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;	
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
}

.ticker {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

a.ticker:link, a.ticker:visited {
	color:#A5CCFF;
	font-weight: bold;	
	}
	
a.ticker:hover {
	color:#88BBFF;
	font-weight: bold;	
	}

.textw {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 18px;
	text-align: center; 
	color: #FFFFFF;
}

a.textw:link, a.textw:visited {
	color:#A5CCFF;
	font-weight: bold;	
	}
	
a.textw:hover {
	color:#88BBFF;
	font-weight: bold;	
	}

.left {
	text-align: left; 
}

.right {
	text-align: right; 
}

.center {
	text-align: center; 
}

.text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color:#000000;
}

a.text:link, a.text:visited {
	color:#344C79;
	font-weight: bold;	
	}
	
a.text:hover {
	color:#5D80AF;
	font-weight: bold;	
	}

.thumbs {
	text-align: center;
	vertical-align: middle;
	width: 195px;
	height: 195px;
	background-color: #E4E4E4;
}

.preview {
	text-align: center;
	background-color: #E4E4E4;
	border: 4px solid #FFFFFF; 
}

.medialist {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #E4E4E4;
}

.mediahead {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;	
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px 20px 4px 20px;
}

.windowbar {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #666666;
	height: 14px;
}

.tablehead {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	background-color: #E4E4E4;
	border-right: 1px solid #FFFFFF;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

.tabletext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 18px;
	color: #000000; 
	padding-left: 8px;	
}

/* Forms */

.formtitle {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #666666; 
	line-height: 16px;	
}

.formtext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #000000; 
	padding-left: 4px;	
	padding-right: 4px;	
}

.searchbox {
	border: none;
	border-bottom: 1px solid #0A2D65;
	width: 200px; 
	height: 20px;
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px ;
	padding-left: 4px;
	padding-top: 3px;
	}

.inputbox {
	border: 1px solid #727272;
	width: 196px; 
	height: 20px;
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px ;
	line-height: 16px ;
	padding-left: 4px;
	}

.contactinp {
	border: none;
	background-color: #F0F0F0; 
	color: #000000; 
	width: 360px; 
	height: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px ;
	line-height: 16px ;
	padding-left: 4px;	
}

.contactbox {
	border: none;
	background-color: #F0F0F0; 
	color: #000000; 
	width: 360px; 
	height: 120px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px ;
	line-height: 16px ;
	padding-left: 4px;	
}

.contactbutton {
	border: none;
	background-color: #344C79;
	color: #FFFFFF;
	width: 120px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin-right: 1px;
}

.button1 {
	border: 1px solid #6A7CB7; 
	color: #FFFFFF;
	width: 196px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px ;
	font-weight: bold;	
	background-color: #6A7CB7; 		
	}
	
.button2 {
	border: 1px solid #727272; 
	color: #FFFFFF;
	width: 196px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px ;
	font-weight: bold;
	background-color: #727272; 			
	}

.select {
	border: 1px solid #727272; 
	color: #000000;
	width: 196px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px ;
	background-color: #FFFFFF;
	}



