@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0F3A55;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 19px;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #FFF;
}
.subHeading {
	font-size: 14px;
	color: #E27824;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.heading {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.rightAlign {
	text-align: right;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666;
}
a:hover {
	color: #E27824;
}
.centerAlign {
	text-align: center;
}

