body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : Black;
	font-weight : normal;
	background-color: #045B0D;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
}
.footer{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : White;
	font-weight : normal;
}
.headline{
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-decoration: none;
	color: #6699CC;
	font-weight: bold;
	padding-top: 45px;
	padding-bottom: 5px;
	background-image: url(../images/bg_header.gif);
	font-style: italic;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #efefef;	
	border-top: solid #666666 1px; 
	border-left: solid #666666 1px; 
	border-right: solid #666666 1px; 
	border-bottom: solid #666666 1px; 
}
.inputboxerr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: red;	
	border-top: solid #666666 1px; 
	border-left: solid #666666 1px; 
	border-right: solid #666666 1px; 
	border-bottom: solid #666666 1px; 
}
.darkbackground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #999999;	
	color: white;
}
.mediumbackground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #dddddd;	
	color: #666666;
}
.lightbackground {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #efefef;	
	color: #666666;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
} 
.requiredtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.Link {
   color : #6699cc; 
   font-weight: bold;
   text-decoration : underline; 
}

A.Link:visited {
   color : #6699cc; 
   font-weight: bold;
   text-decoration : underline; 
}


A.Link:link {
   color : #6699cc; 
   font-weight: bold;
   text-decoration : underline; 
}


A.Link:hover {
   color : #33aa33; 
   font-weight: bold;
   text-decoration : underline; 
}


A.Reg:active {
   font-size : 9pt; 
   font-family : Geneva, arial, sans-serif; 
   color : #003399; 
   text-decoration : none; 
}

.promotional {
	color:red;
	font-size: 10px;
}	

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
