/* GENERAL */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#c0c0c0;
}

form {
	margin:0px; padding:0px; 
}

a:link {
	color: #4b6b8b;
	text-decoration: none;
}
a:visited {
	color: #4b6b8b;
	text-decoration: none;
}
a:hover {
	color: #cc6633;
	text-decoration: none;
}

/* header */

.spacerHead01 {
	height:23px;
	width:445px;
	background:#ffffff;
	}

.spacerHead02 {
	height:37px;
	width:315px;
	background:#ffffff;
	}

#searchTop {
	width:148px;
	height:1px;
	background:#ffffff;
	}

#searchBottom {
	width:148px;
	height:1px;
	background:#ffffff;
	}

.search {
	height:23px;
	width:148px;
	text-align:left;
	background:#ffffff;
	}

.searchbox {
	font-size: 10px;
	border: 1px solid #7B92AA; 
	vertical-align:bottom;
	padding-top:1px;
	padding-bottom:1px;
	}

/* body */

.spacerBody01 {
	width:58px;  
	height:213px;
	background:#A5B5C6;
	}

.spacerBody02 {
	width:760px;  
	height:25px;
	background:#ffffff;
	}

.spacerBody03 {
	width:64px;
	background:#ffffff;
	}

.spacerBody04 {
	width:24px;
	background:#ffffff;
	}

.spacerBody05 {
	width:760px;  
	height:12px;
	background:#ffffff;
	}

.mainText {
	font-family: verdana, helvetica, sans-serif;
	font-size:.7em;
	color:#666666;
	line-height:130%;
	background:#ffffff;
	}

/* news */

.news {
	width:167px;
	vertical-align:top;
	background:#ffffff;
	}

#newsBlock {
	font-family: verdana, helvetica, sans-serif;
	color:#666666;
	line-height:130%;
	padding-left:5px;
	}

.newsText {
	padding-bottom:7px;
	}

.more a:link {
	color:#4b6b8b;
	}

.more a:visited {
	color:#4b6b8b;
	}
	
.more a:hover {
	color:#cc6633;
	}

/* footer */

.footerTop {
	height:1px;
	background:#9999cc;
	}

.footerMid {
	height:2px;
	background:#ffffff;
	}

.footerL {
	text-align:left;
	font-family:verdana,helvetica,sans-serif;
	font-size:10px;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	background:#000000;
	}

.footerR {
	text-align:right;
	font-family:verdana,helvetica,sans-serif;
	font-size:10px;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:10px;
	background:#000000;
	}

.footerR a:link {
	color:#ffffff;
	}

.footerR a:visited {
	color:#ffffff;
	}
	
.footerR a:hover {
	color:#cc6633;
	}

