/* CSS Document */

.text    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; margin-left: 5; margin-top: 5; margin-right: 5; margin-bottom: 5 }
.text2    { font-family: tahoma; font-size: 12px; color: #ffffff; margin-left: 5; margin-top: 5; margin-right: 5; margin-bottom: 5 }
.foot    { font-family: tahoma; font-size: 12px; color: #000000; margin-left: 5; margin-top: 5; margin-right: 5; margin-bottom: 5 }
.headline    { font-family: tahoma, verdana; font-size: 25px; font-weight: bold; margin-left: 25; margin-top: 0; font-style: italic; }
a:link { font-family: verdana, tahoma, Arial; font-size: 12px; color: #000000; text-decoration: underline}
a:hover { font-family: verdana, tahoma, Arial; font-size: 12px; color: #272727; text-decoration: underline}
a:visited { font-family: verdana, tahoma, Arial; font-size: 12px; color: #272727; text-decoration: underline} 
H1 {
	font-size: small;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	background-position: center;
	vertical-align: text-bottom;
}

H2 {
	font-size: 17px;
	color:#000055; 
}

H3 {
	color:#000055; 
	font-size: 17px;
}

a.blue:link {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:active {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:visited {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}
