body
{
	margin: 0px;
	background: url(images/bg.jpg) no-repeat #5B0501 top center fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
A:link	{ color: #941E02; text-decoration: none; font-weight: bold;}
A:visited { color: #941E02; text-decoration: none; font-weight: bold;}
A:active { color: #941E02; text-decoration: none; font-weight: bold;}
A:hover	{ color: #80A2BE; text-decoration: underline; font-weight: bold;}

.footer
{
	color:#ffffff;
	font-size: 11px;
}

.footer A:link	{ color: #ffffff; text-decoration: none; font-weight: bold; font-size: 11px;}
.footer A:visited { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 11px;}
.footer A:active { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 11px;}
.footer A:hover	{ color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 11px;}

.tap
{
	color:#E2A74D;
}

a.tap:link	{ color: #E2A74D; text-decoration: none; font-weight: bold; }
a.tap:visited { color: #E2A74D; text-decoration: none; font-weight: bold;}
a.tap:active { color: #E2A74D; text-decoration: none; font-weight: bold; }
a.tap:hover	{ color: #E2A74D; text-decoration: underline; font-weight: bold;}


.redtext
{
	color: #941E02;
}
.bluetext
{
	color: #80A2BE;
}

.whitetext
{
	color: #ffffff;
}
.size10
{
	font-size: 10px;
}
.size11
{
	font-size: 11px;
}
.size13
{	
	font-size: 13px;
}
.size14
{	
	font-size: 14px;
}
.offwhite
{
	color: #EFE9D5;
}
#divider
{
	background: url(images/divider.gif) no-repeat center; 
	height: 36px;
	padding: 5px 0px;
}