/******************** GLOBALS ********************/

body, table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
    background-color: white;
	}
a, a:active, a:visited {
	color: #0066FF;
	text-decoration: none;
	}	

a:hover {
	text-decoration: none;
	color:#FF6600;
	}	

/******************** TOPMENU ********************/

.topmenu {
	color: #666666;
	height: 60px;
}
.topmenu a, .topmenu a:active, .topmenu a:visited {
	display: block;
	vertical-align: middle;
	color: #0066FF;

	text-decoration:none;
	text-transform: uppercase;
	}
.topmenu a:hover {
	text-decoration: none;
	color:#FF6600;
	}

.topmenu td {	
	vertical-align: middle;
	text-decoration:none;
	text-transform: uppercase;	
	border-left: 1px solid #dddddd;
	padding: 0px 4px 0px 4px;
	height: 60px;	
	}	
	
/******************** NEWS ********************/

.news {
	margin: 10px 5px 10px 10px;
	}
.news h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color:#25334c;
	}
	
.news .text {
	padding-left: 10px;
	background-image: url(../images_global/arrow.gif);		
	background-position: 0 2px;
	background-repeat: no-repeat;
	}

	
/******************** NEWSLETTER ********************/

.newsletter {
	background-color:#798da2;
	background-image: url(../images_global/newsletter_bg.gif);		
	background-repeat: repeat-x;
	}
	
.newsletter .copytext {
	color: #ffffff;
	margin-top: 40px;
	margin-left: 10px;
	}	
.newsletter input {
	color:#666666;
	font-size: 10px;
	width: 160px;
	background: #ffffff;
	border: 1px solid #000000;
	padding-left: 5px;
	}	

/******************** MAIN ********************/	

.main {
	margin-left: 10px;
	margin-top: 10px;
	width: 550px;
}
.main h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color:#25334c;
	}
.main h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color:#25334c;
	}	
.line {
	border-bottom: 1px solid #cccccc;
	height: 10px;
	}	
	
.iconimg {
	border: 5px solid #e6eff8;
	margin-right: 10px;
	}	
	
/******************** SPOTLIGHT ********************/

.spotlight {
	background-color:#a8b7c5;
	background-image: url(../images_global/spotlight_bg.gif);		
	background-repeat: repeat-x;
	}
	
.spotlight .copytext {
	color: #ffffff;
	margin-top: 70px;
	margin-right: 10px;
	}	
.spotlight input {
	color:#666666;
	font-size: 10px;
	width: 160px;
	background: #ffffff;
	border: 1px solid #000000;
	padding-left: 5px;
	}	
	
.spotlightimg {
	background-color: #ffffff;
	border: 10px solid #ffffff;
	margin-left: 8px;
	}	
	
/******************** BOTTOMMENU ********************/

.bottommenu {
	color: #666666;
	padding: 6px 10px 6px 10px;
}
.bottommenu a, .bottommenu a:active, .bottommenu a:visited {
	color: #0066FF;
	text-decoration:none;
	}
.bottommenu a:hover {
	text-decoration: none;
	color:#FF6600;
	}

input {
	border: 1px solid #0B2345;
	background-color: #b3dcff;
}

select {
	width: 200px;
	border: 1px solid #0B2345;
	background-color: #b3dcff;
}
