body {
        background-color: #FFFFFF;
        margin: 0 0 0 0;
        font-family: "Verdana", "Tahoma", "Arial", Courier, Times;
        font-size: 11px;
        font-style: normal;
        color: #808080;
}

form {
		margin: 0px;
		padding: 0px;
}

hr {
        border-style: solid;
        color: #E3E3E3;
        height: 1px;
}

img {
        border:0px none;
}

input, select {
        font-family: "Courier New", Courier, mono;
        font-size: 8pt;
        border: 1;
        border-width: 1px;
        border-style: solid;
        border-color: #808080;
}

td {
        text-align: top;
        border-width: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right:  0px;
        margin-top: 0px;

        font-family: "Verdana", "Tahoma", "Arial", Courier, Times;
        font-size: 11px;
        font-style: normal;
        color: #808080;
}

.error {
		color: #FF0000;
}

.error {
		border-color: #FF0000 !important;
}

.bold {
        font-weight: bold;
}

.italic {
		font-style: italic;
}

.underline {
		text-decoration: underline;
}

.noUnderline {
		text-decoration: none !important;
}

.small {
        font-size: 9px;
}

.smaller {
        font-size: 8px;
}

.medium {
        font-size: 11px;
}


.fullWidth {
		width: 100%;
}


.leftAligned {
		float: left;
}

.rightAligned {
		float: right;
}


.t_border {
        border-width: 1px;
        border-style: solid;
        border-color: #D0D0D0;
}

.t_noborder {
        border: 0;
        border-width: 0px;
}

.header {
        background: url("images/header.jpg");
}

.menu_header {
        background: url("images/button_bg.gif");
}

.menu {
        background: url("images/raster.gif");
}

.checkbox {
        border: 0;
        border-width: 0px;
        border-style: none;
        border-color: #808080;
}

A {
        color: #0072C2;
        text-decoration: underline;
}
A:visited {
        color: #0072C2;
        text-decoration: underline;
}
A:active {
        color: #FFA000;
        text-decoration: underline;
}
A:hover {
        color: #FF6E00;
        text-decoration: underline;
}


A.nav {
        color: #808080;
        text-decoration: underline;
}
A.nav:visited {
        color: #808080;
        text-decoration: underline;
}
A.nav:active {
        color: #808080;
        text-decoration: underline;
}
A.nav:hover {
        color: #FF6E00;
        text-decoration: underline;
}

A.none {
        color: #808080;
        text-decoration: none;
}
A.none:visited {
        color: #808080;
        text-decoration: none;
}
A.none:active {
        color: #808080;
        text-decoration: none;
}
A.none:hover {
        color: #FF6E00;
        text-decoration: none;
}

form, h1, h2, h3, p, {
border: 0px;
margin: 0px;
padding: 0px;
}

form{
display: inline;
} 