body {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFDFDF;
	background-image: url('../images/grad.png');
    background-repeat: repeat-x;    
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#maintable{
	/* border-left: 5px solid #12579e;
	border-right: 5px solid #12579e;
	border-bottom: 4px solid #12579e; */
}

#sponsors-header{
	background: url('../images/tab.png') no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}

.round-left{
	background: url('../images/ul.gif') no-repeat top left #FFFFFF;
}

.round-right{
	background: url('../images/ur.gif') no-repeat top right #FFFFFF;
}

#footertable{
	padding-top: 20px;
	border-left: 2px solid #0066AA;
	border-right: 2px solid #0066AA;
	border-bottom: 2px solid #0066AA;
}

#navbar{
	height: 29px;
	border: 2px solid #0066AA;
	background: url('../images/nav-bg.png') repeat-x #DFDFDF;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	/* font-size: 21px; */
	font-weight: normal;
	color: #887700;
}

.blueredlink {
	padding-left: 20px;
	padding-right: 20px;
}

.blueredlink a{
	font-family: Verdana;
	font-weight: bold;
	color: #002266;
	text-decoration: none;
	font-size: 10pt;
}

.blueredlink a:hover{
	color: #887700;
}

.smaller {
	font-size: smaller;
}

.leftText {
	text-align: left;
}
.centeredText {
	text-align: center;
}
.rightText {
	text-align: right;
}

.errorMsg {
	color: #CC0000;
	font-weight: bold;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
	padding: 10px;
}
.body2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 21px;
	line-height: 25px;
	color: #887700;
}
.body3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.body3red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #993300;
	font-weight: bold;
}
.body4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	border-left: 2px solid #95A5B5;
	border-bottom: 2px solid #95A5B5;
	border-right: 2px solid #95A5B5;
	background-color: #FFFFFF;
	padding: 4px;
}
.bodyview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #993300;
}
.copyright{
	color: #000000;
	font-size: 10px;
}