body {	color: black;
	background: white;
	background-image : url(images/background.jpg);
	background-attachment: fixed;
 	background-position : 50% 50%
}


a:link {
	color: #0000FF;
	background-color: white
}


a:active {
	color: #FF0000;
	background-color: white
}


a:visited {
	color: #800080;
	background-color: white
}


a:hover {
	text-decoration: none;
	background-color: white
}


.topheading  {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.4em;
	background-color: white
}


.regular  {
	FONT-FAMILY: Georgia, serif
}


LI {
	FONT-FAMILY: Georgia, serif
}


UL {
	FONT-FAMILY: Georgia, serif
}


TD {
	FONT-FAMILY: Georgia, serif
}


H3 {
	FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif;
	FONT-WEIGHT: bold
}


.smallerheading {
	FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif;
	FONT-SIZE: 1.1em;
	FONT-WEIGHT: bold
}


.copyright {
	FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif;
	BACKGROUND-COLOR: white;
	FONT-SIZE: smaller
}


.redbox  {
	border-width: 2px;
	border-style: solid;
	border-color: red;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white
}


.redbox2  {
	border-width: 2px;
	border-style: solid;
	border-color: red;
	background-color: white
}


.smallbreak  {
	font-size: 0.7ex;
	line-height: 1.5ex
}


.biggerline  {
	line-height: 140%
}