body 
{
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #32312f;
}

img 
{
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* TEXT */
h1
{
	font: 28px arial;
	color: #ffffff;
}

h3
{
	font: 20px arial;
	color: #ffffff;
}

h4
{
	font: 18px arial;
	color: #ffffff;
}

.textwhite
{
	font: 13px arial;
	color: #dddddd;
}

.textwhiteunderline
{
	font: 13px arial;
	color: #dddddd;
	text-decoration: underline;
}

/* LINK */
.textwhite a:link
{
	font: 13px arial;
	color: #dddddd;
	text-decoration: underline;
}

.textwhite a:hover
{
	font: 13px arial;
	color: #ff9934;
	text-decoration: underline;
}

.textwhite a:active
{
	font: 13px arial;
	color: #dddddd;
	text-decoration: underline;
}

.textwhite a:visited
{
	font: 13px arial;
	color: #dddddd;
	text-decoration: underline;
}

.textwhitenone a:link
{
	font: 13px arial;
	color: #dddddd;
	text-decoration: none;
}

.textwhitenone a:hover
{
	font: 13px arial;
	color: #ff9934;
	text-decoration: underline;
}

.textwhitenone a:active
{
	font: 13px arial;
	color: #dddddd;
	text-decoration: none;
}

.textwhitenone a:visited
{
	font: 13px arial;
	color: #dddddd;
	text-decoration: none;
}

.textbrown a:link
{
	font: bold 11px arial;
	color: #650008;
	text-decoration: none;
}

.textbrown a:hover
{
	font: bold 11px arial;
	color: #650008;
	text-decoration: underline;
}

.textbrown a:active
{
	font: bold 11px arial;
	color: #650008;
	text-decoration: underline;
}

.textbrown a:visited
{
	font: bold 11px arial;
	color: #650008;
	text-decoration: none;
}

#nav .linknav a:link
{
	font: bold 12px arial;
	color: #e99036;
	text-decoration: none;
	line-height: 10px;
}

#nav .linknav a:hover
{
	font: bold 12px arial;
	color: #e99036;
	text-decoration: none;
	line-height: 10px;
}

#nav .linknav a:active
{
	font: bold 12px arial;
	color: #e99036;
	text-decoration: none;
	line-height: 10px;
}

#nav .linknav a:visited
{
	font: bold 12px arial;
	color: #e99036;
	text-decoration: none;
	line-height: 10px;
}

#nav .linknavoff a:link
{
	font: bold 12px arial;
	color: #999999;
	text-decoration: none;
}

#nav .linknavoff a:hover
{
	font: bold 12px arial;
	color: #e99036;
	text-decoration: none;
}

#nav .linknavoff a:active
{
	font: bold 12px arial;
	color: #e99036;
	text-decoration: none;
}

#nav .linknavoff a:visited
{
	font: bold 12px arial;
	color: #999999;
	text-decoration: none;
}

#subnav .linksubnav a:link
{
	font: bold 11px arial;
	color: #660000;
	text-decoration: none;
	line-height: 10px;
}

#subnav .linksubnav a:hover
{
	font: bold 11px arial;
	color: #666666;
	text-decoration: none;
	line-height: 10px;
}

#subnav .linksubnav a:active
{
	font: bold 11px arial;
	color: #666666;
	text-decoration: none;
	line-height: 10px;
}

#subnav .linksubnav a:visited
{
	font: bold 11px arial;
	color: #660000;
	text-decoration: none;
	line-height: 10px;
}


