BODY 
	{ 
	color: #000;
	background: #fff;
	font-family: san-serif; 
	font-size: medium; 
	font-style: normal;
	font-weight: normal; 
	text-decoration: none;
	}

IMG
	{
	border: none;
	margin: .25em 0;
	}

H1
	{ 
	font-family: san-serif; 
	font-size: x-large; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: transparent;
	margin-bottom: 0px;
	}

H2 { 
	font-family: san-serif; 
	font-size: large; 
	font-style: normal;
	font-weight: bold; 
	text-align: center;
	text-decoration: none;
	color: #000;
	background: transparent;
	}

H3
	{ 
	font-family: san-serif; 
	font-size: large; 
	font-style: normal;
	font-weight: bold; 
	text-align: center;
	text-decoration: none;
	color: #000;
	background: transparent;
	}

H4
	{ 
	font-family: san-serif; 
	font-size: large; 
	font-style: normal;
	font-weight: bold; 
	text-align: left;
	text-decoration: none;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	}

H5,H6
	{ 
	font-family: san-serif; 
	font-size: medium; 
	font-style: normal;
	font-weight: bold; 
	text-align: left;
	text-decoration: none;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	}

P
	{ 
	font-family: san-serif; 
	font-size: medium; 
	font-style: normal;
	font-weight: normal; 
	text-align: left;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000;
	background: transparent;
	}

CENTER
	{ 
	font-family: san-serif; 
	font-size: medium;
	font-style: normal;
	font-weight: normal; 
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000;
	background: transparent;
	}

.FOOTER
	{ 
	font-size: small; 
	text-align: center;
	}

.COPYRIGHT
	{ 
	font-size: x-small; 
	text-align: center;
	}

.HEADLINE
	{ 
	font-family: san-serif; 
	font-size: large; 
	font-style: normal;
	font-weight: bold; 
	text-align: center;
	text-decoration: none;
	color: #000;
	background: transparent;
	}
	
.SMALL
	{ 
	font-size: small; 
	}

.CODE
	{
	font-family: monospace;
	}

TABLE
	{
	color: #000;
	background: transparent;
	border: none;
	}

TABLE.MENU 
	{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 0;
	margin: 4px 0;
	}

TABLE.DIVIDER 
	{ 
	border-top: solid 1px #000;
	}

TD
	{ 
	font-size: medium;
	}
	
A:link 
	{ 
	color: #009; 
	background: transparent;
	text-decoration: underline;
	}

A:active
	{ 
	color: #009; 
	background: transparent;
	text-decoration: underline;
	}

A:visited
	{ 
	color: #003; 
	background:003 transparent;
	text-decoration: underline;
	}

A:hover
	{ 
	color: #00f; 
	background: transparent;
	text-decoration: underline;
	}

A:focus
	{ 
	color: #00f; 
	background: transparent;
	text-decoration: underline;
	}

HR
	{
	height: 1px;
	border: 0;
	color: #000; 
	background-color: #000;
	margin-bottom: 0px; 
	clear: both; 
	}

