body
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-color: #f4f5f6;
}

.c0r0{
	background-color: #d3d8de;
}
.c1r0{
	background-color: #e8eaed;
}
.c0r1{
	background-color: #e9ecef;
	background-image: url('img/tile_0.gif');
	background-repeat: repeat-x;
}
.c1r1{
	background-color: #f4f5f6;
	background-image: url('img/tile_1.gif');
	background-repeat: repeat-x;
}
.c1r2{
	background-color: #f4f5f6;
	background-image: url('img/tile.gif');
	background-repeat: repeat-y;
}

a
{
	color: #0f1f28;
	text-decoration: none;
}
a:link
{
	color: #0f1f28;
	text-decoration: none;
}
a:hover
{
	color: #2d5b75;
	text-decoration: none;
}
a:link:hover
{
	color: #2d5b75;
	text-decoration: none;
}

.content
{
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
h1
{
	color: #0f1f28;
	font-size: 16px;
	line-height: 28px;
	margin: 0px;
}
h2
{
	color: #0f1f28;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
}

.p16
{
	margin: 16px;
}

p
{
	margin: 0px;
	margin-bottom: 24px;
}

.b
{
	font-weight: bold;
}

li
{
	margin-bottom: 12px;
}
ul
{
	margin-bottom: 12px;
}

.invalid
{
	color: #732316;
}
.hide
{
	display: none;
}
