body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
body {
	background-color: #e2edf1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
#fullheight {
	height:100%;
} 
.menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu a:link,.menu a:active,.menu a:visited {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #CCF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}
.titlebar {
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
}
p,h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
}
h1 {
	font-size:21px;
	color: #1E2221;
	font-weight: normal;
}
h2 {
	font-size:18px;
	color: #F17B17;
	text-transform: none;
	font-weight: normal;
	text-decoration: underline;
}
.maincontent {
	padding-left: 20px;
	width: 650px;
	padding-bottom: 20px;
}
.footer {
	font-size:11px;
	color: #333;
}
a:link {
	color: #669;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #669;
}
a:hover {
	text-decoration: none;
	color: #2DA4DC;
	background-color: #FFC;
}
a:active {
	text-decoration: underline;
	color: #669;
}
.testimonial {
	font-style: italic;
	color: #5B7782;
	font-weight: bold;
	font-size: 12px;
}
.small {
	font-size:11px;
}
.clear {
	clear:both;
}
.hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E6E6EE;
}
