

/* Presentation Stylesheet */ 

HR
{
	border: 1px dotted #FD1B14;
	}

P 
{
	padding:0px 0px 0px 5px;
	font-size: 13px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
	color: #333333;
	}
	
P:first-letter 
{
 font-size: 100%; 
 font-weight: bold;
 color: #000000;
 font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
 }	

A:link	{ 
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
	color: #000000;
	text-decoration: none;
	}
	 
A:visited	{
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
	color: #000000;
	text-decoration: none;
	}
	 
A:active {
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
	color: #000000;
	text-decoration: none;
	} 

A:hover		{ 
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
	color: #EAE8EA;
	text-decoration: underline;
	} 
H1
{
    font-size: 12px;
	font-weight: bold;
    color: #FD1B14;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
}
H2
{
	font-size: 13px;
	font-weight: bold;
    color: #000000;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
}
H3
{
	font-size: 13px;
	font-weight: bold;
    color: #FD1814
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-seriff;
}
H4
{
	font-size: 14px;
	font-weight: bold;
    color: #000000;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
}
H5
{
	font-size: 13px;
	font-weight: bold;
    color: #FD1B14;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
}
H6
{
	font-size: 16px;
	font-weight: bold;
    color: #000000;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-serif;
}