html, body {
width : 100%;
padding : 0;
margin : 0;
background-color : #cccccc;
}
a, a:link, a:active, a:visited {
color : #35ad41;
text-decoration : underline;
}
a:hover {
color : #35ad41;
text-decoration : none;
}
td {
font-family : tahoma, sans-serif;
font-size : 11px;
color : #333333;
line-height: 18px;
}
.welcome {
font-family : tahoma, sans-serif;
font-size : 14px;
font-weight : bolder;
color : #333333;
}
.w {
background-color : #ffffff;
}
h4 {
color : #aaaaaa;
font-family : tahoma, sans-serif;
font-size : 10px;
}
.tahomastyle {
font-family : tahoma, sans-serif;
font-size : 10px;
color : #999999;
}
.menubg {
background-image : url("images/menuebg.png");
background-repeat : repeat;
}
.menupd {
margin-left : 5px;
}
.reftable {
border-style : solid;
border-width : 1px;
border-collapse : collapse;
border-color : #999999;
}
.refgreen {
background-color : #f2ffeb;
padding : 4px;
}
.refwhite {
background-color : #ffffff;
padding : 4px;
}
.rightbg {
background-image : url("images/shadow.png");
background-repeat : repeat;
}
.loginfrm {
width : 180px;
height : 97px;
background-image : url("images/login.png");
background-repeat : no-repeat;
}
.logininp {
border-style : solid;
border-width : 1px;
border-color : #999999;
background-color : #e4e4e4;
font-family : tahoma, sans-serif;
font-size : 10px;
color : #999999;
width : 100px;
}
.loginalgn {
padding-top : 22px;
padding-right : 2px;
}
.logoutfrm {
width : 180px;
height : 97px;
background-image : url("images/logout.png");
background-repeat : no-repeat;
}
.logoutalgn {
padding-top : 40px;
padding-right : 2px;
}
.inpstyle {
border-style : solid;
border-width : 1px;
border-color : #999999;
background-color : #e4e4e4;
font-family : tahoma, sans-serif;
font-size : 10px;
color : #666666;
}
.dl, .dl:link, .dl:active, .dl:visited, .dl:hover {
text-decoration: none;
color: #000000;
}


