@charset "utf-8";
/* CSS Document */

.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #9DABC6;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF3300;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}
body {
	background-color: #0C1C40;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF3300;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.white_text {	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style5 {	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.white_title {	color: #FFFFFF;
	font-weight: bold;
}
.style7 {color: #0099FF}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: small;}
.testblu div {
	color: #0C1C40;
}

textarea.testblu {
	width: 440px;
}