/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
.foo p {
		font-size:9px;
		font-family: verdana,arial,helvetic,sans-serif;
		}

body
{
	color : black;
	background-color : rgb(255,255,255);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
	font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : thin solid;
}

.contentText p
{
	max-width:45em;
}

ul.color
{
	list-style:none;
	margin:0px;
}

ul.color li
{
	display:inline;
}

.color
{
	text-align : left;
	border : thin solid rgb(0,0,0);
}

.color a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

.color a:link
{
	color : #990033;
	background-color : inherit;
}

.color a:visited
{
	color : #CC0066;
	background-color : inherit;
}

.color a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(230,230,250);
}


.color strong
{
	font-size : 14pt;
}

.other
{
	text-align : center;
	border : thin solid rgb(0,0,0);
	background-color : #ffffff;
	color : rgb(0,0,0);
	font-size: 9pt;
	font-weight : bold;
}

.footer
{
	background-image : url(images/redfilter.gif);
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}