
/* Body Preferences */

body{
font-family:Verdana;
font-size:10pt;
margin:0px;
}
a:link{
color:#198750;
text-decoration:none;
}
a:visited{
color:#8C5200;
text-decoration:none;
}
a:active{
color:#198750;
text-decoration:none;
}

/* These borders are used to surround the content area boxes */

.bordertopleft{
border-width:1px; 
border-style:solid; 
border-color:#CDB8D8; 
border-right:none; 
border-bottom:none;
}
.bordertop{
border-width:1px; 
border-style:solid; 
border-color:#CDB8D8; 
border-left:none; 
border-right:none; 
border-bottom:none;
}
.bordertopright{
border-width:1px; 
border-style:solid; 
border-color:#CDB8D8; 
border-left:none; 
border-bottom:none;
}
.borderbottomleft{
border-width:1px; 
border-style:solid; 
border-color:#CDB8D8; 
border-top:none; 
border-right:none;
}
.borderbottom{
border-width:1px; 
border-style:solid; 
border-color:#CDB8D8;
border-left:none; 
border-top:none; 
border-right:none;
}
.borderbottomright{
border-width:1px; 
border-style:solid; 
border-color:#CDB8D8;
border-left:none; 
border-top:none;
}

/* Form control Preferences */

.submitform{
background-color:#198750;
color:#ffffcc;
font-size:10pt;
font-weight:bold;
height:26px;
font-family:Verdana;
border:none;
cursor:hand;
border-width:1px;
border-style:solid;
border-color:#000000;
}
.resetform{
background-color:#2AB46E;
color:#ffffff;
font-size:10pt;
font-weight:bold;
height:26px;
font-family:Verdana;
border:none;
cursor:hand;
}


