/* CSS Document */

body,td,p {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.style1 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

/* Link Styles */

a {
	font-family: Arial, sans-serif;
	text-decoration: underline;
}

a:link {
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

/* Navigation Links */

a.nav_link:link {
	font-size: 12px;
}

a.nav_link:visited {
	font-size: 12px;
}

a.nav_link:hover {
	font-size: 12px;
}

a.nav_link:active {
	font-size: 12px;
}

/* Tiny Links */

a.tiny_link:link {
	font-size: 10px;
	font-weight: bold;
}

a.tiny_link:visited {
	font-size: 10px;
	font-weight: bold;
}

a.tiny_link:hover {
	font-size: 10px;
	font-weight: bold;
}

a.tiny_link:active {
	font-size: 10px;
	font-weight: bold;
}

