body {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
input {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
textarea {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
td {
	font-size: 12px;
}
select {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
a {
        color: #436285;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
.menua {
        color: #436285;
        text-decoration: none;
}
.menua:hover {
        text-decoration: none;
}
li {
        font-size: 12px;
}

.tiny {
        font-size: 10px;
}
.small {
        font-size: 12px;
}
.reg {
        font-size: 12px;
}
.stitle {
        font-size: 14px;
        font-weight: bold;
}
.title {
        font-size: 17px;
        font-weight: bold;
}

.brd {
        border: 1px;
        border-thickness: 1px;
        border-color: #000000;
        border-style: solid;
}

a:hover .brd, a:active .brd {
        border: 1px;
        border-thickness: 1px;
        border-color: #FFBF13;
        border-style: solid;
}

ul {
        margin: 0 0 0 20px;
}

.navmenu {
        font-size: 12px;
        font-weight: bold;
}

table.listtable {
	border-thickness: 0px;
 	font-size: 10px;
 }

.listhead {
 	background-color: #ffe580;
 	font-weight: bold;
 	font-size: 12px;
 	color: black;
}

.listrowodd {
 	background-color: #FFFFFF;
 	font-size: 12px;
 	color: black;
}

.listroweven {
 	background-color: #E0E0E0;
 	font-size: 12px;
 	color: black;
}

.listrowselected {
 	background-color: #FFFFC0;
 	font-size: 12px;
 	color: black;
}
 
.instructions {
        font-size: 12px;
        font-style: italic;
}
.formfile {
        font-size: 12px;
}
