a {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px
}
p, tr, td, ul, li {
	color: #000000;
	font-family: Verdana;
	font-size: 12px
}
.header1, h1 {
	color: #ffffff;
	background: #4682B4;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	margin: 0px;
	padding: 2px;
}
.header2, h2 {
	color: #000000;
	background: #DBEAF5;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}
.intd {
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-left: 15px;
}
.btn {
	color: #000066;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background: #D6E7EF;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top: 1px solid #AFC4D5;
	text-decoration: none;
	cursor: hand;
}
.head-link {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.head-link a:link {
	color: blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px
}
.head-link a:visited {
	color: blue;
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px
}
.head-link a:hover {
	color: blue;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px
}

#heading {
	color: #ffffff;
	background: #a92f1c;
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	margin: 0px;
	padding: 7px 10px;
	border-radius:5px
}

