body {
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: justify;
	font: 13px courier;
}

p 	{
	font: 12px/17px  courier;
}

td  {
	font: 12px  courier;
}

strong {
	font-weight: normal
;
	color: #FFFFFF;
	background: transparent;
}

.bodytitle {
	font-weight: bold;
	font: 16px courier new, courier, mono;
	color: #333333;
}

#callout  {
	color: #000000;
	background: transparent;
}

.title	{
	font: bold 10px/normal , courier;
	margin: 0;
	color: #000000;
}

.addr	{
	font:  14px courier;
	color: #990000;
	text-align: justify;
	
	

}

.grey	{
	font-weight: normal
	;font:  12px courier;
	color: #333333;
	text-align: justify;
}
li  {
	font: normal 14px  courier;
	color: #999999;
	padding: 3px; 
	background: transparent;

}

.body { 
	padding: 0px; 
	font: normal 9px  courier; 
	text-align: justify;
	color: #000000; 
}

a:link  {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}
	
a:visited  {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}

a:hover  {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
	
}

a:active {
	color: #990000;
	background-color: #cccccc;
	text-decoration: underline;
}

.copyright {
	color: #FFFFFF;
	border-top: solid 1px #ccc;
	font: 9px  courier;
}

.copyright a  {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}
	
.copyright a:visited  {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

.copyright a:hover  {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

.copyright a:active {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

input {
	font-family:  courier;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: 0;
	border-right-color: 0;
	border-bottom-color: #000;
	border-left-color: #000;
}

textarea {
	font-family:  courier;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px #000;
}

/* REDUNDANT SELECTORS FOR NS4 */
body, div, p, table, td, th, ul, ol, li  {
	font-family:  courier;
}
.subtxt       { color: #999999; font-size: 7pt; line-height: 1 }

