/* 
	This section of the style sheet contains Body Style settings
 */
body{
	background: #2f4f4f;
	color: #fffafa;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	margin-left: .125in;
	margin-right: .125in;
	margin-top: .125in;
}

a:link{
	color: Black;
}

a:visited{
	color: #b22222;
}

a:hover{
	color: #fafad2;
	background: #b22222;
}

a:active{
	color: #fa8072;
}


a.bodylinks:link {
	color: #d0b0b0;
	background: #2f4f4f;
} 
a.bodylinks:visited {
	color: #fffafa;
	background: #2f4f4f;
} 
a.bodylinks:hover {
	color: Lime;
	background: #2f4f4f;
}
a.bodylinks:active {
	color: #fffafa;
}


.xsmall{
font-family: Arial, sans-serif;
font-size: 8pt;
}
				
.small{
font-family: Arial, sans-serif;
font-size: 9pt;
}

.normal{
font-family: Arial, sans-serif;
font-size: 11pt;
}

.large{
font-family: Arial, sans-serif;
font-size: 13pt;
}

.xlarge{
font-family: Arial, sans-serif;
font-size: 15pt;
}

/* 
	This section of the style sheet contains Menu Style settings
 */

.menuskin{
position:absolute;
width:215px;
background-color:#fafad2;
border:2px solid black;
font:bold 10pt arial, sans-serif;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:#b22222;
}

#mouseoverstyle a{
color:#fafad2;
}