h1 
	{ 	
        font-weight: bold;
        font-style: italic;
        font-size: 55px;
        font-family: monotype corsiva, times new roman, serif;
	}

h2 
	{
        font-weight: bold;
        font-style: italic;
        font-size: 30px;
        font-family: monotype corsiva, times new roman, serif; 
	}

h3 	{ 	
        font-size: 16px;
	font-weight: medium; 	
	color: black;
     	font-family: Verdana, Arial, sans-serif;
	}

h4 	{ 	
        font-size: 14px;
	font-weight: medium; 	
	color: black;
     	font-family: Verdana, Arial, sans-serif;
	}

h5 	{ 	
        font-size: 12px;
	font-weight: medium; 	
	color: black;
     	font-family: Verdana, Arial, sans-serif;
	}

h6 	{ 	
        font-size: 10px;
	font-weight: medium; 	
	color: black;
     	font-family: Verdana, Arial, sans-serif;
	}

table 
	{
        border-collapse: collapse;
	}

thead th 
	{
	background: #B4ACC1;
	}

tr 
	{
        background: #FFFFFF;
	}

tr.fill 
	{
        background: #B4ACC1;
	}

tr.fillalt 
	{
        background: #B4ACC1; 
	}

tr.even 
	{
        background: #D2D3D5;
	}

tr.odd 
	{
        background: #FFFFFF;
	}

td, th 
	{ 	
        color: black; 	
	font-weight: medium; 	
	font-size: 10pt;
     	font-family: Verdana, Arial, sans-serif;
	}

A:link, A:visited 
	{ 
        font-weight: medium; 
	font-size: 8pt; 
	text-decoration: underline;
     	font-family: "Verdana", "Arial", "sans-serif"; 
	color: midnightblue;
	}

.big 
	{ 	
        font-weight: bold; 
	font-size: 115px; 
	margin-top: -65px;
	font-family: "Verdana"; 
	color: darkorange; 
	}

.medium 
	{ 
        font-weight: bold; 
        font-size: 12px; 
        margin-top: -65px;
        font-family: "Verdana"; 
	}

.small 
	{ 
        font-weight: medium;
        font-size: 8pt;
        font-family: Verdana, Arial, sans-serif;
	}

.tiny 
	{ 
        font-weight: medium;
        font-size: 9px;
        font-family: Verdana, Arial, sans-serif; 
	}

ul#navigation
	{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #036;
	float: left;
	width: 100%;
	}
	
	
ul#navigation li 
	{ 
	display: inline; 
	}

ul#navigation li a
	{
	display: block;
	float: left;
	padding: 0.2em 1em;
	text-decoration: none;
	background: #036;
	color: #fff;
	border-right: 1px solid #fff;
	}
	
ul#navigation li a:hover
	{
	background: #69C;
	color: #000;
	}


div#pullquote
	{
	background: #fff url(bluetop.jpg) no-repeat;
	}

div#pullquote p 
	{ 
	padding: 0 20px; 
	}

div#pullquote h2
	{
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(blueside.jpg) no-repeat 100% 0;
	}
