a.line:link 
{
	color: #990000;
	text-decoration: none;
	border-bottom: dashed 1px #990000;
	
}

a.line:active 
{
	color: #990000;
	text-decoration: none;
	
}

a.line:visited 
{
	color: #990000;
	text-decoration: none;
	border-bottom: dashed 1px #990000;
	
}

a.line:hover 
{
	color: #333333;
	border-bottom: dashed 1px #000000;
	
}

a img
{
	border: none;
}

a:link 
{
	color: #990000;
	text-decoration: none;
}

a:active 
{
	color: #990000;
	text-decoration: none;
}

a:visited 
{
	color: #990000;
	text-decoration: none;
}

a:hover 
{
	color: #333333;	
}


body 
{
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000000;
	text-align:justify;
	background-position: left;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #222222;
}

td
{
	line-height: 150%;
}

h1 
{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

h2 
{
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	border-bottom: solid 1px #333333;
}
.TableCentered
{
	margin:0 auto;
}

