@import url(divlayoutstyles.css);
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 100%;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
background-color: #369;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 135%;
	font-weight: bold;
	color: #000;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#right_content h1, #right_content h2 {
	color: #000;
}
h2{
	font-size: 125%;
	font-weight: bold;
	color: #000;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4{
 	font-size: 115%;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;	
	font-family: Arial, Helvetica, sans-serif;
}

h5{
	font-size: 105%;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited{
	color: #666;
	font-weight: normal;
	text-decoration: underline;
	font-size: 100%;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
ul {
	margin-left: 0px;
	margin-top:5px;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top:5px;
	padding-bottom: 5px;
}
li {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 20px;
	font-size: 100%;
	list-style-type: square;
}
input, option, select, textarea, value {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form {
	margin-left: 0px;
	margin-top: 5px;
	font-size: 100%;
	width: 95%;
}
.required {
	color: #F00;
}
.field_title {
	font-size: 100%;
	vertical-align: top;
	text-align:left;
	font-weight: bold;
}
.textfield {
	font-size: 90%;
	width: 200px;
}
.textarea {
	font-size: 90%;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 100%;
}
.checkbox_label {
	font-size: 100%;
	cursor: pointer;
}
.radio_label {
	font-size: 100%;
	cursor: pointer;
}
.email {
	font-size: 100%;
	width: 200px;
}
hr {
	color: #eeeeee;
	width: 70%;
	height: 1px;
}
p{
	padding-left: 0px;
}
label {

}
applet {
	border: 0px none #999999;
	margin: 0px;
	padding: 0px;
}
a img, img {
	border: 0px none #fff;
	margin: 0px;
	padding: 0px;
}