body
{
	font-family:Arial;
}

.page-title
{
	font-family:Arial;
	font-weight:600;
	font-size:16pt;
	color:#000080;
}

.sub-title
{
	font-family:Arial;
	font-weight:bold;
	font-size:12pt;
	color:black;
}

.blue-text
{
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	color:#000080;
}


table
{
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	color:black;
}

.standard-text
{
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
}

.menu-div 
{
	position:absolute;
	left:2px;
	width:200px;
	top:2px;
	height:95%;
	background-color:Yellow;
	border: solid thin blue;
}

.content-div
{
	position:absolute;
	left:205px;
	top:2px;
	width:80%;
	height:98%;
}

.menutitle
{
	cursor:default;
	background-color:#006699;
	color:Yellow;
	width:170px;
	padding:2px;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	border:1px solid #000000;
}

.menulink
{
	cursor:hand;
	background-color:#006699;
	color:yellow;
	width:170px;
	padding:2px;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	border:1px solid #000000;
	text-decoration:none;
}

.submenu
{
	cursor:hand;
	background-color:#ECECFF;
	color:#000000;
	margin-left:5px;
	width:165px;
	border:1px solid #000000;
	left:5px;
}


.submenuitem
{
	cursor:default;
	background-color:#ECECFF;
	color:#006699;
	width:100%;
	padding:2px;
	border:1px solid #000000;
}

.submenulink
{
	cursor:hand;
	color:#006699;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}
