body 
{ 
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom: 0px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: helvetica, arial, sans-serif; 
}

body.alternative
{ 
	margin-left: 0px;
	margin-right: 5px;
	margin-top:0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(logo.jpg);
	background-color: rgb(169,169,222);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: rgb(0,0,0);
	font-family: helvetica, arial, sans-serif; 
}

table 
{ 
	margin-top: 0pt;
	margin-left: 0pt;
	margin-right: 5pt;
	border-collapse: collapse;
	border-style: solid;
	border-top-width: 0pt;
	border-left-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 2pt;
	border-color: rgb(80,80,80);
}

p.topic 
{ 	margin: 0pt;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-family: helvetica, arial; 
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

p 
{ 	margin: 0pt;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	font-family: helvetica, arial; 
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

hr 
{
	color: rgb(0,0,0);
	background-color: rgb(0,0,0);
	border-width: 0pt;
	border-style: none;
}

ul
{ 	
	margin-top: 0pt;
	margin-bottom: 4pt;
	margin-left: 10pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: helvetica, arial; 
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

li 
{ 	
	margin-left: 4pt;
	padding-left: 2pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: helvetica, arial; 
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

td {
	padding: 5px;
	background-color: rgb(0,0,0);
	color: rgb(0,0,0);
	font-family: helvetica, arial, sans-serif; 
	border-style: solid;
	border-top-width: 1pt;
	border-left-width: 1pt;
	border-right-width: 2pt;
	border-bottom-width: 1pt;
	border-color: rgb(0,0,0);
	margin-bottom: 2pt;
	}
	
img
{
	border-color: rgb(80,80,80);
	border-width: 0px;
	border-style: none;
}

a:link { font-family: helvetica, arial; 
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	}

a:visited { font-family: helvetica, arial; 
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	}

a:active { font-family: helvetica, arial; 
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	}

a:hover { font-family: helvetica, arial; 
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: rgb(200,0,0);
	background-color: rgb(0,0,0);
	}

