/* Global Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#706e70;
}
	
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	margin-top:0px;
}
	
h1 {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size:16px;
	font-weight:bold;
	color: #c05625;
}

h3 {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size:16px;
	font-weight:bold;
}

a {
	color: #c05625;
	text-decoration:underline;
}
	
a:hover {
	color: #6699ff;
	text-decoration:none;
}

p {
	margin: 0;
}

/* Class Styles */
.blueText {
	color: #2b3458;
	font-size:11px;
	font-weight:bold;
}

.greyText {
	color: #909090;
}

ul.services {
	list-style-type: circle;
	line-height: 1.8;
}

.li { cursor: pointer; }

.service { padding-left:8px; padding-bottom:8px; }

.subtext {
	color: #666666;
	font-style: italic;
	font-size: 9px;
}

.footerText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footerLinks a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}
	
#footerLinks a:hover {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #c05625;
	text-decoration: none;
	font-weight:bold;
}