html, body, td
{
	font-size:12px; 
	color:#000000;
	font-family : Arial, Helvetica, sans-serif;
}
body
{
	margin : 0px;
	padding:0px;
	border:0px;
	background-color:#ffffff;
}

:focus {
	outline:none;
}


img.bordered{border : 1px solid #E4E4E4;}
.addlImg {border: 1px solid #e4e4e4;}
.right{text-align : right;}
.dot_orange{color:#F5A300;}
/* START: general doc formatting */

/* START: generic link formatting */
a.menu_item {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333; 
	text-decoration:none;
}
a.menu_item:link {
	color:#000000;	
}
a.menu_item:hover {
	color:#3399FF;
}

a.normal_link {
	color:#3399FF; 
}

h1 {
	font-size: 24pt; 
	color: #c5b190; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 0px;
}
h3 {
	font-size: 18pt; 
	color: #3f9fff; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 0px;
}
h4 {
	font-size: 13pt; 
	color: #c5b190; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 0px;
}
h5 {
	font-size: 10pt; 
	color: #c5b190; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 0px;
}
hr {
	background-color: #354F8A;
	color: #001b5c;
	height: 1px;
	padding: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	border-style: none; 
	border-color: #354F8A; 
	color: #354F8A;
}
th {
	font-size: 12px;
	text-align: left;
	background-color: #c5b190;
	border-bottom: 1px solid #8899aa; 
	border-top: 1px solid #8899aa;
}

table.mainTable {
	width: 800;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
td.menuItem {
	width: 10%;
	font-weight:bold;
	color:#FFFFFF; 
	background-color: #90a0b0;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}
td.menuItem:hover {
	background-color: #c0d0e0;
	cursor:pointer;
}
td.menuItemSelected {
	width: 10%;
	font-weight:bold;
	color:#000000; 
	background-color: #ffffff;
	border-right: solid 1px #000000;
}
td.mainCell {
	background-color: #ffffff;
	border-right: solid 1px #000000;
}
.borderItem {
	border: 1px solid #000000;
}
