/*--------------HTML Tags--------------*/
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 0px;
}
table {
font-size: 10pt;
}
a.menul:link {
color: #000000;
}
a.menul:visited {
color: #333333;
}
a.menul:hover {
color: #FFFFFF;
}
a.menul:active {
color: #000000;
}
/*--------------Header Styles--------------*/
.header {
width: 100%;
background: #6699CC;
border-bottom: 2px solid #000000;
}
.subheader {
width: 100%;
height: 4px;
background: #FFCC66;
border-bottom: 2px solid #000000;
}
/*--------------Left Menu Styles--------------*/
.left {
width: 160px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
.lefttop {
background: #6699CC;
font-weight: bold;
text-indent: 3px;
border-bottom: 1px solid #000000;
}
.leftbottom {
background: #FFCC66;
padding-left: 3px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #000000;
}