@charset "utf-8";
/* CSS Document */
.s_form_redheadline {
	color:red;
	font-size:16px;
	font-weight:bold;
}
.s_form_ul {
	margin-left:40px;
}
.s_form_li {
	font-family: arial,helvetica,sans-serif;
}
.s_form_form {
	display: inline;
	margin: 0;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.s_form_table {
	width: 700px !important;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #000000;
}
.s_form_h1 {
	border-bottom:2px solid #000000;
	color:#000000;
	font-size:18px;
	margin:7px 0 5px;
}
.s_form_h2 {
	margin:0 0 15px;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}
.s_form_p {
	font-family: arial,helvetica,sans-serif;
	font-size:13px;
	line-height:18px;
	margin-bottom:8px;
	font-style: normal;
	font-weight: normal;
}
#article{
	text-align:center;
	margin: 0px auto;
}
#article, #article .s_form_p, #article .s_form_li {
	font-size:12px;
}
#article .s_form_p {
	margin-bottom:8px;
}
.s_form_input {
    border: 1px solid #698ed1;
    background: white;
    color: blue;
}

.s_form_input:hover {
    background: #FFFFCC;
}
.s_form_textarea {
    border: 1px solid #698ed1;
    background: white;
    color: #003366;
    text: #003366;
	*overflow: hidden;
}

.s_form_textarea:hover {
    background: #FFFFCC;
}
.s_form_select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
      border: 1px solid #698ed1;
	color: blue;
	text-decoration: none;
      background: #FFFFFF;
}

.s_form_select:hover {
    background: #FFFFCC;
}
.s_form_a {
color:#3E3232;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
.s_form_a:hover {
	color: red;
	text-decoration: underline;
}
.s_form_submit-button
{
	clear: both;
	color: white;
	border: 2px outset #99CCFF;
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.s_form_submit-button:hover
{
    background: #A2B5CD;
}

.submit-button
{
	clear: both;
	color: white;
	border: 2px outset #99CCFF;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.submit-button:hover
{
    background: #A2B5CD;
}


#article .s_form_h3 {
font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
font-size:11px;
margin:0 0 15px;
border:medium none;
color:#000000;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:bold;
line-height:12px;
margin-bottom:5px;
}