html,body {
width:100%;
height:100%;
}

body {
margin: 0;
padding: 0;
background: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:black;
z-index:1;
width:100%
}

img {
}

a.whitelink:link, a.whitelink:visited, a.whitelink:active {
color: #ffffff;
}

a.bluelink:link, a.bluelink:visited, a.bluelink:active {
color: #0f487d;
}

.bluetext {
color: #0f487d;
}

h1,h2,h3 {
font-size:10pt;
color:#0f487d;
}

input.text  {
border:1px solid #67696e;
}

input[type=text] {
border:1px solid #67696e;
}

textarea {
border:1px solid #67696e;
width:250px;
}

hr {
border:0;
width:100%;
color:#999999;
background-color:#999999;
height:1px;
}

div#top {
height:80px;
width:1000px;
z-index:3;
margin:0 auto;
padding-top:20px;
padding-bottom:5px;
}

table#maintable {
/* width: 100%; */
width: 1000px;
border-collapse: collapse;
border-top:1px solid #003d7e;
border-left:1px solid #efefef;
border-right:1px solid #efefef;
border-bottom:1px solid #efefef;
margin-bottom:10px;
}


div.blockleft {
padding-top:10px;
padding-left:5px;
padding-right:5px;
padding-bottom:10px;
border-bottom:1px solid black;
}

div.mainblockright {
padding-top:10px;
padding-left:5px;
padding-right:5px;
padding-bottom:10px;
}

div.blockleftgreen {
background: #8bc53f;
color: #ffffff;
padding:5px;
padding-top:1px;
padding-bottom:1px;
}

div.blockleftgreen A:link, A:visited, A:active {
color: #ffffff;
}

div.blockleftwhite {
background: #ffffff;
color: #000000;
padding:5px;
padding-top:1px;
padding-bottom:1px;
}

div.blockleftwhite A:link, A:visited, A:active {
color: #000000;
}

div.blockleftblue {
background: #003d7e;
color: #ffffff;
padding:5px;
padding-top:1px;
padding-bottom:1px;
}

div.blockleftblue A:link, A:visited, A:active {
color: #ffffff;
}

.cf_l {
float: left;
width: 200px;
margin: 4px;
}

.cf_r {
float: left;
margin: 4px;
}

#content_l {
width:500px;
}

a:link,a:visited,a:active {
text-decoration: underline;
font-weight: bold;
color: black;
}

a:hover {
text-decoration: underline;
color: #888;
}

