
/*-------------------- HTML ELEMENTS --------------------*/
BODY
{
	background-color:	#FFFFFF;	
}





/*-------------------- CLASS SELECTORS --------------------*/
/* Style used in index.jsp */
div.Box_DIV
{
	background-color:	#FFFFFF;
	border:				1px solid #CCCCCC;
	width:				400px;
	height:				100px;
	position:			absolute;
	left:				20px;
	top:				20px;
	text-align:			center;
}

div.Header_DIV
{
	font-family:		Verdana, san-serif;
	font-weight:		normal;
	font-size:			12px;
	margin-top:			10px;
	color: 				#999999;
}

div.Text_DIV
{
	font-family:		Verdana, san-serif;
	font-weight:		normal;
	font-size:			10px;
	margin-top:			10px;
	color: 				#999999;
}

div.LoadingText_DIV
{
	font-family:		Verdana, san-serif;
	font-weight:		normal;
	font-size:			10px;
	margin-top:			30px;
	color: 				#999999;
}

