td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	margin:0px;
}

h2 {
	color: #1A6A9B;
	text-decoration: underline;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

h3 {
	font-size:12px;
	margin-bottom:0px;
}

li {
	list-style-type:square;
	padding-bottom: 20px;
}

a, a:visited {
	color: navy;
}
a:hover {
	color:blue;
}

.BottomMenuItem {
	text-align: center;
	font-size: 10px;
	width: 100px;
}


#selectedBottomMenuItem {
	color:#0066FF;
}

.imageBar {
	width:295px;
	vertical-align:top;
	text-align:right;
	padding-right:12px;
}
.mainContent {
	vertical-align:top;
	width:380px;
	padding:10px;
}
.LeftMenu {
	width:120px;
	vertical-align:top;
	background:url("graphics/leftBar_bg.jpg");
	padding-top:60px;
	padding-left:10px;
}

.LeftMenuItem {
	text-align: left;
	font-size: 10px;
	font-weight:bold;
	background-image:url("graphics/leftBar_item.jpg");
	width:134px;
	height:23px;
	padding-top:2px;
	padding-left:20px;
}


#selectedLeftMenuItem {
	background-image:url("graphics/leftBar_item_selected.jpg");
	/*color:#0066FF;*/
}

.topMenuItem {
	background-image:url("graphics/topMenuMiddle.jpg");
	text-align: center;
	font-size: 10px;
	font-weight:bold;
}


#selectedTopMenuItem {
	background-image:url("graphics/topMenuMiddleSelected.jpg");
	color:black;
}

img {
	border:0px;
}
