/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/ for more info */
body
{
	color : #000000;
	background-color : #EEFFFF;
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
	font-family : sans-serif;
	font-size : 10pt;
}

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

.title p
{
	max-width : 40em;
}

.title h1
{
	max-width : 19em;
}

.title h2
{
	max-width : 30em;
}

.title img
{
	border : none;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText table
{
	font-size : 12pt;
}
	
.contentText p
{
	font-size : 12pt;
}

.contentText ul li
{
	font-size : 12pt;
}

.other
{
	text-align : center;
	border : 1px solid #C8C8C8;
	background-color : #FFFFCC;
	color : #000000;
	font-size : 8pt;
}

.other p
{
	margin-top : 0.5em;
	margin-bottom : 0;
}

.contentText
{
	color : #000000;
	background-color : #FFFFFF;
	border : 1px solid;
}

.new
{
	font-weight: bold;
	color: #FF0000;
}
