table{
    border-collapse: collapse;
}

.formtitle {
	font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
	font-weight: bold;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}
a.redsmallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
        color: #FF0000;
}
.topmenu {
        font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #336699;
	color:#FFFFFF;
}
.topmenuactive {
        font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #336699;
	color:#FFFFFF;
}
.fieldtitle {
    font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
a.topmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenu:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenu:hover {
	color: #FF6600;
	text-decoration: none;
}
.sectiontitle {
    font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FF0000;
}

.contenttitle {
    font-size: 70%;
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.nouldata {
    font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
}
.data {
    font-size: 60%;
	font-family: Arial,Helvetica,Sans-Serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bolddata {
    font-size: x-small;
    font-weight:bold;
	font-family: "Courier New", Courier, mono;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.summary {
    font-size: 70%;
	font-family: Arial,Helvetica,Sans-Serif;
}
a.summary:link {
	text-decoration: none; color:#0000FF
}
a.summary:visited {
	text-decoration: none; color:#0000FF
}
a.summary:active {
	text-decoration: none;
}
a.summary:hover {
	text-decoration: underline; color: #FF6600
}
.content {
	font-family: Arial, Helvetica, sans-serif;
}
.smallcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.smallcontentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
.err {
    color: #FF0000;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

td.leftbanner{
    background-color: #EEEEEE;
}

table.mid-content{
    background-color: #FFFFFF;
}
input.button {
    font-size: 70%;
    background-color: #000033;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border-style: none;
}

textarea {
    overflow-y: scroll;
}
