body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(/images/splash_shadow.jpg) no-repeat fixed 50% 50%;
}

#logo
{
	background: #fff url(/images/top_bar.jpg) repeat-x;
}

#navigation
{
	width: 70px;
	float: left;
	padding-top: 10px;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

a
{
	color: #666;
	font-weight: bold;
}

#row1,
#row2
{
	margin-left: 80px;
	padding: 10px 5px;
	width: auto;
	height: 10px;
	
}

#r1c1,
#r1c2,
#r2c1,
#r2c2
{
	width: 48%;
	float: left;
}

#r1c1,
#r2c1
{
	padding-right: 10px;
}


h2
{
	font-size: 80%;
	background-color: #ddd;
	padding: 3px;
	color: #333;
}

table td strong
{
	color: #333 !important;
}

p,
table td
{
	font-size: 75%;
	color: #777;
}

form
{
	display: inline;
}
.FormElementTitle{font-size: 10px;}