/* CSS Document */

body {
	background-color: #335B9D;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #424184;
}
a {
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a.header  {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#top a:link {
	color: #424184;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#top a:visited {
	color: #424184;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#top a:hover {
	color: #424184;
	text-decoration:underline;
	font-style: italic;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
	}
