﻿body {
font-family: Verdana, Arial, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
a {
	color: #990000;
	text-decoration:none;
	
        font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
  
        font-weight:bold;
	}

td {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
    	font-size: 12px;
    }

#maintable {
	width: 100%;
	height: 100%;
	background: url("images/topback.jpg") repeat-x;
	
}

#tablewidth {
	
	width: 770px;
	background-color: #ffffff;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	
	
}

#orangetop {
	height: 30px;
	margin: 0;
	background-color: #DD9122;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	color: #fff;
	padding-left 4px;
}

#bfooter {
         padding: 5px 10px;
         line-height: 16px;
         font-size: 11px;
}
