@charset "iso-8859-1";
BODY {
	margin:0px;
}

UL {
	list-style-type: square;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right: 5px;
}

LI {
		margin-bottom: 2px;
}

FORM {
	margin:0px;
}

.searchform {
	font-family: Verdana;
	font-size: 10px;
	width: 120px;
	}
	
	.mailform {
	font-family: Verdana;
	font-size: 10px;
	width: 150px;
	}

	.colorform {
	font-family: Verdana;
	font-size: 10px;
	width: 120px;
	}

.smalltext {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

.smalltext a:link {
	color: #0046C8;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.smalltext a:visited {
	color: #0046C8;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.smalltext a:hover {
	color: #0000FF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.default {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.default a:link {
	color: #0046C8;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.default a:visited {
	color: #0046C8;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.default a:hover {
	color: #0000FF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.mediumtext {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.mediumtext a:link {
	color: #0046C8;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.mediumtext a:visited {
	color: #0046C8;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.mediumtext a:hover {
	color: #0000FF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.cathdg {
	color: #1E4696;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}

h1 {
	color: #1E4696;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 1px;
	margin-right: 0px;
	padding-right: 0px;
}

.presell {
	color: #DC0000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.presell a:link {
	color: #DC0000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.presell a:visited {
	color: #DC0000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.presell a:hover {
	color: #FF0000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.previouslink {
	margin-right:2em;
}

.nextlink {
	margin-left:2em;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.bold {
	font-weight:bold;
}

.detailstext {
	margin-left:40px;	
}

.red {
	color: red;
}
.red a:link {
	color: red;
}

.red a:visited {
	color: red;
}

.red a:hover {
	color: red;
}

