body {
	background: #0B252D;
}
#header {
	background-color: #0B252D;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#footer {
	background-color: #0B252D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
#navigation {
	background-color: #0B252D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}
#main {
	background-color: #0B252D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}
td {
	vertical-align: top;
}
a{
	color: #FFFFFF;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#testimonial{
	color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h3{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
}
input{
	background-color: #99FFFF;
	border: thin;
}