body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #2F2C57;
	background-color: #434D2A;
	background-image: url(/site/images/global/background.gif);
}

body, table, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1{
	width: 500px;
	padding-right: 10px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 0px 20px;
	font-weight: bold;
	text-align: justify;
}

H2{
	font-size: 18px;
	margin: 0px 20px 5px 20px;
	font-weight: normal;
}

H3{
	font-size: 14px;
	display: inline;
}

H4{
	font-weight: bold;
	font-size: 13px;	
	margin: 0px 0px 5px;
}

H5{
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
}

A{
	color: #2F2C57;
}

STRONG A:hover{
	color: #2F2C57;
	text-decoration: underline;
}

A:hover{
	color: #2F2C57;
	text-decoration: underline;
}

UL
{
	padding: 0px;
	margin: 16px;		
	list-style-position: outside;
	list-style-image: url(images/General/Bullet_orange.gif);
}