
#menuSystem
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 125px;
	height: 1100px;
	float: right;
	background-image: url(/images/rightbox.jpg);
	background-repeat: no-repeat;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	text-align: center;
}


#mainTable table
{
	border-collapse: collapse;
	width: auto;
}
#mainTable th
{
	margin: 15px 5px 5px 5px;
	padding: 6px;
	width: 115px;
	text-align: left;
	color: #00142B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
}
#mainTable table td
{
	padding: 3px;
	margin: 6px 5px 5px 0px;
	text-align: left;
	width: auto;
	color: #00142B;
}


#mainTable a
{
	padding: 3px;
	margin: 2px;
	text-indent: 15px;
	color:#00142B;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#mainTable a:link
{
	padding: 3px;
	text-indent: 15px;
	color: #00142B;
	display: block;
	margin: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


#mainTable a:hover
{
	color: #c45309;
	text-indent: 15px;
	padding: 3px;
	margin: 2px;
	background-color: #FF9;
	text-decoration: none;
	display: block;
}
.pdf
{
	background-image: url(/ohr/OHRImages/pdf.gif);
	background-repeat: no-repeat;
	padding: 5px;
}

#menuSystem h1
{
	margin: 5px;
	font-family: "Times New Roman" , Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #00142B;
	text-decoration: underline;
}


