/* CSS Document */
body {
	background-color: #471212;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.smtxt{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
}
.txt{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}
.mdtxt{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
}
.lgtxt{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
}
.title{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:20px;
}
.darkgray{
color:#666666;
}
.gray{
color:#999999;
}
.white{
color:#FFFFFF;
}
.red{
color:#FF0000;
}


a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

.darkback a:link {
	color:#999999;
	text-decoration: none;
}
.darkback a:visited {
	color: #999999;
	text-decoration: none;
	
}
.darkback a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

