/* CSS Document */
body {
 background-color: #DBDAD8;
	font-size: 14px;
	color: #000000;
}
td,th {
    background-color: #FFFFFF;
	font-size: 14px;
	color: #000000;
}
a {
	font-size: 17px;
	color: #081063;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #081063;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #000031;
}
h1 {
	font-size: 36px;
	color: #081063;
}
h2 {
	font-size: 24px;
	color: #081063;
}
h3 {
	font-size: 18px;
	color: #081063;
}
h4 {
	font-size: 16px;
	color: #081063;
}