* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div,td,th {
	color: #333;
	line-height: 20px;
	font-weight: normal;
	
}
h1 {
	font-size: 1.6em;
	color: #457B87;
	line-height: 1.8em;
}
h2 {
	font-size: 1.4em;
	color: #457B87;
}
h3 {
	font-size: 1.2em;
	color: #457B87;
}

a {
	font-size: 1em;
	color: #295E62;
	outline:none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #32626B;
}
.active {
	font-weight:bold;
}
ul {
	margin-top: 20px;
	margin-left: 20px;
}
