a,
a:hover,
a:link,
a:visited {
	text-decoration: underline;
    color: #cccccc;
}
a:hover {
	text-decoration: none;
}

.buttons  {
    margin: 2px 0px;
}
.buttonstd {
    width: 180px;
}
*html .buttonstd {
    font-size: 12px;
}

.fontsmall {
	font-size: 90%;
}

#footer {
    border-top: 2px solid #CCCCCC;
    color: #CCCCCC;
	font-size: 90%;
    height: 60px;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
}

form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.forminput {
	width: 300px;
}

.forminputdate {
	width: 80px;
}

.formkey {
	text-align: right;
	vertical-align: top;
}

.formvalue {
	vertical-align: top;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #aaaaaa;
}

input {
    margin-bottom: 5px;
}

li {
    color: #cccccc;
    margin-bottom: 12px;
}

.nav a,
.nav a:hover,
.nav a:link,
.nav a:visited,
.buttons a,
.buttons a:hover,
.buttons a:link,
.buttons a:visited {
    border: 1px solid #CCCCCC;
	font-size: 90%;
	color: #CCCCCC;
	display: inline;
	padding: 2px;
	margin: 4px 1px;
	text-decoration: none;
}
.nav a:hover,
.buttons a:hover {
    background-color: #CCCCCC;
    color: #000000;
}

.navsubline {
    background-color: #dddddd;
    padding: 2px;
    font-weight: bold;
}

.result td:spacer {
    height: 20px;
}
.result td,
.result th {
    text-align: left;
    vertical-align: top;
}
.result td h3,
.result th h3,
.result td h4,
.result th h4 {
    display: inline;
}

.submit {
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
	color: transparent;
}

#top {
    color: #CCCCCC;
    width: 100%;
    padding: 10px 0px;
    margin: 10px 0px;
	font-size: 90%;
}