<style type="text/css">
.container
{
	position:		center;
	top:			0px;
	width:			100%;
	height:			100%;
}
.submit
		{
		background-color:	#0099cc;
		border:			1px solid #ffcc00;
		font-family:		century gothic;
		color:			#ffcc00;
		}
.input2
		{
		background-color:	#ff9900;
		border:			1px solid #333333;
		font-family:		arial;
		color:			#333333;
		width:			100px;
		}
.header
		{	
		margin:			0px;
		margin-left:		auto;
		margin-right:		auto;
		position:		center;
		height:			100px;
		width:			700px;
		background-image:	url('/images/header.jpg');
		background-repeat:	no-repeat;
		background-position:	center;
		text-align:		center;
		font-family:		verdana;
		font-weight:		bold;
		padding:		0em;
		color:			white;
		background-color:	#0099cc;
		}
.linkbox
		{
		position:		center;
		margin:			0px;
		margin-left:		auto;
		margin-right:		auto;
		height:			30px;
		width:			700px;
		font-family:		georgia;
		font-color:		#FFFFFF;
		background-color:	#0099cc;
		}
.footer
		{
		margin:			0px;
		margin-left:		auto;
		margin-right:		auto;
		background-image:	url('');
		background-repeat:	no-repeat;
		background-position:	center;
		height:			30px;
		width:			700px;
		color:			white;
		text-align:		center;
		font-family:		verdana;
		background-color:	#0099cc;
		position:		center;
		}
.content
		{
		position:		center;
		text-align:		center;
		font-family:		century gothic;
		font-weight:		normal;
		font-size:		12px;
		color:			#ffffff;
		width:			700px;
		margin:			0px;
		margin-left:		auto;
		margin-right:		auto;
		background-color:	#0099cc;
		}
.scroll
{
		color: 			#000000;
		position:		center;
		top:			120px;
		margin:			0px;
		margin-left:		auto;
		margin-right:		auto;
		width:			700px;
		height:			20px;
		background-color:	#0099cc;
}
a:link 
		{
		color: 			#000000;
		text-decoration:	none;
		font-size:		12px;
		}
a:visited 
		{
		color: 			#000000;
		text-decoration:	none;
		font-size:		12px;
		}
a:hover 
		{
		color: 			#ffcc00;
		text-decoration:	none;
		font-size:		12px;
		}
a:active 
		{
		color: 			#ffcc00;
		text-decoration:	none;
		font-size:		12px;
		}

</style>


