﻿/* These are styles that could possibly be modified without effecting the design */

body {
    background-color: #EEEEEE;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666666;
     font-weight: normal;
}

p {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #666;
  font-weight: normal;

}

.top_nav{
     background-color: #EEEEEE;
}

#container {
	width: 775px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	padding:0px
}

img{
  border: 0px;
}

a {
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}

a:link {
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	color: #00CC66;
	text-decoration: none;
}

.boldtext {
	font-weight: bold;
}
.spreadlist {
	font-size: 12px;
}
.coloredtitle {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}
.headers {
	font-size: 13px;
	font-weight: bold;
	color: Green;
}
.right {
	text-align: right;
	font-size: 13px;
	color: #666666;
}
.titles {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonial {
	font-size: 11pt;
	color: #000000;
}
