/* Generic */
body {
	background: white;
	color: navy;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
}

h1 {
	color: white;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 13px 0;
	margin: 0;
}


div.top {
	background: #002c4d;
	margin: 25px auto 20px auto;
	padding : 0;
	width: 834px;
}

div.topbanner {
	text-align: center;	
}

div.main {
	border: 1px solid #D6E1EA;
	margin: 18px auto 0 auto;
	text-align: justify;
	background-color : #E6E6E6;
	padding : 8px 17px;
	width: 800px;
}

div.ga {
	background: #718fa6	;
	color: white;
	padding: 0;
	margin: 0;
	text-align: center;
	padding: 3px 0 4px 0;
}

table { font-size : 90% }

.logo {
		padding-left : 20px;
		padding-right : 20px;
		padding-top : 0;
		padding-bottom : 10px;
}

h2 {
	color: navy;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	margin: 0 13%;
	font-style: italic;
	margin-bottom : 0.5em;
}

a {
	background: transparent;
	color: navy;
	text-decoration: underline;
}

a:visited {
	background: transparent;
	color: black;
	text-decoration: underline;
}

a:hover {
	background: #efefef;
	color: navy;
	text-decoration: none;
}

a.nohover:hover { background-color : transparent }

a:active {
	background: white;
	color: navy;
	text-decoration: none;
}


.copyright {
	background: transparent;
	color: #9f9fcf;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 90%;
}

.copyright a {
	background: transparent;
	color: #9f9fcf;
	text-decoration: none;
}

.copyright a:visited {
	background: transparent;
	color: #9f9fcf;
	text-decoration: none;
}

.copyright a:hover {
	background: transparent;
	color: #9f9fcf;
	text-decoration: none;
}

.copyright a:active {
	background: transparent;
	color: #9f9fcf;
	text-decoration: none;
}

ul {
	list-style-type: square;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	background-color: Transparent;
}

ul li {
	margin-bottom: 1em;
	
}
