/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #424242;
}
h1 {
font-family: Tahoma;
	font-size: 12px;
	color: #005B7F;
	}
h2 {
font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#9D0038;
	}

.txt1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #005B7F;
}
.footertxt {
	font-family: Tahoma;
	font-size: 11px;
	color:#CCCCCC;
}
a {
	font-family: Tahoma;
	text-decoration:underline;
	font-size: 11px;
	color: #424242;
}
a:hover {
text-decoration:underline;
color:#9D0038;
}
.nounderline {
text-decoration:none;
}
.floatright {
float:right;
clear:right;
padding:2px;
margin:2px;
}
.floatleft {
float:left;
clear:left;
padding:2px;
margin:2px;
}
.style2 {font-family: Tahoma; color: #005B7F; font-weight: bold; }
.style3 {color: #005B7F}
.style4 {color: #9D0038}
.style9 {color: #CCCCCC}