html, body { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	/*background: url('/images/intro_bg.jpg') no-repeat center #18181a;*/
	background-color: #18181a;
}

a.uronite:link, a.uronite:visited {
	display: block;
	width: 246px;
	height: 78px;
	background: url(/images/uronite_btn.gif) no-repeat top;
}

a.uronite:hover {
	background: url(/images/uronite_btn.gif) no-repeat bottom;
}

a.diveIn:link, a.diveIn:visited {
	display: block;
	width: 234px;
	height: 78px;
	background: url(/images/dive_into_btn.gif) no-repeat top;
}

a.diveIn:hover {
	background: url(/images/dive_into_btn.gif) no-repeat bottom;
}

.blueArial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8cafd6;
}

.whiteArial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.dark11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #285172;
}

a.whiteLink:link, a.whiteLink:visited {
	color: #fff;
	text-decoration: none;
}

a.whiteLink:hover {
	text-decoration: underline;
}

table.siva { 
	cellpadding:2px;
	cellspacing:1px;
	width:500px;
}

td.black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e6e7e8;
	color:#6d6e71;
	text-align:center;
	max-width:	150px;

}

td.siva {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#d1d3d4;
	color:#6d6e71;
	text-align:center;
	font-weight:bold;
	min-width:	50px;

}