/* CSS Document */

a:link,
a:visited {
	text-decoration: none;
	color: #00659C;
	font-weight: normal;
}
a:hover,
a:active {
	color: #FF0000;
	font-weight: normal;
}
a.redlink:link,
a.redlink:visited {
	text-decoration: none;
	color: #BB0000;
	font-weight: normal;
}
a.redlink:hover,
a.redlink:active {
	text-decoration: underline;
	color: #F40000;
	font-weight: normal;
}
a.whitelink:link,
a.whitelink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 30px;
}
a.whitelink:hover,
a.whitelink:active {
	text-decoration: none;
	color: #EFB652;
	font-weight: bold;
	font-size: 11px;
	line-height: 30px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DD0000;
}
.orange_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FD9800;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #63309C;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.box {
	border: 1px solid #63309C;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
.text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.redheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BB0000;
}


.textborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	border: 1px solid #9F4204;
	font-weight: bold;
	padding: 4px;
	background-color: red;
}
