body {
	font-size: 11;
	font-family: Verdana;
	color: #FFFFFF;
	background: #226586;
}

a {
	color: 0000FF;
	text-decoration: none;
}
a:hover {
	color: 0000FF;
	text-decoration: underline;
}

ul {
	margin-top: 7;
	margin-bottom: 7;
	list-style-image: url("/files/dot.gif");
}
li {
	margin-left: -20;
}

blockquote {
	margin-top: 7;
	margin-left: 7;
}

p {
	margin-bottom: -10;
}

h1 {
	font-size: 16;
	font-weight: bold;
	margin-bottom: 5;
}
h2 {
	font-size: 14;
	font-weight: bold;
	margin-bottom: 5;
}

hr {
	height: 1;
}

#white {
	font-size: 12;
	color: #000000;
	background: #FFFFFF;
}
#blue {
	font-size: 10 ;
	color: #000000;
	background: #468FB3;
}

div.mainMenu a {
	color: 0000FF;
	text-decoration: none;
}
div.mainMenu a:hover {
	color: FF0000;
	text-decoration: none;
}

div.whiteMenu a {
	color: FFFFFF;
	text-decoration: none;
}
div.whiteMenu a:hover {
	color: FFFFFF;
	text-decoration: underline;
}
