/* CSS Document */

BODY
{
	background-color:#141a27;
	background-image:url(bg.jpg);
/*	font-family:Georgia, "Trebuchet MS", Tahoma; */
	font-family:Arial, Helvetica, Tahoma;
	font-size:10pt;
	color:#bdd2e1;
/*	color:#aebfcb; */
	/* TEXT-ALIGN CENTERS THE DIV ON IE, MARGIN AND BODY WIDTH CENTERS THE DIV ON FF */
	margin:0 auto;
	width:1100px;
	text-align:center;
}

div.hr
{
	height:15px;
	background:#141a27 url(../hr_news.jpg) no-repeat scroll center;
}

div.hr hr
{
	display:none;
}

H1
{
	font-size:12pt;
	color:#FFF;
/*	color:#ef4524; */
	margin-bottom:10px;
}

H2
{
	font-size:14pt;
	font-weight:normal;
	color:#ef4524;
	margin-bottom:2px;
}

a
{
	text-decoration:underline;
	color:#aebfcb;
}

TABLE
{
	font-size:10pt;
}

INPUT
{
	font-family:Arial, Tahoma, Verdana;
	font-size:10pt;
	padding:0;
	margin:0;
}

SELECT
{
	font-family:Arial, Tahoma, Verdana;
	font-size:10pt;
}