﻿body
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	background-image: url(Images/bg_image.gif);
	background-repeat: repeat;
}

A:link
{
	text-decoration: underline;
	color: #3333cc;
}	
		
A:visited
{
	text-decoration: underline;
	color: #CC0066;
}	
		
A:active	{	
	text-decoration: underline;
	color:	#333399;
	}	
		
A:hover
{
	color: #FF0000;
	text-decoration: underline;
}

UL
{
	margin-top: 0px;	
	margin-bottom: 0px;	
	margin-left: 0px;
}

LI
{
	list-style-position: outside;
	margin-left: 0px;
	list-style-type: disc;
}	

UL LI
{
	margin-top: 0px;
	margin-bottom: 0px;	
	list-style-type: square;
	list-style-position: inside;
}

INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
}

DIV.Form
{
	border-style: inset;
	border-width: 2px;
	margin: 0px;
}

TABLE.Form
{
	margin: 0px;	
}

.hidden
{
	display: none;
}

#dvError
{
	text-align: left;
	color: #FF0000;
	float: left;
	clear: both;
	background-color: #FFFFFF;
	width: 774px;
}

#dvError UL LI
{
	list-style-type: none;
	left: 15px;
	position: relative;
}

#dvAdGraphic
{
	height: 165px;
	width: 100%;	
}

#dvContent
{
	border: 1px solid #999999;
	width: 775px;
	text-align: center;
	margin: 0 auto;
}

b
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}