body
{
	color : black;
	background-color : rgb(255,255,255);
	background-image : url(images/blackbackground.gif);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : repeat;
	font-family : verdana;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

.contentText p
{
	max-width:75em;
}
.contentText
{
	font-size : 10pt;
}
.contentText small
{
	font-size : 10pt;
}
ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : left;
	background-image : url(images/bluefilter_v2.gif);
	border : thin solid rgb(0,0,0);
}

.menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
	text-decoration: none
}

.menu a:hover
{
	background-color : rgb(255,255,255);
}


.menu strong
{
	font-size : 9pt;
	font-weight : bold;
}

.menu small
{
	font-size : 9pt;
}



.imagelink
{
	border-style: none
}


