/*
+------------------------------------------+
 February, 2007
 (c)2006-2007, http://www.GothDesign.net 
 file: style.css
+------------------------------------------+ 
*/

body {
	background-color: #006699;
	margin-top: 0px;
	font-family: arial;
	color: #4B6176;
	font-size: 11px;
		
}

.link {
	color: #00509C;
	font-size: 11px;
	text-decoration: none;
}
.link a {
	color: #00509C;
	font-size: 11px;
	text-decoration: none;
}
.link a:hover {
	color: #CBCE0D;
	font-size: 11px;
	text-decoration: underline;
}

.menu {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	width: 95px;
	height: 30px;
	text-decoration: none;
	display: inline-block;
	
}
.menu a {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	width: 95px;
	height: 30px;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
}
.menu a:hover {
	font-weight: bold;
	background-color: #CBCE0D;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
	width: 95px;
	height: 30px;
	text-decoration: none;
	display: inline-block;
	
}
.menu a:active {
   font-weight: bold;
	background-color: #CBCE0D;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
	width: 95px;
	height: 30px;
	text-decoration: none;
	display: inline-block;
}

.footer {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
		
}
.footer a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
		
}
.footer a:hover {
	color:#CBCE0D;
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana;
		
}
.small_heading{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
.small_text {
	color: #FFFFFF;
	font-size: 10px;
	
}
.news_head {
	color: #FF6600;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.news_text {
	color: #666666;
	font-size: 11px;
		
}

.head_title {
	color: #5B5B5B;
	font-size: 18px;
	font-family: arial;
}