body {
    background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
    font-family: Arial, Verdana;
}

img {
	border: 0px;
}

a {
	border: 0px;
}
.topMenu {
	background-color: #1665A7;
	background-image: url(../images/top_menu_bgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 35px;
}
.topMenuText, .topMenuText a, .topMenu a:visited {
	font-size: 11px;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-left: 5px;
    padding-top: 5px;
	text-decoration: none;
}

.topMenu a:hover, .topMenu a:active {
	text-decoration: underline;
}

.leftMenuContainer {
	background-color: #FFFFFF;
    padding: 5px 10px 5px 10px
}
.leftMenu {
	color: #00478D;
	font-size: 50px;
	font-weight: bold;
	line-height: 25px;
}
.leftmenu td {
	font-size: 8px;
}
.leftMenu a, .leftMenu a:visited, .leftMenu a:active {
	color: #00478D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.leftMenu a:hover {
	text-decoration: underline;
}
