/* CSS Document */

body
{
	background-color:#DBE0E4;
	margin:0px 0px 0px;
}
  
p {
	font: normal 12px "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #384e88;
	margin-top: 6px;
	margin-bottom: 6px;
}

h1 {
	font: bold 14px "Trebuchet MS", Tahoma, sans-serif;
	line-height: 24px;
	color: #384e88;
	line-height: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 0px;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: normal;
}

td a {	
	color:#fff;
	text-decoration:none;
}

td a:hover {
	color:#ccc;
	text-decoration:none;
}

ul {

	font: normal 12px "Trebuchet MS", Tahoma, sans-serif;
	line-height: 20px;
	color: #384e88;
	line-height: 26px;
	margin-top: 1px;
	margin-bottom: 2px;
	font-weight: bold;
}

.contentarea
{
	border-top:1px dashed grey;
	padding:15px;
	padding-left:20px;
	font-size:12px;
	color: #333333;		
}

.addressarea
{
	border-top:1px dashed grey;
	padding:20px;
	font-size:12px;
	color: #333333;		
}

.footerarea
{
	border-top:1px dashed grey;
	padding:10px;
	font-size:9px;
	line-height: 15px;
	color: #FFFFFF;		
}

.footerarea a
{
	font-size:9px;
	line-height: 15px;
	color: #999;		
}
