
body
{
	/*font-family: Times New Roman, serif;*/
	font-family: arial, sans-serif;
}
a { color: #0033CC;}
a:visited { color:#6633CC; }
a:hover { color: #CC0000; }


a img {text-decoration: none; border: 1px solid white;}
a:hover img {border: 1px solid #CC0000;}



table, tr, td
{
	border-collapse: collapse;	
	vertical-align: top;
	padding: 0;
	spacing: 0;
	margin: 0;
}

td p a {text-decoration: none;}

#header
{
	
}

#footer
{
	text-align: center;	
}

h1
{
	font-size: 16pt;	
}

h2
{
	font-size: 14pt;
	color: black;
	clear: both;
}

p
{
	font-size: 11pt;
}

.label
{
	font-size: 10pt;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

.error
{
	font-weight: bold;
	color: red;
}

.header
{
	font-size: 14pt;
	margin-left: 5px;
	font-weight: normal;
	border-bottom: 3px solid #f4c05a;
}

.center
{
	text-align: center;

}




/*  begin styles for web replace page */



#masthead
{
	width: 791px;
	margin-top: 0px; 
	margin-right: auto;
	margin-left: auto;
}


#maincontainer
{
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	
	font-size: 12px;
	padding-left: 30px;
}
.centertext
{
	text-align: center;
	clear: both;
	padding: 20px;
}

.boldblack{font-weight: bold; color: black;}
.darkorange {color: #930;}


/* stacking rows */
.columnA
{
	width: 85px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
	
}
.columnA.plain
{
	font-weight: normal;
}			

.columnD
{
	width: 350px;
	float: left;
	margin: 0px 0px 10px 30px;
}
			
