body
{
	background-color:#E7E7E7;
	margin-left: auto;
	margin-right: auto;
	padding: 0px; 
	font-family: 'Trebuchet MS',verdana;
	border-width:0px;
}
a:link {color:white;text-decoration:none;}
a:visited {color:white;text-decoration:none;}
a:hover {color:white;text-decoration:underline;}
a:active {color:white;text-decoration:none;}
.register A:link {color:black;text-decoration:underline;}
.register A:visited {color:black;text-decoration:underline;}
.register A:hover {color:black;text-decoration:underline;}
.register A:active {color:black;text-decoration:underline;}

.content A:link {color:black;text-decoration:underline;}
.content A:visited {color:black;text-decoration:underline;}
.content A:hover {color:black;text-decoration:underline;}
.content A:active {color:black;text-decoration:underline;}
table.main
{
	height: 100%;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-collapse : collapse;
	padding:0px;
	border:0px;
	font-size:14px;
}
tr
{
	border-width:10px;
	border-style:solid;
	border-color:#E7E7E7;
}

td.header
{
	/*background-image:url('images/header.jpg') ;
	background-repeat: no-repeat; */
	height: 100px;
	vertical-align:center;
	padding:15px;
	/*font-family:'Times Roman'; */
	background-color:gray;
}

td.menu
{
	height:30px;
	padding:10px;
	background-color:#FF6600;
}

td.nav
{
	width:15%;
	vertical-align:top; 
	text-align: center;
	background-color:#FFEAC1;
	padding:15px;
}
td.content
{
	padding:15px;
	width:75%;
	vertical-align:top;
	background-color:#F4F4F4;
}

td.footer
{
	text-align:center;
	height:20px;
	font-size:13px;
	/*background-image:url('images/footer.jpg') ;*/
	background-color: #FF6600;
}

table.register
{
	height: 100%;
	width:700px;
	padding:15px;
	font-size: 14px;
}

td.payment
{
	border-width:0px 0px 7px 0px;
	border-color: transparent;
	border-style: solid;
}