body{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 14px;
}
td{
	margin-left: 15px;
}
a{
	color:#DDDDDD;
	font-weight : bold;
	text-decoration : none;
}
a:hover{
	color:#FFFFFF;
	font-weight : bold;
	text-decoration : underline;
}

.testimonial{
	color: #DDDDDD;
}
hr {
border: none 0; 
	border-top: 1px solid #ff5a00;
	width: 80%;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
	}
	img{
	margin-right: 10px;
	background-color: #333333;
	background-image: url("images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none Black;
}
.nobackground{
	background-color : #333333;
	background-image : none;
}
.menuitem{
	margin-bottom: 10px;
	border: 0px none;
}
ul {
	color: #ff5a00;
	list-style-type: disc;
}
/*Makes both the list bullet and text change color*/
/*But*/
li span{ color: #dddddd; }
/*change both bullet and text back into black*/
h3{
	font-size: 27px;
	color: #DDDDDD;
	margin: 9px 0 9px;
}
h1{
	font-size: 40px;
	color: #777777;
	padding-top : 3px;
	padding-bottom : 3px;
	line-height: 15px;
}
.copydiv{
	bottom: 0px;
	font-size: 9px;
	color: #999999;
	vertical-align : bottom;
}
