body {
	margin: 0px;
	padding: 0px;
	background-color: #C0C0C0;
	font-family: verdana;
	font-size: 10pt;
	color: #404040;
	overflow: auto;
}
table {
        font-family: verdana;
        font-size: 10pt;
        color: #404040;
}
b, i, u {
        color: #000000;
}
a:link, a:visited, a:active {
	color: #AA1111;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.nav:link, .nav:visited, .nav:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.nav:hover {
	color: #AA1111;
	font-weight: bold;
	text-decoration: none;
}
form {
        margin: 5px;
}
input, textarea, select {
        font-family: verdana;
        font-size: 8pt;
        color: #404040;
        padding: 1px;
}
input#button {
        border: 1px black solid;
        background-image: url(button.jpg);
}
/*input#radio {
        border: 0px;
}
h1, h2 {
        font-family: verdana;
        color: #000000;
        font-size: 11pt;
        font-weight: bold;
        letter-spacing: 2px;
        background-image: url(menu-bg.jpg);
        background-repeat: no-repeat;
        background-position: bottom left;
        margin: 0px 0px 3px 0px;
}
h1 {
        padding: 3px 5px 6px 60px;
}
h2 {
        padding: 3px 6px 6px 6px;
}
*/
h1 {
        font-family: verdana;
        color: #AA1111;
        font-size: 10pt;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 0px 0px 3px 0px;
        text-transform: uppercase;
        padding: 3px 5px 3px 60px;
}
h2 {
        color: #000000;
        font-weight: bold;
        font-size: 10pt;
        border-width: 0px 0px 1px 0px;
        border-color: #CCCCCC;
        border-style: solid;
        padding: 0px 0px 0px 5px;
        margin: 3px 0px 3px 0px;
}

