/* CSS Document */

body {
	margin-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #003399;
	background-image: url(../images/page-bckgrnd.gif);
	background-repeat: repeat;
}

a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.footer {
	font-size: 16px;
	color: #cccccc;
	font-style: italic;
	font-weight: bold;
}




.content {
	color: #18218C;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 8px;
}

h1.pageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #18218C;
	background-image: url(../images/patchbullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 12px;
	padding-left: 40px;
	padding-top: 15px;
}
.navbar {
	font-size: 15px;
	color: #18218C;
	font-weight: bold;
}

.navbar a {
	font-size: 15px;
	color: #18218C;
	font-weight: bold;
	text-decoration: none;
}

.navbar a:visited {
	font-size: 15px;
	color: #18218C;
	font-weight: bold;
	text-decoration: none;
}

.navbar a:hover {
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
