body {
	background-image: url();
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}
body, td, .subnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
A{
	color:#663366;
}
A:hover{
	text-decoration:none;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660066;
	font-weight: bold;
	margin-bottom:5px;
	padding-bottom:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #653365;
	text-transform: uppercase;
	margin:0px;
	margin-bottom:5px;
	padding-bottom:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	margin-bottom:5px;
	padding-bottom:0px;
}
.navigation{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.subNavigation{
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}
.bodyBold{
	color: #660066;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0DADE;
	font-weight: bold;
}
.mainsm {
	font-size: 9.5px;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}
.testimonial_nan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336633;
	font-style: oblique;
	line-height: 16px;
}
.testimonial_fam {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663366;
	font-style: oblique;
	line-height: 16px;
}
.colorButton, .colorButton:hover {
		background-color:#653365;
		color:white;
		font-size : 11px;
		font-weight: bold;
		border:solid 1px #330033;
		text-decoration:none;
		height:10px;
		text-align:center;
		padding:5px;
		padding-top:2px;
		padding-bottom:2px;
		margin:2px;
	}
.grayButton, .grayButton:hover {
	background-color:#eeeeee;
		color:#333333;
		font-size : 11px;
		font-weight: bold;
		border:solid 1px #999999;
		text-decoration:none;
		height:10px;
		text-align:center;
		padding:5px;
		padding-top:2px;
		padding-bottom:2px;
		margin:2px;
}