@charset "utf-8";
/* CSS Document */

body 
{
	font-family:Verdana;
	font-size:9pt;
	color:#000;
	margin:0px;
	padding:0px;
}

a:link, a:visited
{
	color:#F00;
	text-decoration:underline;
}

.clearbox
{
	clear:both;
}

#topbannercontainer
{
	width:100%;
	height:125px;
	margin:auto;
	position:static;
	top:0px;
	left:0px;
	background-image:url(../FX/topbannerrepeat.jpg);
	background-repeat:repeat-x;
	background-position:top;
	z-index:9999;
}

#topbannercentre
{
	width:800px;
	height:125px;
	margin:auto;
	z-index:999;
}

#contentcontainer
{
	width:750px;
	min-height:500px;
	margin:auto;
	margin-top:25px;
	font-family:Verdana;
	font-size:9pt;
	color:#000;
	padding:10px;
	z-index:1;
}

.graphicbox
{
	width:160px;
	height:160px;
	z-index:2;
	position:static;
}

.graphicgeneric
{
	min-width:50px;
	min-height:50px;
}

.h1
{
	font-weight:bold;
}

.hredmain
{
	color:#F00;
	font-size:14pt;
}

.hred
{
	color:#F00;
	font-weight:bold;
}

.hred2
{
	color:#F00;
	text-decoration:underline;
	font-style:italic;
}

.nred
{
	color:#F00;
}

.hblue
{
	color:#00F;
	font-weight:bold;
}

.hblue a, .hblue a:visited
{
	color:#00F;
	text-decoration:underline;
}

.nblue
{
	color:#00F;
	text-decoration:none;
}

.smalltext
{
	font-size:7pt;
}

.smalltextred
{
	font-size:7pt;
	color:#F00;
}

.smalltextred a, .smalltextred:visited
{
	font-size:7pt;
	font-weight:bold;
	color:#F00;
}

.contentbox
{
	min-height:100px;
	min-width:100px;
}

.contentqa
{
	min-height:100px;
	width:750px;
	margin-bottom:700px;
	float:left;
}

.qa
{
	min-height:25px;
}

.qa a, .qa a:visited
{
	color:#000;
	text-decoration:none;
}

.contentbold
{
	font-weight:bold;
}

.bulletred
{
	min-height:15px;
	min-width:250px;
	background-image:url(../FX/bulletred.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-bottom:4px;
}

.bulletblue
{
	min-height:15px;
	min-width:250px;
	background-image:url(../FX/bulletblue.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-bottom:4px;
}