/*HTML Styles*/

body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
     margin-top: 0px; 
}

h1 {
     font-size: 14px;
     margin-bottom: .5em;
     font-weight: bold;
     color: #3b5377; 
}

h2 {
     font-size: 12px;
     margin-bottom: 0em;
     color: #790040; 
}

h3, h4, h5, h6 {
     font-size: 12px;
     margin-bottom: 0em;
     color: #000000; 
}



/*Class Styles*/

.bodytext {
     font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
     font-size: 11px;
     line-height: 16px;
     color: #333333; 
}

.bodytextsmall {
     font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
     font-size: 10px;
     line-height: 14px;
     color: #333333; 
}

.bodytextblack {
     font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
     font-size: 11px;
     line-height: 16px;
     color: #000000;
     text-decoration:none; 
}

.headline {
     font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
     font-size: 12px;
     line-height: 18px; 
}

.calloutbox {
	padding:10px; 
	border:solid 1px #666666; 
	background-color:#e7dadd; 
	margin-bottom:16px;
}

.calloutbox a:link {
     color: #790040;
} 

