/* CSS Document */
form { margin: 0; padding: 0; }
/* Global Styles */
html, body
{
    margin: 5px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #595959;
	background-color: #8C8C8C;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #EB2A25;
    font-weight: normal;
}

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

.red { background: #EB2A25; }
.blk { background: #000000; }
.grey { background: #E6E6E6; }
.mainArea { background: #FFFFFF; border: 1px solid #000000; }
.shdwRight { background: url(images/shdwRight.jpg) repeat-y; }
.shdwLeft { background: url(images/shdwLeft.jpg) repeat-y; }
.shdwBot { background: url(images/shdwBot.jpg) no-repeat; }

#topNav
{
	font-size: 11px;
	color: #595959;
	font-weight: bold;
	margin: 5px 15px 0;
	text-align: left;
}
#topNav a
{
	font-family: arial, verdana;
	font-size: 11px;
	color: #595959;
	font-weight: bold;
	padding: 0px 5px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #B01F1C;
	text-decoration: none;
}

.tocTitle
{
	font-size: 13px;
	color: #FFFFFF;	
	font-weight: normal;
	margin: 10px 10px 5px;
	text-align: left;
}
.chapterText
{
	font-size: 10px;
	color: #000000;
	line-height: 11px;
	font-weight: normal;
	margin: 10px 10px;
	text-align: left;
}
.chapterText a
{
	color: #EB2A26;
	text-decoration: none;
}
.chapterText a span
{
	color: #000000;
	text-decoration: none;
}

h1.title
{
	font-weight: bold;
	font-size: 12px;
	margin: 10px 20px;
	text-align: left;
	color: #B01F1C;
}

.mainText
{
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

.photoBorder
{
	margin: 5px;
	border: 1px solid #EB2A25;
}

.copyright
{
	font-weight: normal;
	margin-left: 10px;
	text-align: left;
	font-size: 10px;
	color: #999999;
}


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

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