@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.maintext {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	color:#333333;
}

.sidebar_bkg {
	background-color:#285D91;
	border:ridge;
	border-width:thin;
	border-color:#7fb1e0;
}

.bgtxt01 {
	font-family:Tahoma, Arial, Verdana;
	font-size:60px;
	color:#af47a0;
}

.bgtxt02 {
	font-family:Tahoma, Arial, Verdana;
	font-size:40px;
	color:#af47a0;
}

.bgtxt03 {
	font-family:Tahoma, Arial, Verdana;
	font-size:20px;
	color:#af47a0;
}

.polltext {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#333333;
}

.blue_text {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#396dac;
}

.blue_text_big {
	font-family:Tahoma, Arial, Verdana;
	font-size:20px;
	font-weight:bold;
	color:#396dac;
}

.pink_text {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#af47a0;
}

.liteblue_text {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#429ec7;
}

.yellow_text {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#fec00d;
}
.adtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


.red_text {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#e00023;
}

.corner_topleft {
	background-image:url(images/corner_topleft.gif);
	height: 22px;
	width: 22px;
	background-repeat:no-repeat
}

.corner_topright {
	background-image:url(images/corner_topright.gif);
	height: 22px;
	width: 22px;
	background-repeat:no-repeat
}

.corner_bottomleft {
	background-image:url(images/corner_bottomleft.gif);
	height: 22px;
	width: 22px;
	background-repeat:no-repeat
}

.corner_bottomright {
	background-image:url(images/corner_bottomright.gif);
	height: 22px;
	width: 22px;
	background-repeat:no-repeat
}

.corner_top {
	background-image:url(images/corner_topside.gif);
	height: 22px;
}

.corner_bottom {
	background-image:url(images/corner_bottomside.gif);
	height: 22px;
}

.corner_leftside {
	background-image:url(images/corner_leftside.gif);
	height: 22px;
}

.corner_rightside {
	background-image:url(images/corner_rightside.gif);
	height: 22px;
}
.maintextwhite {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	color:#FFFFFF;
}
.textwhiteflash {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	color:#330000;
	text-decoration: blink;
}

.footer_text {
	font-family:Tahoma, Arial, Verdana;
	font-size:10px;
	color:#5084b7;
}
.textwhiteflash2 {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	color:#FFFFFF;
	text-decoration: blink;
}

