/* CSS Document */

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

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

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

.noRepeat { background: no-repeat; }
.greyBG { background: #C3C4C6;}
.whtBG { background: #FFFFFF;}

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

.titleText
{
	font-size: 24px;
	color: #3598D4;
	font-weight: bold;
	margin: 10px 20px;
	text-align: left;
}

.subitleText
{
	font-size: 20px;
	color: #3598D4;
	font-weight: bold;
	margin: 10px 20px;
	text-align: left;
}

.catTitle
{
	color: #3598D4;
	font-weight: normal;
	text-transform: uppercase;
}

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

.contactText
{
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}


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

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