body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #1D5FAD;
	background-attachment: fixed;
	background-image: url(../imgs/extbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a.linkURL {
	color: #0066CC;
	text-decoration: none;
}
a.linkURL:hover {
	text-decoration: none;
	color: #990000;
}
a.menuBts {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #17308C;
	background-color:#6DBBC8;
	text-decoration:none;
	height: 100%;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 5px 5px 5px 8px;
}
a.menuBts:hover {
	color:#FFFFFF;
	background-color:#277E8D;
	text-decoration: none;
	cursor: hand;
}
.text_title {
	color: #FFFFFF;
	font-weight: bold;
}
.text_miniWhite {
	color: #FFFFFF;
	font-size: 9px;
}
.margLR5 {
	padding-left: 5px;
	padding-right: 5px;
}
.margLRTB5 {
	padding: 5px;
}