.body_1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 12px;
	text-align: justify;
	padding-right: 12px;
	padding-top: 6px;
	line-height: 16px;
}
.navigation {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000000;
	background-color: #FF9900;
	border-bottom-color: #FF6600;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #FF6600;
	border-top-style: solid;
	border-top-width: thin;
	text-align: left;
	display: block;
	padding-right: 5px;
	width: 136px;
	padding-left: 0px;
}

.navigation:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000000;
	background-color: #FFCC00;
	border-bottom-color: #FF6600;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #FF6600;
	border-top-style: solid;
	border-top-width: thin;
	text-align: right;
	display: block;
	padding-right: 5px;
	width: 136px;
}
.bulletstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000;
}

.nav_bottom {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
	color: #999999;
}

.body_2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 12px;
	text-align: center;
	padding-right: 12px;
	padding-top: 2px;
	line-height: 16px;
}

.body_3 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	padding-left: 12px;
	text-align: center;
	padding-right: 12px;
	padding-top: 2px;
	line-height: 16px;
	text-decoration: blink;
}

.mainhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #F60;
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
	
}
.subhead {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6C0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	
}
.time {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: right;
	margin-right: 5px;
	padding-right: 5px;
}
.line {
	color: #F60;
	font-weight: normal;
	font-variant: normal;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}	
	
}
.Heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-align: center;
	font-weight: bold;
	
}	
	.button {
	<style>
	 	font-size:15px;
	color:#000;
	text-decoration:none;
	display:block;
	width:145px;
	padding:10px;
	border:1px solid #DDD;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background:#FFFFFF;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEE));
	background:-moz-linear-gradient(0% 90% 90deg, #EEE, #FFF);
	font-size: 14px;
	background-color: #9C0;
	}
	a.button:hover {
	color:#FFF;
	border-color:#FC0;
	background:#4195DD;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#003C82), to(#4195DD));
	background:-moz-linear-gradient(0% 90% 90deg, #4195DD, #003C82);

	}
</style>

