body
{
	font-family: Verdana;
	margin: auto;
}

a
{
	text-decoration: none;
}


#bg
{
	background: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #04237D;
}

.date
{
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-align: justify;
	padding: 70px 5px 5px 5px;
	width: 230px;
	height: 50px;
}
.alerts
{
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-align: justify;
	padding: 75px 5px 5px 5px;
	width: 365px;
	height: 40px;
}
.inform
{
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-align: justify;
	padding: 50px 5px 5px 5px;
	width: 365px;
	height: 30px;
}
.btxt
{
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-align: justify;
	padding: 8px 0px 8px 0px;
}
.header
{
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-align: justify;
	padding: 25px 30px 5px 5px;
}

.footer
{
	font-size: 10px;
	color: #393939;
	}
.footer a
{
	color: Black;
	padding: 0px 5px 0px 5px;
}
.footer a:hover
{
	color: #ff6600;
}

/*--------------------DEVELOPER CSS ----------------------*/
/*-------- COMMON MENU ---------*/
.menu
{
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 5px 3px; 
	/*font-size: 11px;
	color: White;*/
}
.menu a
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.menu a:hover
{
	text-decoration: none;
	color: #99ccff;
}
