BODY  {
	background : #FFFFFF url(/images/logo_watermark.gif) no-repeat fixed;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
}

A {
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	color: #322F98;
	font-weight : bold;
	text-decoration: none;
}

A:HOVER {
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	color: #66CCFF;
	font-weight : bold;
	text-decoration: none;
}

A#nav {
	font-size : 11pt;
	text-align: center;
	white-space: nowrap;
}

A:HOVER#nav {
	font-size : 11pt;
	text-align: center;
	white-space: nowrap;
}

A#tinynav {
	font-size : 8pt;
	text-align: center;
	white-space: nowrap;
}

A:HOVER#tinynav {
	font-size : 8pt;
	text-align: center;
	white-space: nowrap;
}

A#big {
	font-size : 12pt;
}

A:HOVER#big {
	font-size : 12pt;
}

A#copywrite {
	font-size : 8pt;
	text-align : right;
	font-weight : normal;
}

A:HOVER#copywrite {
	font-size : 8pt;
	text-align : right;
	font-weight : normal;
}

TABLE#header {
	background-color: #FFFFFF;
	border: thick ridge #003366;
}

P {
	text-align: justify;
}

TD {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	vertical-align: top;
	text-align: justify;
}

TD#watermark {
	background: #FFFFFF url(/images/logo_watermark.gif) no-repeat fixed center;
}


TD#label {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

INPUT {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
}

.heading {
	font-family : Arial, sans-serif;
	font-size : 18pt;
	color: #1B6DB3;
	font-weight : bold;
	text-align : center;
}

.subheading {
	font-family : Arial, sans-serif;
	font-size : 14pt;
	color: #1B6DB3;
	font-weight : bold;
}

.error {
	font-family : Arial, sans-serif;
	font-size : 10pt;
	color: #FF0000;
	font-weight : bold;
}

.copywrite {
	font-family : Arial, sans-serif;
	font-size : 8pt;
	color: #000000;
	text-align : right;
}

.required {
	font-family : Arial, sans-serif;
	font-size : 10pt;
	color: #FF0000;
	font-weight : bold;
}

.tiny {
	font-family : Arial, sans-serif;
	font-size : 8pt;
	color: #000000;
}

.big {
	font-family : Arial, sans-serif;
	font-size : 12pt;
	color: #000000;
}


