﻿@charset "utf-8";
/* CSS Document */
body {
	background-repeat: repeat;
	background-color: #B9B9FF;
	top:0px;
	margin: 0px;
	padding: 0px;
}

input[name=q] {
  background-color:#999999 !important;
  color:#222222 !important;
}

a:link {
	color: #FFFF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
	font-weight:bold;
}
a:hover {
	color:#FFCC33;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a:link.tbs {
	color: #5475D6;
	text-decoration: none;
	font-size: 14px;
}
a:visited.tbs {
	font: 100% Verdana;
	text-decoration: none;
	color: #081058;
	font-weight:bold;
}
a:hover.tbs {
	color:#FFCC33;
	text-decoration: underline;
}

a:active.tbs {
	text-decoration: none;
	color: #343B81;
}
a:link.tbs2 {
	color: #5475D6;
	text-decoration: none;
	font-size: 12px;
}
a:visited.tbs2 {
	text-decoration: none;
	color: #FFFF00;
}
a:hover.tbs2 {
	color:#FFCC33;
	text-decoration: underline;
}

a:active.tbs2 {
	text-decoration: none;
	color: #FFFF00;
}
table.new {
	border:0px;
	padding:0px;
	width:656px;
}	

.HomeText {
	font-family: tahoma;
	color: #5B5BFF;
	font-size: 12px;
}
.HomeText2 {
color:#CCA400;
font-family:tahoma;
font-size:16px;
font-weight:bold;
}
.BodyHeader {
	font-family: tahoma;
	font-size: 20px;
	color: #000095;
	font-weight: bold;
}

.BodyHeader2 {
	font-family: tahoma;
	font-size: 20px;
	color: #000095;
	font-weight: bold;
	padding-left:15px;
}

.BodyText {
	font-family: tahoma;
	color: #252C72;
	font-size: 14px;

}
.BodyText2 {
	font-family: tahoma;
	color: #252C72;
	font-size: 12px;
}
.PicText {
	color: #0F1DB2;
	font-weight: normal;
	font-style: normal;
	font-family: tahoma;
	font-size: 12px;
}
.PicText2 {
	color: #0F1DB2;
	font-weight: bold;
	font-style: italic;
	font-family: tahoma;
	font-size: 16px;
}
.PicStyle {
	border: 1px solid #b6b6b6;
	padding:5px;
	background-color:white;
}
.OrangeStripe {
	background-repeat: no-repeat;
	background-color: #C77E04;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7D4EF;
	border-right-color: #D7D4EF;
	border-bottom-color: #D7D4EF;
	border-left-color: #D7D4EF;
}
ul{
list-style-image:url("/images/list-arrow.gif");
}