.topnav, .topnav a {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #138ba4;
	text-decoration: none;
}

.topnav a:hover {
	text-decoration: underline;	
}

.testimonial {
	margin-right: 100px;
	margin-left: 100px;
	padding-right: 8px;
	padding-left: 8px;
	text-align:center;
	color: #2181b1;
	border: 1px solid #451e39;
}

body, li, p, td, .body-text {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:center;
	background-image: url(images/bg.gif);
}
h1 {
	font-size: 16pt;
	color: #red;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}
h2 {
	font-size: 15pt;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style-type:square;
	padding-right: 20px;
	padding-left: 20px;
}

li {
	margin-bottom:10px;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.redbold {
	font-size: 18px;
	font-weight: bold;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
}
.frmTextArea {
	width:250px;
	height:60px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}
.frmInput {
	width:250px;
	height:20px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}
.frmInputSmall {
	width:100px;
	height:20px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}
.frmSelect {
	width:250px;
	height:20px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}
.frmSelectSmall {
	width:100px;
	height:20px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}