body {
	background-image: url(objects/backgroundMain.jpg);
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


html {	height:100%;	}

img { border:0px;	}

a:link 		{	color: #990000;	text-decoration: none;}
a:visited 	{	color: #990000;	text-decoration: none;}
a:hover 	{	color: #990000;	text-decoration: underline;}
a:active 	{	color: #990000;	text-decoration: none;}


.boxShadow {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-top-color: #333333;
}
.topMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.topMenu A:link {text-decoration: none}
.topMenu A:visited {text-decoration: none}
.topMenu A:active {text-decoration: none}
.topMenu A:hover {text-decoration: underline;}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.smallInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.information {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.information2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.information3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.cellDoubleLeft {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-left-color: #666666;
}

.formElements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tableTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.tableTopMedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.tableTopBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.tableText {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
}

.tableTextSmall {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #000000;
}

.caution {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.cautionGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.table{
	border: 0px solid #000000;
	border-collapse: collapse;
}

.table td, th{
	border: 1px solid #CCCCCC;
}
.noHand {
	color: #000000;
	cursor: default;
}


.superMini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
}


.ActionAlerts{
	border: 0px solid #999999;
	border-collapse: collapse;
}

.ActionAlerts td, th{
	border: 1px solid #CCCCCC;
}


.tableBranch{
	border: 0px solid #999999;
	border-collapse: collapse;
}

.tableBranch tbody tr{
	height:inherit;
}

.tableBranch td, th{
	border: 1px solid #CCCCCC;
	height: 15px;
}


.topMenuBorder {
	border: 1px solid #006666;
	border-collapse: collapse;
}

.topMenuBorder thead tr{
	background-color: #D9FFD9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

img.floatLeft { 
    float: left; 
}

img.floatRight { 
    float: right; 
}

img.floatCenter { 
	text-align: center;
}

.textCenter {
	text-align: center;
}

<!-- jQuery Drop Down Properties -->

.suggestionsBox 
{
	width: 150px;
	padding: 0;
	background-color: #339999;
	border: 1px solid #006666;
	z-index: 2;
}


.suggestionList {
	margin: 0px;
	padding: 0px; 
	float:center;
	width: 150px;
}

.suggestionList ul {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer; 
}

.suggestionList ulHeader {
	
	margin: 0px 0px 3px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-weight:bold;
	padding: 3px;
	cursor: pointer;
	z-index: 100;
	
}

.suggestionList ul:hover {
	background-color: #006666;

}

.ap_currentScoreGood {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #006666;
}

.ap_currentScoreBad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FF0000;
}

.messageboxRed
{
 
	border:solid 1px #DEDEDE; 
	background:#EFEFEF;
	color:#FF0000; 
	width:750px;
	/*padding:4px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:15px;
	margin-left:40px; 
	display:none;
}

