a {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "MS Sans Serif";
	height: 100%;
}
html {
	height: 100%;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: -5px;
	color: #6633cc;

}
h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: -5px;
	padding-left: 10px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;


}
h4 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: -10px;
	margin-bottom: -10px;
}
.ind {
	font-size: 13px;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;

}
li {
	font-size: 13px;
	line-height: 15px;
	margin-right: 5px;
	margin-bottom: 5px;


}
.note {
	font-size: 11px;
	line-height: 13px;
	padding-top: -5px;
	padding-left: 0px;
}
p {
	font-size: 13px;
	line-height: 16px;
	margin-right: 5px;

}
hr {
	color: 9966cc;
}
