
body { 
	Margin-right: 0px;
	Margin-top: 2px;
	Margin-bottom: 0px;
}

body, article, section, h1, h2, h3, h4, h5, h6, p, ol, ul, dl { 
	font-family: "Arial", sans-serif;
	font-size: 10pt;
}

header {
	background: rgb(0,0,102);
	background-image: url('../images/blue-background.gif');
	background-image: repeat-x;
	left: 0;
	top: 0;
	height: 75;
	width: 100%;
	margin: 0px;
	position: fixed;
}

#content {
	margin-top: 75px;
}


footer {
	clear: both;
	text-align: center;
	border-top: solid 1px;
	border-color: rgb(0,0,153);
	margin-top: 10px;
}

H1 {
	font-weight: bold;
	font-size: 16pt;
	line-height: 20pt;
	color:#003399;
}

H2 {
	font-size: 12pt;
	font-weight:bold;
}

H3 {    
	color:#003399;
	font-weight:bold;
}

H6 {
	font-weight:bold;
}
        

A {
	color:#003399;
	text-decoration:underline;
}

A:hover {
	Color:#FF6600;        
	text-decoration:none;        
}

A.navbar {
	color:#FFFFFF;
	text-decoration:none;
}

A.navbar:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

ul.navbar {
	list-style-type: none;
	float: right;
}

li.navbar {
	float: right;
	display: block;
	width: 85px;
}


th {
	font-weight: bold;
	text-align: center;
}

table.editions {
	border-spacing: 10px 0px;
}

th.editions {
	width: 30%;
	background: #88909B;
	color: white;
	font-size: 16px;
	border: solid 1px;
	border-color: #88909B;
}

td.editions {
	width: 30%;
	border: solid 1px;
	border-color: #88909B;
}

a.editions {
	color: white;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;        
}

p.keymessage {
	font-weight: bold;
	font-size: 16pt;
	line-height: 20pt;
	color:#003399;
}
