@charset "UTF-8";
/* CSS Document */

/* This style sheet is the basic text settings for the website. Do not put special styles here - this is for text and document settings only  */ 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0000CC;
}

a:hover {
	text-decoration: none;
	color: #0000CC;
}

a:active {
	text-decoration: none;
	color: #0000CC;
}

h1,h2,h3,h4,h5, {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #990000;
}

h2 {
	font-size: 18px;
	color: #000099;
}

h3 {
	font-size: 14px;
	color: #333333;
}

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

h5 {
	font-size: 12px;
	color: #990000;
}

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