body {
margin:0;
}

.bgimage {
background:url("../images/homepage/header-gradient.gif");
width:1px;
height:26px;
background-repeat:repeat-x;
}

.linetop {
background:url("../images/line-top.gif");
height:1px;
background-repeat:repeat-x;
}

.lineleft {
background:url("../images/line-left.gif");
width:1px;
background-repeat:repeat-y;
}

.lineright {
background:url("../images/line-right.gif");
width:1px;
background-repeat:repeat-y;
}

.linebottom {
background:url("../images/line-bottom.gif");
height:1px;
background-repeat:repeat-x;
}

.formname {
font-family:arial;
font-size:15pt;
color:#4A100C;
font-weight:400;
text-decoration:none;
margin-top:0;
margin-bottom:0;
padding-left:10px;
}

.formcaption {
font-family:arial;
font-size:11px;
color:#000;
font-weight:700;
text-decoration:none;
margin-top:0;
margin-bottom:0;
}

.pfont {
font-family:arial;
font-size:7pt;
color:#000;
font-weight:400;
text-decoration:none;
margin-top:0;
margin-bottom:0;
}

select,input,textarea {
font-family:arial;
font-size:8pt;
color:#000;
font-weight:400;
text-decoration:none;
margin-top:0;
margin-bottom:0;
border:solid 1px #000;
}