body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003366;
	background-image: url(images/bkg.gif);
	background-repeat:repeat-y;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #003399;
}

#nav {
	position:absolute;
	left:0px;
	top:65px;
	width:660px;
	height:19px;
	z-index:6;
	color: blue;
	padding-left: 32px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration:underline;
}

#nav a:visited {
	color: #0066CC;
}

li {
	padding-bottom: 8px;
	padding-top: 0px;
}

p {
	padding-bottom: 8px;
	padding-top: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
}

ul, ol {
	padding-bottom: 8px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.captionText {
	font-size: 10px; 
	line-height: 14px;
}

.rightAlign {
	text-align: right;
}

.centerAlign {
	text-align: center;
}
.smallText {
	font-size: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #0C0077;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
}
