/* CSS Document */

.Title {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #182671
}

.SideTitle {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.TxtContent {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.imgRight {
	float: right;
}

.imgLeft {
	float: left;
}

.Smalltxt {
	font-family: Arial;
	font-size: 10px;
}

.Sublinks {
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}

.coolmenu a{
font: 13px Arial;
padding: 2px;
padding-left: 2px;
display: block;
width: 100%;
color: #333333;
text-decoration: none;
}
html>body .coolmenu a{ /*Non IE rule*/
width: auto;
}
.coolmenu a:hover{
background-color: #182671;
color: white;