body { 
        scrollbar-face-color: #eeeeff;
        scrollbar-3dlight-color: #ffffff;
        scrollbar-arrow-color:  #ee4422;
        scrollbar-track-color: #eeffff;
}
body,td {
        font-family: Arial;
        font-size: 12px;
        color: #000000;
}
form {
        margin-top: 0px;
        margin-bottom: 0px;
}
a { color : #0066DD; text-decoration : none; }

a:hover { text-decoration : underline; }

input,select,textarea {
        border: 1px solid #7788FF;
        font-family: Verdana;
        font-size: 13px;
        margin: 1px;
}
h1 {
        font-family : "Verdana";
        font-size : 17px;
        font-weight : bold;
        color : #FF0000;
        margin-bottom: 10px;
}
.required {
	border: 2px solid #7788FF;
}
.copyright {
        font-size : 11px;
        color : #0055aa;
}

.label {
        font-size : 10pt;
        color : #0055aa;
        font-weight : bold;
}
.button {
        width: 120px;
        font-weight: bold;
        color: #4444aa;
        background-color: #7788FF;
        color: white;
        border-bottom: 1px solid Black;
        border-right: 1px solid Black;
        border-top: 1px solid White;
        border-left: 1px solid White;

}
.tiny {
    font-size : 9px;
}
.stat {
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
}
.favorite {
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
}
.favorite a{
    color: red;
    text-decoration: underline;
}
.favorite a:hover{
    color: red;
    text-decoration: none;
}
.info_header {
    text-align: center;
    color: #000088;
}
.small {
	font-size: 11px;
}
.header {
	text-align: center;
        font-family : "Verdana";
        font-size : 17px;
        font-weight : bold;
        color : #FF0000;
}
.net_info {
	text-align: left;
	padding: 5px;
	background-color: #FFFFEE;
	border: 1px solid #FFCCAA;
	display: none;
}
div.menu {
	margin: 5px;
	text-align: left;
}
div.menu a {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
div.menu a:hover {
	text-decoration: none;
}
.menu_normal {
	color:blue;
}
.menu_light {
	color: red;
}
hr {
	border: 0px;
	border-top: 1px solid #CCCCCC;
}
