body
{
	background-attachment: fixed; 
    margin:0 0 0 0;
}
input
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #EBEBEB;
	border: 2px solid #CCCCCC;
}
textarea
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #EBEBEB;
	border: 2px solid #CCCCCC;
}
select
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #EBEBEB;
	border: 2px solid #CCCCCC;
}
.content
{
    width:560px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.heading
{
    font-weight: bold;
    font-size: 16px;
    color: #9E0000;
    text-align: left;
}
.subheading
{
    font-weight: bold;
    font-size: 14px;
    color: #9E0000;
    text-align: left;
}
.bodytext
{
    margin:0px 0px 0px 10px;
    font-size: 14px;
    text-align: justify
}
.bodytext em
{
    font-weight: bold;
    color: #9E0000;
    font-style: normal
}
.bodylink
{
    color: #616161;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
}
.bodylink:hover
{
    color: #CCCCCC;;
}
.list
{
    color: #9E0000;
    font-weight: normal;
    font-size: 12px;
}
.list em
{
    font-weight: bold;
    font-style: normal
}
.list_level2
{
}
.list_level3
{
}

.nav
{
    color: #616161;
    font-size: 12px;
    font-weight: bold;
}
.navlink
{
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    color: #616161;
    text-decoration: none
}
.navlink:hover
{
    color: #CCCCCC;
}

.table
{
    width:550px;
}
.table_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
    background-color:#9E0000;
	text-decoration: none;
}
.table_label
{
    font-weight: bold;
    font-size: 11px;
	color: #000000;
	text-decoration: none;
    text-align: right;
}
.table_text
{
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #9E0000;
    background-color: #EEEEEE;
	text-decoration: none;
}
.table_link
{
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
    text-decoration: none;
    color: #616161;
}
.table_link:hover
{
    color: #CCCCCC;
}

.fieldlabel
{
    font-weight: bold;
    font-size: 12px;
    text-align:right;
}
.fieldtext
{
    font-weight: normal;
    font-size: 12px;
    text-align:left;
}
.error
{
	color: red;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
    text-decoration: none
}
.message
{
	color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
    text-decoration: none
}
.instruction
{
	color: black;
    font-weight: normal;
    font-size: 12px;
}
.welcome
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

