.footer {
	font-family: tahoma;
	font-size: 11px;
	font-weight: none;
	color: #DBF4FF;
}

a.footer {
	font-family: tahoma;
	font-size: 11px;
	font-weight: none;
	color: #DBF4FF;
	text-decoration: none;
}
a.footer:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: none;
	color: #DBF4FF;
	text-decoration: none;
}
a.footer:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: none;
	color: #DBF4FF;
	text-decoration: none;
}
a.footer:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: underline;
}

.menu{
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:active {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	font-weight: none;
	color: #FFCC00;
	text-decoration: underline;
}

.main {
	font-family: tahoma;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}

a.main {
	font-family: tahoma;
	font-size: 11px;
	color: #0265F9;
	text-decoration: none;
}
a.main:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #0265F9;
	text-decoration: none;
}
a.main:active {
	font-family: tahoma;
	font-size: 11px;
	color: #0265F9;
	text-decoration: none;
}
a.main:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #0265F9;
	text-decoration: underline;
}

.bodyFont{
	font-family: verdana;
	font-size: 12px;
	color: #62AEEE;
	text-decoration: none;
	line-height: 17px;
}

.bodyFontBold{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

a.bodyFont {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.bodyFont:FFFFFF {
	font-family: verdana;
	font-size: 12px;
	color: #FFAA00;
	text-decoration: underline;
}
a.bodyFont:active {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.bodyFont:hover {
	font-family: verdana;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
}

.title {
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 27px;
}

.subtitle {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.subtitleBold {
	font-weight: bold;
}

.orange {
	color: #FFB400;
}

.lightBlue{
	color: #9DD1FD;
}

.white{
	color: #FFFFFF;
}

.submit input
{
	color: #333;
	font-size: 10px;
	font-weight: bold;
}

input.btn{
   color:#FFF;
   font-family: arial;
   font-size:100%;
   font-weight:bold;
   background-color:#0A478B;
   border:1px solid;
   border-top-color:#FFF;
   border-left-color:#FFF;
   border-right-color:#FFF;
   border-bottom-color:#FFF;
}

input.btnhov{
   border-top-color:#FFCC00;
   border-left-color:#FFCC00;
   border-right-color:#FFCC00;
   border-bottom-color:#FFCC00;
}
