@charset "utf-8";
/* CSS Document */

body {
	background-color:#555555;
}

body, td {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}

.button {
	background:transparent url(/images/button.jpg) no-repeat scroll 0 0;
	border:0 none;
	display:block;
	margin:0;
	padding:0;
	width:115px;
	height:33px;
	color:white;
}

.style1 {
	font-size: 14px
}
.style2 {color: #FF6C12}

ul li {
	background:transparent url(/images/bullet.jpg) no-repeat 0 0;
	margin:0px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	list-style-image:none;
	list-style-type:inline;
	list-style-type:none;

}

a {
	color:#00b9da;
}

.style3 {
	font-size: 16px;
	font-weight: bold;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right:10px;
	text-align:center;
	font-style:italic;
}
.orange {
	font-weight: bold;
	color: #FF6C12;
}


