/* Global Styles */

body {
	border: 0px;
	margin-top: 0px;
	}
	
td {
	font:16px Garamond;
	color:#333333;
	}
	
a {
	color: #0000FF;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #000066;
	text-decoration:underline;
	}
	
	
	/* Headers */
	
h1{
 font: 200% Garamond,sans-serif;
 color: #A09610;
 margin: 0px;
 padding: 0px;
}

h2{
	font: 160% Garamond,sans-serif;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

h3{
 font: 140% Garamond,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 130% Garamond,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 120% Garamond,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

	/* ID Styles */
	
	
#navigation a {
	font:10px arial;
	color: #0000FF;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #0000CC;
	text-decoration:underline;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}
	
.bodyText {
	font:13px Garamond;
	line-height:normal;
	color:#000000;
	}
	
.pageName {
	font:20px georgia;
	color: #000000;
	letter-spacing:0.1em;
	line-height:26px;
	}
