body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	background-image: url(../images/gradient_bg.gif);
}

.body_left
{
	background-image: url(../images/gradient_body_left.gif);
	background-repeat: no-repeat;
}

.sidebar
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/bg_sidebar.gif);
}

.pagecontent
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 512px;
	background-image: url(../images/bg_pagebody.gif);
	background-repeat: no-repeat;
}

.transparent
{
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.bold
{
	font-weight: bold;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #003471;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.small
{
	font-size: 8pt;
}

.tiny
{
	font-size: 7pt;
}

.footer
{
	color: #444444;
	font-size: 8pt;
}

a
{
	color: #003471;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

a.plain
{
	color: #003471;
	font-weight: normal;
	text-decoration: none;
}

a.small
{
	font-size: 8pt;
	font-weight: normal;
}

a.smallplain
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.tiny
{
	font-size: 7pt;
	font-weight: normal;
}

ul
{
	padding: 0px;
	margin: 10px;
}

ul.nomargin
{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

li
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	list-style-position: outside;
	list-style-type: square;
}

.bgwhite
{
	background-color: #ffffff;
}

.bgblack
{
	background-color: #000000;
}

.bgred
{
	background-color: #cd2513;
}

.bgltgrey
{
	background-color: #E0E0E0;
}

.bggrey
{
	background-color: #cccccc;
}

.bgdkgrey
{
	background-color: #888888;
}

hr
{
	color: #000000;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.dotted
{
	color: #000000;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-style: dotted;
}

hr.sidebar
{
	color: #000000;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

hr.home_page_list
{
	color: #cccccc;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.indent5px
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.indent10px
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.indent20px
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.input
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 150px;
	height: 20px;	
}

.inputshort
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;	
	width: 120px;
}

.inputlong
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;	
	width: 300px;
}

.tel3
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 24px;
	height: 20px;	
}

.tel4
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 32px;
	height: 20px;	
}

.required
{
	color: #cc0000;
	font-size: 10pt;
}

.not_required
{
	color: #000000;
}

#container 
{
	position: inherit;
}

#translucentbkg {
   	width: 771px; height: 310;     /* to match DIVs size          */
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
	background-color: #532380;
}

#translucentbkg_tall {
   	width: 771px; height: 430;     /* to match DIVs size          */
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
	background-color: #532380;
}

#opaquetext {
	background-color: transparent;
	/* transparent background */
	position: absolute;
	/* absolute positioning */
	z-index: 2;
	/* place it over the other DIV */
}
