@charset "utf-8";
.bgcolor {
	background-color: #e6e6e6;
}
.empty_cell {
background-color:#e6e6e6;
height:20px;
}
#content {
	text-align: left;
	vertical-align: top;
}
#border{
	
	border-left-width: 1px;
	
	border-left-style: solid;
	
	border-left-color: dedede;
}
a {
	font-style: normal;
	color: #Fe8008;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.footer {
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: right;
	font-size: small;
}
.footer a {
	color: White;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	color: #0066CC;
	font-size: large;
}
h2 {
	color: #999999;
	font-size: medium;
}
h3 {
	font-size: small;
	color: #CCCCCC;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #0066CC;
	margin: 0px;
	font-size: small;
}

table {
	background-color: #FFFFFF;
	margin: auto;
}
.side_links a {
	color: White;
	font-weight: lighter;
	text-decoration: underline;
}
.side_links a:hover {
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: underline;
}
.side_links {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 170px;
	width: 150px;
	background-color: #fe8008;
	vertical-align:top;
	padding: 5px;
}
.side_links a:visited{color:white;}

.border {
	border: 1px solid #006699;
}

/* form code */
 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
	color: #333333;
	border: 1px solid #781351;
	background-color: #fee3ad;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 250px;
}

legend
{
	color: #FFFFFF;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
}

fieldset.bonus
{
	border: 1px solid #781351;
	width: 450px
}

legend.bonus
{
	color: #FFFFFF;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
}
blockquote {
	width: 350px;
}
td {
	font-size: small; text-align:left; vertical-align:top;
}
a:hover {
	text-decoration: underline;
}

.my2cents {
	background-color: #CCCCCC;
	padding: 5px;
	width: 95%;
}

a:visited {
	color: #999999;
}
.backlinks a{
	text-decoration: none;
}
.backlinks a:hover{
	text-decoration: none;
}
.backlinks a:visited{
	color:fe8008;
}