td {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
a:hover {
	text-decoration : underline;
    color: #cc0000;
}
a {
color: #005ea4;
text-decoration : none;
}
.bg1 {
	background-color: #3C92D2;
	background-image: url(img/bg1.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bg2 {
	background-image: url(img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu , a.menu, a.menu:visited{
	font-family: Tahoma;
	font-size: 10px;
	color: #666666; 
	text-decoration : none;
}
a.menu:hover {
	text-decoration : underline;
    color: #cc0000;
}

.bg3 {
	background-image: url(img/bg3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu2, a.menu2, a.menu2:visited {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration : none;
}
a.menu2:hover {
	text-decoration : underline;
    color: #cc0000;
}



.bg4 {
	background-image: url(img/bg4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.title-wht {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.title-red {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;
}
.wht, a.wht {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration : none;
}

