body
{
	background-color:	#fff;
}

h1
{
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		19px;
	color:			#051159;
	line-height:		2;
	font-weight:		bold;
	display:		inline;
}

#news_heading
{
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		19px;
	color:			#051159;
	font-weight:		bold;
	padding-top:		20px;
	margin-bottom:		90px;
}

h2
{
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		15px;
	color:			#051159;
	display:		inline;
}

h3
{
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		12px;
	color:			#051159;
	display:		block;
	margin:			0px;
}

p
{
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		12px;
	color:			#000000;
	font-weight:		normal;
	margin:			0px;
}

a:link, a:visited
{
	color:			#051159;
	text-decoration:	underline;
	font-weight:		normal;
}

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

.table
{
	width:			98%;
	margin-bottom:		15px;
}

.table th
{
	text-align:		left;
	padding-left:		5px;
	font-weight:		bold;
	font-size:		12px;
	border-bottom:		2px solid #000;
}

.table td
{
	padding-left:		5px;
	border-bottom:		1px solid #000;
	line-height:		20px;
}

.footnote
{
	display:		block;
	font-size:		10px;
	font-style:		italic;
}

.captcha
{
	display:		inline;
	height:			20px;
	padding-top:		70px;
}