
body {
	font-family:arial,helvetica,sans-serif;
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.mainText {
	font-size:12px;
	line-height:18px;
}

.mainText a, .mainText A:visited, .mainText A:active {
	color:#536171;
}

.redboldtext {
	color:#536171;
	font-weight:bold;
}

.mainText A:hover {
	text-decoration:underline;
}

.boldgreylink A, .boldgreylink A:visited {
	color:#666666;
	text-decoration:none;
}

.boldgreylink A:hover {
	color:black;
	text-decoration:underline;
}

.menuItems, .menuItems A,  .menuItems A:visited {
	cursor:hand;
	width:100%;
	height:25px;
	margin-bottom:2px;
	color:#8C8C8C;
}

.menuItems A:hover {
	background-color:#F9F9F9;
	cursor:hand;
	color:#000000;
}

.menuItemsInnerLevel {
	width:100%;
	height:25px;
	text-decoration:none;
}

.menuItemsInnerLevel A:hover {
	color:#000000;
	font-weight:bold;
}

.menuItemText, .menuItemText A {
	font-size:13px;
	margin-right:10px;
	text-align:right;
	margin-top:5px;
	text-decoration:none;
}

.redBarTitle {
	font-size:14px;
	color:white;
}
	
.white_on_red_text, A, A:visited, A:active {
	font-size:12px;
	color:white;
	text-decoration:none;
}

.white_on_red_text A:hover {
	text-decoration:underline;
}

.imageviewer_legend {
	font-size:12px;
	text-align:left;
	background-color:#EFEFEF;
	height:18px;
}



