* {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	body	
	{
		font-family: georgia, sans-serif;
		font-size: 12px;
		background-image: url(images/body_bg.gif);
		background-repeat: repeat-x;
		background-position: 0 0;
		color:  #999;
	}
	
	h1 {
		font-family: georgia, sans-serif;
		font-size: 18px;
		margin-top:  50px;
		color:  #999;
	}
	
	h2 {
		font-family: georgia, sans-serif;
		font-size: 18px;
		color:  #fff;
		margin-top: 15px;
		margin-bottom:  -12px;
		font-weight:  normal;
	}
}
	
	p {
		font-size: 12px;
		color:  #999;
	}
	
	a {
	color: #f20017;
	
}
	a:hover {
	
text-decoration:  underline;
}
	
	img {
		border: 0;
	}
	
	ul	
	{
		list-style-type: none;
		list-style-position: default;
		padding-top: 15px;
		padding-left: 15px;
		line-height: 28px;
		font-family: verdana, sans;
		font-size: 12px;
	}
	
	ul	a, a:link
	{
		color: #ffffff;
		text-decoration: none;
		display: block;
		width: 100%;
	}
	
	ul	a:visited
	{

		text-decoration: none;

	}
	
	ul	a:hover
	{
		color: #66ccff;
		text-decoration: none;
	}
	
	form {
		color: #999;
	
}
	
	label{
		margin-right: 10px;
		margin-bottom:  -10px;
		font-size:  12px;
		color: #999; 
		font-family: verdana, sans;

	}
	
	
	
	#container {
		width: 724px;
		margin: auto;
	}
	
	#header {
		margin-top: 75px;
	}
	
	#subscribe {
		margin-left: 15px;
		margin-right: 15px;
	}

		
		
	
	td#content	
	{
		background-image: url(images/content_bg.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
	
	
	#footer {
		border: 0px solid black;
		font-family: georgia, serif;
		text-align: center;
		}
	
	#footer p {
		line-height: 24px;
		margin-top: 15px;
		font-size: 14px;
		color: #999;
	}
	
	#footer a {
		font-size: 14px;
		color: #f20017;
		text-decoration: none;
		display: inline;
		
	}
	
	#footer a:hover {
		text-decoration: underline;
		display: inline;
	
	}
	
	p#disclaimer	
	{
		font-size: 10px;
		line-height: 12px;
		margin-top: 10px;
		font-family: verdana, sans;
	}
	
	p#disclaimer	a
	{
		font-size: 10px;
		line-height: 12px;
		font-family: verdana, sans;
		color: #f20017;
	}
	
	input.radio0 {
		margin-right:  5px;

	}
	
	input.go {
		font-family: verdana, sans;
		font-size:  12px;
		color:  #999;
		background-color:  #fff;
		text-align: center;
		border:  1px solid #ddd;
		padding:  5px;
	}
	
	input.subscribe {
		font-family: verdana, sans;
		font-size:  12px;
		color:  #f20017;
		text-align: center;
		border:  1px solid #ddd;
		margin-top:  5px;
		margin-bottom:  5px;
		padding:  5px;
	}

	.notify {
	
	margin-top:  100px;
}

a.goback {
	color: #f20017;
	
}
	a:hover.goback {
	
text-decoration:  underline;
}

	p.contact {
	font-family: verdana, sans;
	margin-top:  15px;
	margin-right:  60px;
	font-size: 12px;
	line-height:  20px;
		color:  #fff;
	
}

p.contact  a {
	display:  inline;
	color: #66ccff;
}