.head_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #52A3FC;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	float:left;
}
.head_menu_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	float:left;
}

.ajax_loader {
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.border_main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #52A3FC;
}
.test {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	background-image: url(bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


.head_menu:hover {
	background-color: #666666;

	}
.welcome_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #52A3FC;
	text-decoration: none;
	font-weight: normal;
	padding-top: 20px;
}
#NewsTicker{
	background:#F7F7F7;
	width:300px;
	height:160px;
	margin:0 auto;
}
	#NewsTicker h1{
	padding:6px;
	margin:0;
	border:0;
	color:#52A3FC;
	font-size:13pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
	}
	#NewsVertical {
	width: 300px;
	height: 120px;
	display: block;
	overflow: hidden;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 300px;
		height: 160px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 288px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
.contact_us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4E8FF3;
	text-decoration: underline;
}
.contact_us:hover {
	color: #333333;
	text-decoration: none;
}

