.hide
{
	display:none;
}

h1
{
	margin:0px 0px 6px 0px;/* CSS Document */
}
a
{
	color:#7878BC;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
/* Ids */
#pagecontainer {
	width: 600px;
	margin-left:50px;
}
#header {
	background:transparent url(/images/masthead-top.jpg) no-repeat top left;
	height:110px;
}
#primarycontent li
{
	list-style-type:circle;
	list-style-image:url(/images/bullet.gif);	
}
#header, #primarynavarea, #subnavarea, #column, 
{
	display:none;
}
#footer
{
	text-align:center;
}
/* Classes */
.buttonlrg
{
	width:160px;
	height:18px;
	line-height:18px;
	text-align:left;
	padding:0px;
	padding-left:18px;
	margin:0px;
	font-size:8pt;
	background:transparent url(/images/buttonlrg.png) no-repeat 0px 0px;
	border:none;
	color:#7878BC;
	cursor:pointer;
}
.input {
	width:230px;
	color:#666;
	font-size:8pt;	
}
.select {
	width:236px;
	color:#666;	
	font-size:8pt;
}
.radio {
	width:25px;	
}   
.textarea {
	width:233px;
	font-size:8pt;
	color:#666;
	background: transparent;	
}
.address {
	padding-left:50px;
	text-align:left;
}
.spacer
{
	height:7px;
}
.hpTblWidth
{
	width:540px;
}
.hpTdWidth
{
	width:180px;
}
.printhide
{
	display:show;
}
.hide
{
	display:none;
}
.footer
{
	font-size:9px;
}