body {
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top : 0;
}

/* Style for Links */
A,A:LINK {
	color : #660000;
	font-weight : bold;
}
A:HOVER {
	color : #CCCC99;
}
/* End Style of Links*/

p.body_header{
	font-weight : bold;
	text-align : center;
	font-size : 21px;
}
p.body_text{
  text-align:left;
	font-size : 16px;
}

td.main_text{
  text-align:left;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 1px;
/*	background-color : #a1a1a1;*/
	background-color : #999999;
}

table.navigation{
	font-size : 12px;
  	color: #660000;
	font-weight : bolder;
}

td.footer{
	color : #FFFFFF;
	padding-top : 5;
	padding-bottom : 5;
}

/* These classes are for mouseovers */
A.menulink {
    display: block;
    width: 96%;
    text-align: left;
    text-decoration: none;
    font-family:arial;
    font-size:12px;
    color: #000000;
    BORDER: none;
    border: solid 1px #FFFFFF;
	padding-left : 5px;	
}

A.menulink:hover {
    color: #660000;
    width: 100%;
    border: solid 1px #000000;
    background-color:#CCCC99;
}

.menulink_selected {
    display: block;
    width: 196px;
    text-align: left;
    text-decoration: none;
    font-family:arial;
    font-size:12px;
    color: #000000;
    BORDER: none;
    border: solid 1px #000000;
	padding-left : 5px;	
    background-color:#CCCC99;
}
A.menulink_selected:hover {
    color: #660000;
}

