/* CSS Document */

	body{
		margin:0px;
		background-image:url(/images/background.gif);
		font-family:Arial;
		font-size:14px;
		font-weight:normal;
		color:#666666;
	}
	
	table.main{
		background-image:url(/images/center_background.gif);
		/*background-color:#336699;
		border-bottom:1px solid #336699;
		border-right:1px solid #336699;
		border-left:1px solid #336699;*/
	}
	
	a{
		text-decoration:none;
		font-family:Arial;
		font-weight:bold;
		color: #256C7F;
	}
	
	a:hover{
		color: #CC3333;
	}
	
	#top_menu{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color: #256C7F;
	}
	
	#top_menu a{
		text-decoration:none;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		color: #256C7F;
	}

	#top_menu a:hover{
		text-decoration:none;
		color: #CC3333;
	}
	
	#footer{
		font-size:10px;
		height:70px;
		background-image:url(/images/footer.gif);
		background-position:center bottom;
		background-repeat:no-repeat;
		padding-top:5px;
	}
	
	#footer a{
		text-decoration:none;
		font-family:Arial;
		font-size:10px;
		color: #256C7F;
	}

	#footer a:hover{
		text-decoration:none;
		color: #CC3333;
	}

	td.content{
		padding-left:15px;
		padding-right:15px;
	}
	
	table.prize{
		border:2px solid #CCCCCC;
	}
	
	img.sitethumb{
		border:2px solid #000000;
	}
	
	.bluetitle{
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		color:#256C7F;
	}
	
	.subtext{
		font-size:12px;
	}
	
	ul{
		/*line-height:15px;
		list-style-image:url(/images/bullet.gif);*/
	}
	
	.title{
		font-weight:bold;
		font-size:15px;
	}
	
	input, select, textarea{
		border:2px solid #CCCCCC;
		font-size:13px;
		background-color:#FFFFFF;
	}
	
	.radio{
		border:none;
	}
	
	span.label{
		border-bottom:1px dashed #4499BD;
		font-weight:bold;
	}
	
	td.smalltext{
		font-size:11px;
		color:#000000;
		background-color:#CCCCCC;
	}
	
	.small{
		font-size:11px;
	}

	.message{
		background-color:#FFE635;
		border:1px solid #256C7F;
		font-weight:bold;
		font-size:14px;
		color:#000000;
	}
