﻿.text_main {
	font-family: Tahoma;
	font-size: 11px;
	color: #d7d7d7;
}
.text_main a {
	font-family: Tahoma;
	font-size: 11px;
	color: #47D3FD;
	text-decoration: underline;
}
.text_main a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #47D3FD;
	text-decoration: none;
}
.module_header {
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left;
}

.module_header span{
	color: #09B4E8;
}

.dashed_under {
		background-image: url('/images/dash_hr.jpg');
	background-repeat: repeat-x;
	background-position: bottom;

}
.module_news {
	
	
	margin-left: -50px;
	width:590px;
	overflow:hidden;
}
.module_news .item {
	position: relative;
	width: 240px;
	height: auto;
	margin-left:50px;
	margin-bottom:50px;

	float:left;
}

.module_news .item .day {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	font-family: "Arial Narrow";
	font-size: 36px;
	color: #FFFFFF;
}
.module_news .item .month {
	position: absolute;
	top: 17px;
	left: 37px;
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #FFFFFF;
}
.module_news .item .year {
	position: absolute;
	top: 33px;
	left: 37px;
	font-family: "Arial Narrow";
	font-size: 11px;
	color: #999999;
}
.module_news .item .text {
	margin-top: 55px;
}
.module_news .item_inner {
	position: relative;
	height: auto;
	margin-left:50px;
	margin-bottom:50px;
}
.module_news .item_inner .day {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	font-family: "Arial Narrow";
	font-size: 36px;
	color: #FFFFFF;
}
.module_news .item_inner .month {
	position: absolute;
	top: 7px;
	left: 37px;
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #FFFFFF;
}
.module_news .item_inner .year {
	position: absolute;
	top: 23px;
	left: 37px;
	font-family: "Arial Narrow";
	font-size: 11px;
	color: #999999;
}

.module_news .item_inner .text {
	margin-left: 120px;
	margin-top:0px;
}

.text_main .narrow, .text_main .narrow a, .text_main .narrow:hover {
	font-family: "Arial Narrow" !important;
	font-size: 14px;
}
.text_main .black {
	border-width: 2px 0px 0px 1px;
	border-color: #000000;
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #FFFFFF;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #1B1B1B;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.text_main .black:focus {
	outline:none;
}
.text_main .color {
	
	border: 1px solid #999999;
	background-position: center;
	font-family: "Arial Narrow";
	font-size: 13px;
	color: #FFFFFF;
	height: 22px;
	padding-left: 16px;
	padding-right: 16px;
	vertical-align: middle;
	background-image: url('/images/bg_button.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

.text_main h3
{
	margin-top:15px;
	margin-bottom:20px;
	font-family: "Arial Narrow" !important;
	font-size:18px;
	font-weight:normal;
}

.text_main img {
	
}


.sitetable th, .sitetable td{
	margin:0px;
	padding:5px;
}

.sitetable th {
	border-width: 2px;
	border-color: #666B6D;
	border-top-style: solid;
	border-bottom-style: solid;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	color: #d7d7d7;
	vertical-align:top;
	text-align:left;
}

.sitetable td {
text-align:left;
	vertical-align:top;
	border-width: 1px;
	border-color: #666B6D;
	border-bottom-style: solid;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	color: #d7d7d7;
}

