html, body { 
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 90%;
	background-color:#ffffff;
	padding:3px;
}

/* Header tags */
h1 {
	text-transform: uppercase;
	font-size:150%;
	margin-top:0px;
	margin-bottom:15px;
	color:#000000;
}
h1.menuHeader {
	text-transform: uppercase;
	color:#ffffff;
	font-size:260%;	
}
h1.noMargin {
	text-transform: uppercase;
	font-size:150%;
	margin-top:0px;
	margin-bottom:0px;
	color:#000000;
}
h2 {
	text-transform: uppercase;
	font-size:120%;
	margin-top:25px;
	margin-bottom:15px;
	color:#000000;
}
h2.noMargin {
	text-transform: uppercase;
	font-size:120%;
	margin-top:0px;
	margin-bottom:0px;
	color:#000000;
}
h3 {
	text-transform: uppercase;
	font-size:110%;
	margin-top:25px;
	margin-bottom:15px;
	color:#000000;
}
h4 {
	text-transform: uppercase;
	font-size:110%;
	margin-top:25px;
	margin-bottom:15px;
	color:#000000;
}

/* Links */
a:link { 
	color: #000000; 
	text-decoration: underline; 
} 
a:visited { 
	color: #000000;
	text-decoration: underline; 
} 
a:hover { 
	color: #333333; 
	text-decoration: underline; 
}
a.columnHeader1:link {
	color:#000000; 
	text-decoration: none; 
} 
a.columnHeader1:visited { 
	color:#000000; 
	text-decoration: none; 
}
a.columnHeader1:hover { 
	color:#000000; 
	text-decoration: underline; 
}
.menu1 {
	font-size:85%;
	font-weight:bold;
	text-transform: uppercase;
}
a.menu1:link {
	text-decoration: none; 
} 
a.menu1:visited { 
	text-decoration: none; 
}
a.menu1:hover { 
	text-decoration: underline; 
}
a.navigation1:link { 
	text-decoration: none; 
} 
a.navigation1:visited { 
	text-decoration: none; 
}
a.navigation1:hover { 
	text-decoration: underline; 
}
a.pageLink:link { 
	text-decoration: none; 
} 
a.pageLink:visited { 
	text-decoration: none; 
} 
a.pageLink:hover { 
	text-decoration: underline; 
}
pre {
	font-size:110%;
}