body, html
{
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
}
table.RegTable {
    width: 100%;
    background-color: white;
    text-align:center;	        
}

table.RegTable td
{
	padding:10px;
    width:100%;
    text-align:center;
}

div.regCont
{
	height:600px;
    width:800px;
    border: solid 1px #000000;
    text-align:center;
    margin-left: auto;
    margin-right: auto;    
}

div.RegDiv {
    background-color: #FFFFFF;
    position:relative;
    text-align:center;
    height:100%;
    width:100%;    
}

div.ContentRegDiv
{
	background-image: url('Images/background.gif');
	background-repeat: repeat-x;
	height:80%;
	width:100%;
	text-align:center;
}

div.ContentDiv
{
	background-color: White;
	border: solid 1px gray;
	width:90%;
	height:90%;
	margin-left: auto;
    margin-right: auto;    
	margin-bottom:auto;
	margin-top:auto;
}

span.redLargeHeader
{
	font-family: Arial,Helvetica, Sans-Serif; 
	font-size : x-large; 
	color : #990000
}

span.smallText
{
	font-family: Arial,Helvetica, Sans-Serif;
	font-size : small;
	color : #000000
}

span.smallBoldText
{
	font-family: Arial,Helvetica, Sans-Serif;
	font-size : small;
	color : #000000;
	font-weight:bolder;
}