BODY {
	color : #000000;
	background-color : #ffffff;
	font-family : "Gentium" , "GentiumAlt" , "Georgia" , "Lucida Grande" , "Arial Unicode MS";
	font-size : 10pt;
}

#leftarrow {
	position :absolute;
	left : 14px;
	top : 11px;
	width : 19px;
	height : 19px;
	z-index : 101;
}

#rightarrow {
	position : absolute;
	left : 48px;
	top : 11px;
	width : 19px;
	height : 19px;
	z-index : 101;
}

IMG {
	border : 0px;
}

A {
	color : #1053ae;
	text-decoration : none;
}
	A.text:hover {
		color : #999999;
	}



DIV.main {
	position : absolute;
	top : 234px;
	width : 600px;
	z-index : 1;
}

DIV.error {
	color : #e51b24;
	font-weight : bold;
}

INPUT,SELECT,TEXTAREA {
	text-decoration : none;
	font-family : "Gentium" , "Arial Unicode MS" , Arial , Helevetica;
}

INPUT.sbm {
		background-color : #1053ae;
		color : #ffffff;
		font-weight : bold;
		font-size : 8pt;
		text-decoration : none;
}

SPAN.header {
	font-size : 12pt;
	font-weight : bold;
}
