/* CSS Document */

*			{margin:0px;}

p			{margin:7px;}

body		{font-family:Georgia, "Times New Roman", Times, serif;
			 font-size:12px;
			 color:#3a352a;}
			
TD			{font-family: Georgia, "Times New Roman", Times, serif;
			 font-size:12px;}

#agecheck	{font-family: Georgia, "Times New Roman", Times, serif;
			 text-align: left;
			 color:#3a352a;
			 margin-left: 40px;}	

.smallEntryFormText {font-size: 11px;}



/*for the links stuff in the middle of the page ##################################*/
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	/*font-weight: bold;*/
	color: #3a352a;
	text-decoration: none;
}
.links a:link, .links a:visited, .links a:active {
	font-size: 12px; 
	color: #3a352a;
	text-decoration: underline;
}
.links a:hover {
	color:#ea7516;
}	




/*for the form stuff in the middle of the page ##################################*/


.label {
	text-align: right;
	padding-right: 5px;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border: solid 1px #3cb1be;
	margin: 2px;
}


/*for the links stuff in the middle of the page ##################################*/
.mainfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	/*font-weight: bold;*/
	color: #3a352a;
	text-decoration: none;
}
.mainfont a:link, .mainfont a:visited, .mainfont a:active {
	font-size: 12px; 
	color: #3a352a;
	text-decoration: underline;
}
.mainfont a:hover {
	color:#ea7516;
}	



/*for the copyright stuff at the bottom of the page ##################################*/
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	/*font-weight: bold;*/
	color: #3a352a;
	text-decoration: none;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	font-size: 10px; 
	color: #3a352a;
	text-decoration: underline;
}
.copyright a:hover {
	color:#ea7516;
}	



/*for the rules stuff ##################################*/
.rules {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
	/*font-weight: bold;*/
	color: #3a352a;
	text-decoration: none;
}
.rules a:link, .rules a:visited, .rules a:active {
	font-size: 11px; 
	color: #3a352a;
	text-decoration: underline;
}
.rules a:hover {
	color:#ea7516;
}	



/*for the links stuff in the middle of the page ##################################*/
.closewindow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.closewindow a:link, .closewindow a:visited, .closewindow a:active {
	font-size: 12px; 
	color: #FFFFFF;
	text-decoration: underline;
}
.closewindow a:hover {
	color:#ea7516;
}	



