/* 

	C S S   T Y P O G R A P H Y
	-----------------------------------------------------------------

	Markup definitions
*/
body, div, td, p, span
	{
		font-family: Verdana, Sans-Serif !Important;
		font-size: 11px !Important;
		line-height: 15px !Important;
	}
	
p
	{
		padding: 0px;
		margin: 0px;
		margin-bottom: 5px;
		line-height: 15px;
	}
	
.Box .Content
	{
		line-height: 12px;
	}
	
#CurrentNews
	{
		line-height: 12px;
	}
	
	
	
h1
	{
		font-family: Trebuchet MS, Sans-Serif;
		font-size: 16px;
		font-weight: normal;
		color: #B20000;
		padding: 5px 0px -6px 0px;
	}
	
h2
	{
		font-family: Trebuchet MS, Sans-Serif;
		font-size: 12px;
		font-weight: normal;
		color: #B20000;
		padding: 5px 0px 0px 0px;
	}
	
h3
	{
		font-family: Verdana, Sans-Serif;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		margin-bottom: 10px;
	}


.Box .Header
	{
		font-family: Trebuchet MS, Sans-Serif;
		font-size: 14px;
		font-weight: normal;
		color: #B20000;
		margin: 0px;
		padding: 0px;
	}



.Box .Content
	{
		font-size: 10px;
	}
	
	
	
a.ReadMore
	{
		font-weight: bold;
		color: #CC0000;
		text-decoration: none;
	}
	
a.ReadMore:hover
	{
		text-decoration: underline;
	}
	
#Frontpage div
	{
		font-size: 10px;
	}
