body, p, li {
	font-family: Verdana,Arial,sans-serif;
	color: #787878;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
}

table {
	font-family: Verdana,Arial,sans-serif;
	color: #787878;
	font-size: 12px;
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #3B1C74;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1{
 font-size: 14px;
 font-weight: bold;
 color:#000000;
}

h2{
 font-size: 12px;
 font-weight: bold;
 color: #787878;
}

h3{
 font-size: 12px;
 font-weight:bold;
 color:#000000;
}

h4{
 font-size: 12px;
 color: #000000;
}

h5{
 font-size: 10px;
 color:#3B1C74;
}

h6{
 font-size: 9px;
 color:#000000;
}