BODY  {
	background-color : White;
	background-repeat : repeat-x;
	color : inherit;
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
}

BODY#popup {
	background-image : url(../images/popup.bg.jpg);
	background-repeat : repeat;
}

A:LINK {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	color : #844A5A;
	text-decoration :  none;
}

A:HOVER {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	color : #844A5A;	
	text-decoration :  underline;
}

A:VISITED {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	color : #DEB5BD;
	text-decoration :  underline;
}

A:LINK#bold {
	font-family :  Arial, sans-serif;
	font-weight : bold;
	font-size : 12pt;
	color : #844A5A;
	text-decoration :  none;
}

A:HOVER#bold {
	font-family :  Arial, sans-serif;
	font-weight : bold;
	font-size : 12pt;
	color : #844A5A;	
	text-decoration :  underline;
}

A:VISITED#bold {
	font-family :  Arial, sans-serif;
	font-weight : bold;
	font-size : 12pt;
	color : #844A5A;
	text-decoration :  underline;
}

TD  {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
}

TD#label  {
	font-family :  Arial, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	text-align : right;
	vertical-align : top;
}

TD#bg  {
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	vertical-align : top;
	background-color : #DEB5BD;
}

TD#bgstretch  {
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	vertical-align : top;
	background-color : #DEB5BD;
	width : 100%;
	height : 100%;
}

TD#bglabel  {
	font-family :  Arial, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	text-align : right;
	vertical-align : top;
	background-color : #DEB5BD;
	width : 150;
	height : 100%;
}

INPUT {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
}

.heading {
	font-family : Arial, sans-serif;
	font-size : 14pt;
	color: #000000;
	font-weight : bold;
}

.subheading {
	font-family : Arial, sans-serif;
	font-size : 12pt;
	color: #000000;
	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;
}

.border {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12pt;
	border : 5pt ridge #844A5A;
}

.required {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12pt;
	color: #FF0000;
	font-weight : bold;
}





