BODY {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica;
}

H4, H5 {
    color: #3e474f;
    font-size: 12px; 
    font-family: Arial, Helvetica;
}

TD, TH, INPUT, SELECT, STRONG  {
    color: black; 
    font-size: 11px; 
    font-family: Arial, Helvetica;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.logo {
	background-color: #FFFFFF;
}

.TopMain {
	background-color: #DADCDA;
}

.delimiter {
	background-color: #000000;
	color: #B5BAB0;
}

.content {
    color: black;
    background: #FFFFFF;
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

.navtitle {
    color: black;
    background: #B5BABD;
    text-align: left;
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

.submit {
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: white;
    background: black;
    cursor: hand;
    border: thin black none;
    padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px;
}
.menulist {
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
}

A, A:link, A:active {
    text-decoration: none;
    color: #990000; 
}
A:hover {
    color: #000000;
}

A.menulist, A.menulist:link, A.menulist:active {
    text-decoration: none;
	font-weight: bold;
    color: #000000; 
}
A.menulist:hover {
    color: #990000;
}

.footer  {
    color: gray;
    font-size: 10px; 
    font-family: Verdana, Arial, Helvetica;
}

.warn {
    font-family : Arial, Helvetica;
	color: #990000;
	font-weight: bold;
}

.title {
	color: #3e474f;
	font-weight: bold;
}
