body {
	background-color: #FFFFFF;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.textft {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.textrt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF3300;
}
a:link    {
	text-decoration:none;
	color:#1029C3;
	font-weight : normal;
}
a:visited {
	text-decoration:none;
	color:#1029C3;
	font-weight : normal;
}
a:active  {
	text-decoration:underline;
	color:#1029C3;
	font-weight : normal;
}
a:hover   {
	text-decoration:underline;
	color:#1029C3;
	font-weight : normal;
}
body, textarea {
  color:#1029C3;
  font-family:"Andale Mono",Arial,sans-serif;
  scrollbar-base-color:#ffffff;
  scrollbar-3dlight-color:#1029C3;
  scrollbar-arrow-color:#1029C3;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#1029C3;
  scrollbar-track-color:#ffffff;
}