@charset "utf-8";
/* CSS Document */


/* Body */
body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
}

/* anchor */
a {
	color: #255DAB;
	text-decoration: none;
}
a:hover {
	color: #255DAB;
	text-decoration: underline;
}


/* Secondary Navigation */
ul.secondaryNav {
	list-style: none; 
	padding: 0;
	margin: 0 0 0 10px;
	line-height: 18px;
}

a.secondaryNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #255DAB;
	text-decoration: none;
}

a.secondaryNav:hover {
	color: #255DAB;
	text-decoration: underline;
}

h1 {
	font-size: 30px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
}

.map {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}



/* footer */

ul.footer {
	list-style: none; 
	padding: 0;
	margin: 0;
	text-align: center;
}

li.footer {
	display: inline;
	margin: 0 10px 0 10px;
}

a.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}