body {
	background-color: #E6E6FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #000080;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	scrollbar-base-color: #E6E6FF;
}
div {
	color: #000080;
}
div.small{
	font-size: smaller;
	font-weight: lighter;
	color: #000080;
	margin-top: 0px;	
}
div.xx-small{
	font-size: xx-small;
	font-weight: lighter;
	color: #000080;
	margin-top: 0px;
}
p {
	font-size: 1em;
	font-weight: 400;
	color: #000080;
}
p.small {
	font-size: smaller;
	font-weight: lighter;
	color: #000080;
}
span {
	font-size: 1em;
	font-weight: 400;
	color: #000080;
}
strong {
	color: #000080;
	font-weight: bold;
}
strong.nav {
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	color: #000080
	}
h2 {
	color: #000080
	}
h3 {
	color: #000080
}
h4 {
	color: #000080;
}
ul {
	font-size: 1em;
	font-weight: 400;
	color: #000080;
	margin-top: 0px;
}
li {
	color: #000080
}
li.small {
	font-size: smaller;
	font-weight: lighter;
	color: #000080;
	margin-top: 0px;
}
a:link {
	color: #CCCCCC;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #808080;
	font-style: normal;
	text-decoration: none;	
}
a:hover {
	color: #FF0000;
	font-style: normal;
	text-decoration: none;		
}
a:active {
	color: #FF0000;
	font-style: normal;
	text-decoration: none;		
}
table {
	color: #000080
}
a.nav:link {
	color: #109CFF;
}
a.nav:visited {
	color: #808080;
}
a.nav:hover {
	color: #FF0000;
}
a.nav:active {
	color: #FF0000;
}

a.small:link {
	color: #109CFF;
	font-size: x-small;
}
a.small:visited {
	color: #808080;
	font-size: x-small;
}
a.small:hover {
	color: #FF0000;
	font-size: x-small;	
}
a.small:active {
	color: #FF0000;
	font-size: x-small;	
}