body {
	margin: 0 0 0 0; 
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #003366;
}
font.mark {
    color: rgb(153, 0, 0);
    font-weight:bold;
}
font.error {
    color: red;
}
td {
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    color: #333333; 
}
.portletheader {
    background-color: #1e537f;
    font-weight:bold;
}
.portletbg {
    background-color: #DCDCDC;
}
.header {
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #FFFFFF; 
}
.tblheader {
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    color: #FFFFFF; 
    background-color: #003366;
}
.tblbg {
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    color: #333333; 
    background-color: #f1f1f1; 
}
a {
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    color: #333333; 
}
blink {
    color: rgb(153, 0, 0);
}
a:Hover {
    text-decoration: underline;
}
INPUT {
     font : 8pt verdana;
     color: #1e537f;
     background-color: #ffffff;
     border-color: #1e537f;
     border-width: 2px;
     border-style: double;
}  
INPUT:Hover {
    border-color: rgb(153, 0, 0);
} 
input.noborder {
    border-width: 0px;
}
TEXTAREA
{
     font : 8pt verdana;
     color: #7D6F61;
     background-color: #ffffff;
     border-color: #1e537f;
     border-width: 2px;
     border-style: double;
}  
SELECT
{
     font : 8pt verdana;
     color: #333333;
     background-color: #ffffff;
     border-color: #1e537f;
     border-width: 2px;
     border-style: double;
} 


