@charset "utf-8";
/* CSS Document */

html {
	/* background-color: #83CD56;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x; */
	/* background-color:#5FA3FC; */
	background-color:#000000;
	height: 100%;
}

body {
	font-family: Helvetica , arial , Sans-serif;
	font-size:12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

table.main {
	width:100%;
	
}

table.holder {
	width:100%;
	height:100%;
}

strong {
	color: #0F6EAC;		/*#0F6EAC*/
	font-weight: normal;
}



