/* CSS Document */

/* basic default font settings */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}		

h1	{
	font-size: 200%;
	font-weight: lighter;
	margin-top: 0px;
	padding-top: 10px;
}

h2	{
	font-size: 164%;
	font-weight: lighter;
	padding-top:6px;
	margin-bottom: 12px;
}

h3	{
	font-size: 146%;
	font-weight: lighter;
	padding-top: 6px;
	margin-bottom: 12px;
}

h4	{
	font-size: 127%;
	font-weight: normal; 
	margin-bottom: 10px;
}
	
h5	{
	font-size: 100%;
	font-weight: bold;
	line-height: 15px;
	padding: 4px 10px 0px 0px;
	margin-bottom: 11px;
}
	
#leftnav a {
	font-size: 100%;
	font-weight: normal;
}

p {
	line-height: 16px;
	margin-top: 5px;
}

