body, table, td, tr, html {  
	font-family: Arial; 
	font-size: 9pt; 
	color: #000000;
}

a:link, a:visited	{
	text-decoration:underline;
	color:Red;
}	

		
a:active, a:hover	{	
	text-decoration:none;
	color:red;
}


a.MainHeader:link,a.MainHeader:visited	{
	text-decoration:underline;
	color:Red;
	font-weight:bold;
	font-size: 11pt;
}

a.MainHeader:active, a.MainHeader:hover	{
	text-decoration:none;
	color:Red;
	font-weight:bold;
	font-size: 11pt;
}


.Small {  
	font-size: 8pt;
}


.BodyTable {
	width: 984px;
}

p {
	line-height:13pt;
}

.Logo {
	font-size: 24pt;
	font-weight: bold;
	text-transform: uppercase;
}

.Tag {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}
ul {
	margin-left: 10px;
}

li {
	list-style-position: outside;
	margin-left: 10px;
	
}
