/* CSS Document */
/* Makes links in main content area white. */
.whitelink {
	color: #CCCCCC;
}
.fineprint {
	font-size: small;
	font-style: italic;
}

/* Remove underline from links in sidebar. */
.nounderlinelink {
	text-decoration:none;
}
.whiterule {
	background-color: #FFFFFF;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Navigation bar links and hover style. */
.navigation {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.navigation:hover {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
/* Syles links in lists - similar to whitelink but without the underlining. */
.linklistwhite {
	color: #FFFFFF;
	text-decoration: none;
}
.linklistwhite:hover {

	color: #FFFFFF;
	text-decoration: none;
}
/* Styles form submit buttons... Get's rid of the ugly. */
#formsubmit {
background-color:transparent;
color:#CCCCCC;
cursor:pointer;
border:0 transparent none;
text-decoration:underline;
}
#formsubmit:hover {
background-color:transparent;
color:#FFFFFF;
cursor:pointer;
border:0 transparent none;
text-decoration:underline;
}

