/* Letter Style */

a, a:visited, a:active, a:hover { text-decoration: none; color: gray;}

.Body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 13px;
	text-align: justify;
}
.FirstName {font-family: Georgia, "Times New Roman", Times, serif}
.Superscript {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.SubHeadline {font-family: Verdana, Arial, Helvetica, sans-serif; color: #990000; font-size: 18px;}
.button {font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 15px; font-weight: bold;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F2FF;
}
.optBOX {
	border: medium dashed #FF0000;
}
.FinePrint {font-family: Arial, Helvetica, sans-serif; font-size: 9px; }

.Headline {font-size: 36px; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; color: #CC0000; }

/* AnyLink Vertical Menu Style */

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 10px;
z-index: 100;
background-color: white;
width: 70px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}