@charset "utf-8";
/* CSS Document */
/**
{border: 1px solid black;}*/

BODY
{
	Z-INDEX: 1;
	BACKGROUND: url(../images/scrollcentre.gif) #000 repeat-y 50% 0%;
	POSITION: relative;
	TEXT-ALIGN: center;
}

#scrolltop
{
	position:fixed !important;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:120px;
	max-height:120px;
	z-index:2;
	display:block;
	background:url(../images/scrolltop.gif) no-repeat 50% 100%;
}
#scrollbottom
{
	position:fixed !important;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height:120px;
	max-height:120px;
	background:url(../images/scrollbottom.gif) no-repeat 50% 100%;
	z-index:3;
}
h1
{
	font-size: 36px;
	font-weight: bold;
	color:  #009900;
	line-height: normal;
}

h2
{
	font-size: 12px;
	font-weight: normal;
	color:  #3300FF;
	line-height: normal;
}

.distress
{
	color: #990066;
}

.incomplete
{
	color: #CC0000;
}

.fontsize8  { font-size: 8px;}
.fontsize10 { font-size: 10px;}
.fontsize12 { font-size: 12px;}
.fontsize14 { font-size: 14px;}
.fontsize16 { font-size: 16px;}
.fontsize18 { font-size: 18px;}
.fontsize20 { font-size: 20px;}
.fontsize22 { font-size: 22px;}
.fontsize24 { font-size: 24px;}
.fontsize26 { font-size: 26px;}
.fontsize28 { font-size: 28px;}
.fontsize30 { font-size: 30px;}
.fontsize32 { font-size: 32px;}
.fontsize34 { font-size: 34px;}
.fontsize36 { font-size: 36px;}
.fontsize38 { font-size: 38px;}
.fontsize40 { font-size: 40px;}
.fontsize42 { font-size: 42px;}

