body	{ 
	background: #000; 
	margin: 0; 
	font-size: 12px; 
	font-family : Arial, Helvetica;
	font-weight: 500;
	color: #A41D1D; 
}
a:link    { 
	color :#FF0000; 
	text-decoration:none; 
}
a:active  { 
	color :#FFFFFF; 
	text-decoration:underline overline; 
}
a:visited { 
	color :#CC0000; 
	text-decoration:none; 
} 
a:hover   { 
	color :#FF0000; 
	text-decoration:underline overline; 
}
p, td	{
	font-size: 14px;
}
td.dis	{
	text-align: justify;
	color: #660000;
	font-size: 9px;
}
h1	{
	font-family: Times;
	font-size: 6px;
	font-weight: 500;
	line-height: 60%;
}
h2	{ 
	font-size: 48px; 
	font-family : Arial Narrow, Helvetica Condensed;
	line-height: 95%; 
	margin: 9px 0px;
	padding: 9px 0px;
}
span.hd	{
	font-size: 32px;
	font-weight: lighter;
	font-family : Arial, Helvetica;
	line-height: 95%; 
}
strong	{
	font-weight: 700;
}
hr	{
	height: 1px;
	border: 1px dotted #000000;
	border-bottom: 1px dotted #A41D1D;
	margin: 24px 0px;
}
