/* Global font declarations */

body, td, th 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* Global page formatting */

.PageContent
{
	padding : 5px;
}

div.centered 
{
	text-align : center;
} 

div.centered table 
{
	margin : 0px auto; 
	text-align : left;
} 

div.centered table td
{
	text-align : left;
}

h1
{
	font-size : 20px;
	font-weight : normal;
	color : #000080;
}

h2
{
	font-size : 18px;
	color : #000080;
}

h3
{
	font-size : 14px;
	font-weight : bold;
	color : #000080;
}

.submitbutton {
	font-weight : bold;
	color : #ffffff;
	width : 100%;
	height : 25px;
	background-color : #000066;
}

/* 
	c4 footer 
	Used on all pages
*/
.c4link
{
	color : #537EA9;
	background-color : #060638;
	font-family : verdana, helvetica, arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
}

.c4link a
{
	text-decoration : none;
	background-color : #060638;
	color : #537EA9;	
}
.c4link a:hover
{
	text-decoration : underline;
	background-color : #060638;
	color : #FFFFFF;
}


/* Netscape Fixes */
img.block
{
	display:block;
}

/* Table Styles */
.sampleTable
{
white-space:nowrap;
}