body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin-top: 0px;
	background-image: url(../images/sitebgpc.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #4A4B4F;
	padding: 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF8100;
}

a:link {
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #F89D00;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bodybg {
	background-color: #3E3E3E;
}

.bgorange {
	background-color: #F98D00;
}


      

a.srollover {
    display: block;
    width: 194px;
    height: 41px;
    background: url(../images/Menu12.gif) no-repeat;
    text-decoration: none;
}
       

   
a.menu1 {
	display: block;
    width: 194px;
    height: 41px;
    background: url(../images/Menu12.gif) no-repeat;
    text-decoration: none;
}


a:hover.menu1 {
	background-position: -194px;
}

a.menu2 {
	display: block;
    width: 194px;
    height: 41px;
    background: url(../images/Menu22.gif) no-repeat;
    text-decoration: none;
}


a:hover.menu2 {
	background-position: -194px;
}

a.menu3 {
	display: block;
    width: 194px;
    height: 41px;
    background: url(../images/Menu32.gif) no-repeat;
    text-decoration: none;
}


a:hover.menu3 {
	background-position: -194px;
}

a.menu4 {
	display: block;
    width: 194px;
    height: 41px;
    background: url(../images/Menu42.gif) no-repeat;
    text-decoration: none;
}


a:hover.menu4 {
	background-position: -194px;
}
.small {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
}
.highlightedred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #340100;
	margin: 0px;
	padding: 0px;
}
.body p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: justify;
	padding: 3px;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

.small a{
	font-size:9px;
	color: #FF9900;
}