A {
	color: #3D486C;
	text-decoration : underline;
}

A:visited {
	color: #666666;
	text-decoration : underline;
}

A:active {
	color: #000000;
	text-decoration : underline;
}

A:hover {
	color: #ABC78F;
	text-decoration : underline;
}

.topbg {
	background-image: url(../img/comp/topbg.gif);
	background-repeat: repeat-x;
}
.midbg {
	background-color: #E5E5E5;
}
.botbg {
	background-image: url(../img/comp/bottombg.gif);
	background-repeat: repeat-x;
}
body {
	background-color: #E5E5E5;
	font-family:verdana, arial, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	line-height: 21px;
}

b {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 21px;
	color: #CC0000;
}

.smalltext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	line-height: 20px;
}
.header {
	font-family: "Arial", Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #DF0228;
}
