/* CSS Document */

/* Global Styles */
html, body, form, fieldset, p, pre, blockquote, ul, ol, dl, address 
{
    margin: 5px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #666666;
	background-color: #560901;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #801000;
    font-weight: bold;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.topBG { background: url(images/topBG.jpg) repeat-x top; }
.blackBG { background: #000000; }
.smBoxBG { background: url(images/txtBG.jpg) no-repeat; }

.greyBorderBox 
{ 
	border: 1px solid #252525; 
	margin: 5px;
	padding: 5px;
}

.topNav
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 12px;
	text-decoration: none;
}

.mainText
{
	font-weight: normal;
	text-align: left;
	
}

.titleText
{
	font-weight: bold;
	text-align: left;
	color: #B10021;
	font-size: 14px;
	margin: 10px 0;
}

.boxText
{
	font-weight: normal;
	text-align: left;
	margin: 10px 20px;
	color: #FFFFFF;
	font-size: 10px;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #DDDDDD;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #DDDDDD;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}