body {
font-family: arial, Georgia, "Times New Roman";
font-size:12px;
color: #AAAAAA;
 background: #F5F8FC;
 }
td {
font-family:Georgia, "Times New Roman";
font-size:12px;
color: Black;
 text-align: left;
 }
a {
color: Navy;
text-decoration:none;
font-size:14px;
 font-variant: normal;
 font-family: verdana;
 }
a:hover {
color: #BD0000;
text-decoration:underline; }
input {
border-width:1;
font-family:arial;
font-size:12px;
padding:2px;
height:21px;
border-color: #CCCCCC;
border-style:solid;
background-color: #F9F9F9;
color: #999999; }
}
.menu {
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: 1px dashed #999999;
}
.menu_main a:hover {
	border-bottom: 1px dashed #333333;
}
H2 {
color: Navy;
text-decoration:none;
font-size:16px;
 font-variant: small-caps;
 font-family: verdana;
 }


.required {
        color: #FF0000;
}
.field_title {
        font-sizze: 12px;
        vertical-align: top;
        text-align:left;
}
.textfield {
        font-size: 12px;
        width: 200px;
}
.textarea {
        font-size: 12px;
        width: 90%;
        height: 100px;
}
.field_heading {
        font-size: 12px;
        font-weight: bold;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #666666;
        padding-top: 10px;
        color: #666666;
}
.select {
        font-size: 12px;
}
.checkbox_label {
        font-size: 11px;
        cursor: pointer;
}
.radio_label {
        font-size: 11px;
        cursor: pointer;
}
.email {
        font-size: 12px;
        width: 200px;
}

