/* CSS Document */


a:link {
color: #777777;
text-decoration:none;
}
a:visited {
color: #777777;
text-decoration: none;
}
a:active {
color: #777777;
text-decoration: none;
}
a:hover {
color: #999999;
text-decoration: none; 
}


h1 	{
	text-align: left;
	color: #333333;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0px;
	font-style: light;
	}
	
h2 	{
	text-align: left;
	color: #bcbcbc;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 100;
	letter-spacing: 2px;
	}

h3 	{
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 2px;
	color:#333333;
	font-family: "Times New Roman", Times, serif;
	}
	
h4 	{
	text-align: left;
	color: #999999;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0px;
	font-style: light;
	}
	
h6 	{
	text-align: right;
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	font-size: 11.5px;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: auto;
	}

h7 	{
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 2px;
	color:#333333;
	font-family: "Times New Roman", Times, serif;
	}
	
h8 	{
	text-align: left;
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	font-size: 11.5px;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: auto;
	}