body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	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: #990000;
	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);
}
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;
}

table.blackborder {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	padding: 2px;
}
table.blackborder th {
	border-width: 1px;
	padding: 2px;
	border-style: none;
	border-color: black;
	-moz-border-radius: ;
}
table.blackborder td {
	border-width: 1px;
	padding: 2px;
	border-style: none;
	border-color: black;
	-moz-border-radius: ;
}

table.allblack {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	padding: 0px;
}
table.allblack th {
	border-width: 1pc;
	padding: 0px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: ;
}
table.allblack td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: ;
}

.roundbox_box {
   background: #ffffff;
}
.roundbox_top div {
   background: url(images/roundbox_tl.png) no-repeat top left;
}
.roundbox_top {
   background: url(images/roundbox_tr.png) no-repeat top right;
}
.roundbox_bottom div {
   background: url(images/roundbox_bl.png) no-repeat bottom left;
}
.roundbox_bottom {
   background: url(images/roundbox_br.png) no-repeat bottom right;
}

.roundbox_top div, .roundbox_top, 
.roundbox_bottom div, .roundbox_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundbox_content { margin: 0 30px; }
