a {
	color: #ff9900;
	text-decoration: none;
}

a:hover {

}

body {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	
}

h2 {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	color: #ff9900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}

h3 {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.PageTitle {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}

.LargeOrange{
	color: #BB5D17;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

.LargeOrangeLeft{
	color: #BB5D17;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

.LargeRed{
	color: #CC0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

h4 {
	color: #666666;
}

table {
color: #ffffff;
background-color: #333333;
}

td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;

}

form{margin: 0px 0px 0px 0px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr.listheadercolor th {
	text-align: left;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-position: outside;
	list-style-type: square;
}



.footer {
	background-color: #CCCCCC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
}



.small {
	font-size: 10px;
}

.smallWhite {
	font-size: 9px;
	color: white;
}

.smallWhite a{
	color: White;
	text-decoration: none;

}

.smallWhite a:hover{
	color: White;
	text-decoration: underline;

}

.White {
	color: white;
	font-size: 12px;
}

.White a{
	color: White;
	text-decoration: none;

}

.White a:hover{
	color: White;
	text-decoration: underline;

}

.smallGrey {
	font-size: x-small;
	color: #999999;
}

.smallGrey a {
	font-size: x-small;
	color: #ff9900;
}

.smallGrey a:hover {
	font-size: x-small;
	color: #ff9900;
}

.footertext {
	font-size: 10px;
	color: #999999;
}

.footertext a{
	font-size: 10px;
	color: #999999;
}

.footertext a:hover{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

.maintable {
width: 198px;
background-color: White;
border: 1px;
border-color:#999999;
border-style: solid;

}

.maintable2 {
width: 715px;
background-color: White;
border: 1px;
border-color:#999999;
border-style: solid;

}
.tablebg {
background-color: White;
border: 1px;
border-color:#999999;
border-style: solid;

}

.hrcell
{
height:1px; background-color:#666666;
}

.mainslice {
		background-image: url(../images/template/main_slice.jpg);
		background-repeat: repeat-x;
		background-position: top;		
	}
	
		.topbarsection {
		background-image: url(../images/template/top_slice.jpg);
		background-repeat: repeat-x;
		background-position: top;
	}
	
	.smallWhitefooter {
	font-size: 9px;
	color: white;
	}

.imagepaddingleft{
	padding-left: 5px;
}

.imagepaddingright{
	padding-right: 10px;
}
 .underline {
 text-decoration: underline;
 }
 		.findslice {
		background-image: url(../images/template/find-slice.jpg);
		background-repeat: repeat-y;
		background-position: top;
		width: 40px;
	}
	
	.iframecell {
width: 459px;
border: 1px;
border-color:#ffffff;
border-style: solid;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}