/* Authored by Steven Donnelly */

body{
	margin:0px;
	background-color: #666666;
	font-family: tahoma;
	color: #FFFFFF;
}

h1 {
font-size: 16px;
}

a {
color: #333333;
text-decoration: underline;
}

.maintable {
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	background-color:#FFFFFF;
}

.maintable th {
	border:1px solid #f2f1f1; padding:1px; background-color: #FFFFFF;
	-moz-border-radius: 
}
.maintable td {
	border:1px solid #f2f1f1;
	padding:1px;
	background-color: #FFFFFF;

	-moz-border-radius: 
; 	color: #FF0000;
}

.quotetable{
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	background-color:#FFFFFF;
}

.quotetable th {
	border:0px none; padding:0px; background-color: #FFFFFF;
	-moz-border-radius: 
}
.quotetable td {
	border:0px none; padding:0px; background-color: #FFFFFF;
	-moz-border-radius: 
}


.topbg {
	background-color: #FFFFFF;
	color: #FF0000;
}

.topnav {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

a.topnav {
	text-decoration: underline;
	color: #666666;
	background-color: #FFFFFF;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}


td.footer {
background-color: #f2f1f1;
}

a.footer,
.footer {
	color: #969595;
	font-size: 11px;
}



/* Latest News styles */
.latestnews {
	margin: 10px;
	font-family: tahoma;
}

.latestnewsheader {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.latestnewsdate {
	color: #959595;
	font-size: 10px;
}

.latestnewscontent {
	font-size: 10px;
	color: #000000;
}

.latestnewslink {
	color: #000000;	
	text-decoration: underline;
}



/* Testimonials styles */
.testimonials {
	margin: 10px;
	font-family: tahoma;
}

.testimonialsheader {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.testimonialsname {
	color: #959595;
	font-size: 10px;
}

.testimonialscontent {
	font-style:italic;
	font-size: 12px;
	color: #000000;
}

.testimonialslink {
	color: #000000;	
	text-decoration: underline;
	font-size: 10px;
}



/* Main Styles */
.main {
	font-family: tahoma;
	margin: 10px;
}

.mainheader {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}

.maincontent {
	font-size: 14px;
	color: #000000;
}

.mainstrongpoint {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000
}

.mainbulletpoint {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000
}

