/*
$Id: global.css,v 1.8 2007/01/05 22:26:39 cookn Exp $
(c)2006 - 2007 Michael Westendorf 
*/


body {
	background-color: white;
	font: small Helvetica, Arial;
	}


html>body {
	font: 84.5% Helvetica, Arial;
	}

h1, h2, h3, h4, h5 {
	color: black;
	}

a {
	color: #004276;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #004276;
	}

img {
	border: none;
	text-decoration: none;
	}

form {
	padding: 0px;
	width: 0px;
	display: inline;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ol {
	margin: 0;
	padding: 0;
	}
	
li {
	margin: 0;
	padding: 0;
	}
	
#nagBar {
	display: none;
	}

 p {line-height: 1.5em;}  p { font-size: 9pt; }

p.headline {
	font-size: 18pt;
	font-family: georgia;
        line-height: 1em;
        font-weight: bold;
        color: #004276;
        margin-bottom: 0;
        margin-top: 7;
}

p.subheadline {
	font-size: 14pt;
	font-family: georgia;
        line-height: 1em;
        font-weight: bold;
        color: #004276;
        margin-bottom: 0;
        margin-top: 0;
}
