body {
        margin-top: 0px;
	background: url(/pics/3colorback.gif) repeat-x #f1f1f1;
}
body, td, th, div, p, li {
        font-family: Verdana,sans-serif;
        font-size: 13px;
        line-height: 18px;
        text-decoration: none;
        color: #454545;
}

h1,h2 {
        font-family: Verdana,sans-serif;
        font-size: 18px;
        font-weight: normal;
        text-decoration: none;
        color: #454545;
}

h3,h4 {
        font-family: Verdana,sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
        color: #454545;
}

#menu {
	padding: 0px 0px 0px 0px;
}

#menu a {
	padding: 0px 50px 0px 0px;
	font-size: 14px;
	color: #ffffff;
}

#menu a:hover {
	color: #f2900b;
	}

a {
        font-weight: normal;
        line-height: 15px;
        text-decoration: none;
        color: #007bc5;
}

a:hover {
        font-weight: normal;
        color: #f2900b;
}

#footer{
        margin-top:20px;
        font-family: Verdana,sans-serif;
        font-size: 8px;
        text-decoration: none;
        color: #c0c0c0;
}

.styledfield {
        background: #ffffff no-repeat;
        font-size: 13px;
        padding: 2px;
        border: solid 1px #c0c0c0;
        height: 24px;
}

.formheader {
        background: #454545;
        /*background: #0060a1;*/
        /*border: 1px solid #454545;*/
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
        color: #ffffff;
        padding: 5px 0px 5px 5px;
        margin-top:-5px;
        margin-left:-5px;
        margin-right:-5px;
        margin-bottom:5px;
        }

.formheader a {
        font-weight: normal;
        line-height: 16px;
        text-decoration: none;
        color: #f2900b;
}
.err{
        font-size:9px;
        font-weight: bold;
        padding-left:0px;
        color:#CC0000;
}
