﻿#bottomAd 
{
	height:100%;
	vertical-align:bottom;
	padding-bottom:10px;
	text-align: center;
	background-image: url(images/opBotRep.gif);
	background-position: bottom;
	background-repeat:repeat-x;

}

#contents
{
	padding: 10px 10px 10px 10px;
	width:70%;
	text-align:left;
	border-width:2px;
	border-color: Red;
}

#head 
{
	background-image: url(images/opTopRep.gif);	
	background-repeat: repeat-x;
	font-size: 48pt;
	color: #0099cc;
	width: 100%;
	height: 153px;
	padding-left: 7px;
	vertical-align: middle;
}

/*
#mainTable 
{
	width: 100%;
	height: 100%;
	border: 0px;
}
*/

#mainTable {
	margin: 0 auto;
	width:100%;
}

.boxMid, .boxMidR
{
	padding: 0px 8px 0px 8px;
	color: White;
	/*font-weight: bold;*/
}

.boxMid
{
	background-image: url(images/opBoxMid.gif);	
}

.boxMidR
{
	background-image: url(images/opBoxMid-r.gif);	
}

.boxMid a, .boxMidR a
{
	color: #DDDDDD;
}


.boxMid a:visited, .boxMidR a:visited
{
	color: #CCCCCC;
}

.in 
{
	display: inline;
}

.textBox
{
	font-size: 16pt;
	color: #333333;
	background-image: url(images/opTextbox.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

a, a:visited
{
	color: #6633FF;
	text-decoration: underline;
}

body 
{
	background-color: #33ccff;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

H2 
{
	
	padding: 0px 0px 0px 0px;
}

/*
html, body {
	min-height: 100%;
	height: auto;
}
*/
html, body, form, #mainTable {
	height:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}