body {
	background: white;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
	overflow: visible;
	visibility: visible;
	z-index: auto;

}
#container 
{ 
min-width: 600px; 
max-width: 800px; 
width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 800? "800px" : "auto"); 
}
#Content 
{ 
width: 600px;
}


	p, li, td {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;

	}

h1.field {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 5px;
	color:#A62A2A;
	}

.content {
	margin: 15px;
}


a:visited {
color:#666666;
}


	a:hover {
	color: #999999;
	text-decoration: underline;
	}
	h1, h2, h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #778899;
		letter-spacing: -1px;
	}
	h1 { font-size: 170%; margin-top:10px;}
	h2 { font-size: 150%; color:#003366;}
	h3 { font-size: 130%; margin-bottom: 4px; margin-top:10px;}
	h4 { font-size: 100%; margin-bottom: 4px; margin-top:10px;}
	h5 { font-size: 90%; margin-bottom: 4px; margin-top:5px;}
	h6 { font-size: 80%; margin-bottom: 4px; margin-top:5px;}
	
	h2.ind {
	margin-top: 10px;
	margin-bottom: 5px;
	}

	.hdrevnt {
	font-size:11px;
	color:#003366;
	padding-top: 10px;
	padding-bottom: 2px;
	}

.grey_titles {  
font-weight: bold; color: #666666; text-decoration: none
}

a.grey_titles:hover { 
font-weight: bold; color: #666666 ; text-decoration: underline
}

a.grey_titles:link { 
font-weight: bold; color: #666666 ; text-decoration: none
}

a.grey_titles:visited { 
font-weight: bold; color: #666666 
}
a {  color: #0066CC}
.contentTable {
	width: 600px;
}
#footer {
	font-size: 11px;
	text-align: left;
}
.noprint {
	display: none;
	}
