
h1 
	{
	font-family: Georgia, serif; 
	font-weight: bold; font-size: 24px; 
	line-height: .60; 
	color: #454545;
	}

h2 
	{	
	font-family: Georgia, serif; 
	font-weight: bold; 
	font-size: 18px; 
	line-height: .70; 
	color: #454545;
	background-color: #F5F5F5; padding: 10px;
	}

h3 	{
	font-family: Georgia, serif;
	font-weight: bold; 
	font-size: 16px; 
	line-height: .80;
	color: #454545;
	}

h4 	{
	font-family: Georgia, serif;
 	font-weight: bold; 
	font-size: 14px; 
	line-height: .90;
	color: #454545;
	}


body 	{
	font-family: "lucida grande","lucida sans unicode", Verdana, sans-serif;
	font-size: 12px; 
	color: #666666;
	}


p 
	{
	font-family: "lucida grande","lucida sans unicode", Verdana, sans-serif;
	font-size: 12px; 
	color: #666666;
	}

p.subhead 
	{
	font-family: Georgia, serif; 
	font-weight: bold; 
	font-style: italic;
	line-height: 1.50
	}

p.accent 
	{
	font-weight: bold;
	line-height: 1.25
	}


p.alert 
	{
	font-weight: bold; 
	color: red;
	}

em.smallcaps 
	{
	font-style: larger; 
	font-variant: small-caps;
	}

/* Links styling */

a.topnav:link {color:#666666} /* topnav unvisited link */
a.topnav:visited {color:#666666} /* topnav visited link */
a.topnav:hover {color:#000000} /* topnav mouse over link */
a.topnav:active {color:#666666} /* topnav selected link */
.topnav {text-decoration: none} 