body {
	margin : 0px;
	background-position: center;
	background-repeat: repeat-y;
	background-image : url(img/bg.gif);
}

body, td {
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
}

h1 {
	color : #0D5CA7;
	font-size : 20px;
}

h2 {
	color : #0D5CA7;
	font-size : 14px;
	display : inline;
}

#mainBody {
	padding : 10px;
	padding-top : 1px;
	font-size : 10pt;
}


#header {
	background-color : #5DA2D8;
	padding : 5px 5px 0px 0px;
}

#topMenu {
	background-color : #177BC0;
	height : 30px;
}

#topMenu a {
	color : #fff;
	font-weight : bold;
	text-decoration : none;
}

#topMenu a:hover {
	text-decoration : underline;
}

#subMenu {
	text-align : right;
}
ul.subMenu {
	margin-left : 2px;
	padding-left : 0px;
	display : inline;
	list-style: none;
}

ul.subMenu li {
	font-size : 11px;
	font-weight : bold;
	display : inline;
	list-style: none;
	margin-left : 10px;
}