html 
	{
	}
	
/******* Main Text ********/	

body, p
	{
	background-color: #FFFFFF;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 9px 9px 20px;
	line-height: 16px;
	color: #000000;
	letter-spacing: +0.2px;
	
	}
	
/******* Images/Image Links Borders ********/	
	
img, img a
	{
	border-width: 0px 0px 0px 0px;
	}	
	
/******* Normal Links ********/	
	
a
	{
	text-decoration: none;
	color: #505050;
	}

a:hover
	{	
	text-decoration: none;
	color: #505050;
	background-color: #ffffff;	
	}
	
/******* Main Menu Headers ********/	
	
.menu_header, .menu_header a, .menu_header a hover
	{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	letter-spacing: +0.2px;
	}
	
.menu_header a
	{
	}
	
.menu_header a:hover
	{
	}	
	
/******* Main Menu ********/	
	
.menu, .menu a, .menu a hover
	{
	font-style: italic;
	text-decoration: none;
	color: #505050;
	line-height: 14px;
	}
	
.menu a
	{
	}
	
.menu a:hover
	{
	}		

/******* Heading Style ********/


h1. h1a, h1 a:hover
	{	
		font-family: Sabon, Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	margin: 9px 9px 9px 9px;
	line-height: 15px;
	color: #505050;
	}
	
h1 a
	{
	}
	
h1 a:hover
	{
	}	
	
		