
table {
font-family: Helvetica, Arial;
font-size: 9pt;
} 

#header {
background: url(../../images/topline.gif) repeat-x;
width:900px;
height: 26px; /*Height of top section*/
}

#toptitle {
width:80%;
}

#toptitle h2 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 24px;
font-family: arial, helvetica;
font-weight: bold;
color:#003366;
display:inline;
}

#toptitle img {
float:left;
margin-right: 30px;
margin-top:5px;
}

#note {
margin-top:10px;
font-family: Helvetica, Arial;
font-size: 10pt;
}

#note ul {
margin-bottom:30px;
}

#note img {
padding-top:0px;
padding-left:10px;
padding-right:25px;
}

#content {
border: 1px solid #6e6e6e;
width:900px;
font-family: Helvetica, Arial;
font-size: 10pt;
font-weight:normal;
}

a:link {color: #003366; text-decoration: underline; }
a:active {color: #003366; text-decoration: underline; }
a:visited {color: #8b0000; text-decoration: underline; }
a:hover {color: #8b1a1a; text-decoration: none; }


body { 
margin: 0; 
padding: 10px; 
font: 10pt Arial,Helvetica,sans-serif; 
color: #000; 
background-color: #FFF; 
}

h3 { 
margin: 0px; 
padding: 2px; 
font-family: Arial,Helvetica;
font-size: 16px; 
font-weight: bold; 
color: #000; 
}

div.myform { 
margin: 50px; 
padding: 10px; 
width:560px;
}

p.legend { margin-bottom: 1em; }
p.legend em { 
color: #C00; 
font-style: normal; 
font-family: Arial,Helvetica;
}

div.myform form p { 
margin: 0; 
padding: 10px;
font-weight:normal;
}

div.myform form fieldset { 
margin: 10px 0; 
padding: 10px; 
border: #687c8e 2px solid; 
background: url(../../images/form_back.jpg) repeat-x;
}

div.myform legend { 
font-weight: bold; color: #800000;
font-family: Arial,Helvetica;
font-size:14px;
padding-bottom:5px;
}


div.myform label { 
margin-right: 10px; 
padding-right: 10px; 
width: 150px; 
display: block; 
float: left; 
text-align: right; 
font-family: Helvetica, Arial;
}

div.myform div.button { 
margin-left: 360px;
}

div.myform textarea {
height: 100px;
width: 260px;
font-family: Helvetica, Arial;
font-size:10pt;
}

div.myform input:focus, 
div.myform textarea:focus{ 
border:1px solid #ffff99; 
background:#ffffcc; 
}


