/* CSS Document */

h1 {
	font-size: 1.1em;
	color: #053ad1;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	color: #053ad1;
	font-weight: bold;
}

h3 {
	font-size: 0.9em;
	color: #053ad1;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 0.8em;
	color: #053ad1;
	font-weight: bold;
}

p, ol, ul, td, label { 
	font-size: 0.8em;
}

a {
	color: #838d91;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}