﻿body
{
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 800px;
	background-color: #999999;
	border: 3px solid #800000;
	font-family: verdana;
	font-size: 10pt;
	background-image: url('../images/efx/efx_gradient.jpg');
	background-repeat: repeat-x;
}

a
{
	text-decoration: none;
}

a image
{ 
    border: 0px;
}

li
{
    padding-bottom: 15px;
    list-style: none;
	background-image: url('../images/efx/efx_bullet2.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
	width: 500px;
	color: #333333;
}

.clsLogoText1
{
    font-size: 11pt;
    font-weight: bold;
    color: #990000;
}

.clsLogoText2
{
    font-size: 11pt;
    font-weight: bold;
    color: #666666;
}

.clsPageDiv
{
    background-color: #ffffff;
    width: 800px;
    height: 800px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('../images/efx/efx_background.jpg');
}

.clsMenuBar
{
    width: 100%;
	text-align: center;
	background-color: #990000;
	height: 30px;
	padding-top: 5px;
}

.clsMenuBar td
{
    width: 20%;
}
    
.clsMenuBar a
{
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

.clsMenuBar a:hover
{
    color: #999999;  
}

.clsBarShadowDiv
{
    background-image: url('../images/efx/efx_barshadow.jpg');
    height: 15px;
}

.clsColumn_Left
{
    width: 200px;
    height: 480px;
}

.clsColumn_Right
{
    width: 600px;
    height: 480px;
    padding-right: 30px;
}

.clsTitle
{
    font-size: 12pt;
    font-weight: bold;
    color: #333333;
    padding-bottom: 10px;
}

.clsContactBox
{
	margin-left: 140px;
	width: 430px;
	text-align: center;
	border: 2px solid #990000;
	font-weight: bold;
	padding: 5px;
}

.clsFooter
{
	padding-left: 250px;
	font-size: 8pt;
}

.clsForm
{
   	color: #333333;
   	font-weight: bold;
    padding-left: 120px;
}

.clsButton
{
    color: #ffffff;
    font-weight: bold;
    background-color: #990000;
    border: 1px solid #999999;
    cursor: pointer;
}