


a:link       { color: #0000FF; text-decoration: none; }
a:visited    { color: #0000FF; text-decoration: none; }
a:hover { color: #990033; text-decoration: underline; }

td     { font-family: Verdana; font-size: 13px; color: #000000;  }

p     { font-family: Verdana; font-size: 13px; color: #000000; 
			margin: .7em 0 0 0;  }

ul           {	list-style-type: disc; }

ol           {	font-family: Verdana; 
				font-size: 13px; 
				color: #000000; }

li           {	font-family: Verdana; 
				font-size: 13px; 
				color: #000000; }


.footer      { font-family: tahoma, verdana, arial, sans-serif; font-size: 13px; color: #000000; font-weight: bold; }

.header		{ font-family: tahoma, verdana, arial, sans-serif; font-size: 16px; color: #000080; font-weight: bold; 
			margin: 0em 0 0 0;  }

.leftnav		{ font-family: tahoma, verdana, arial, sans-serif; font-size: 13px; color: #000080; margin: 0em 0 0 0;  } }
.leftnav A:link	{ color: #000080; text-decoration: none; }
.leftnav A:visited	{ color: #000080; text-decoration: none; }
.leftnav A:hover	{ color: #61092C; text-decoration: underline; }

.subhead		{ font-family: tahoma, verdana, arial, sans-serif; font-size: 13px; color: #000080; font-weight: bold; 
			margin: 1em 0 0 0;  }

.rtcolumn		{ font-family: verdana, arial, sans-serif; font-size: 10px; color: #000000; 
			margin: 0em 0 .8em 0;  }
.rtcolumnhead		{ font-family: tahoma, verdana, arial, sans-serif; font-size: 10px; color: #000080; font-weight: bold; 
			margin: .3em 0 .3em 0;  }

body{
	background-color: #FFFFFF;
	color: #000000;
	font: .8em verdana;
}

.alertBox{
	background-color: #FFFFE0;
	border: 1px solid #0000FF;
	font-size: 1.25em;
	margin: 10px;
	padding: 2px;
	width: 70%;
}

.alertBox h1{
	color: #FFFFFF;
	font-size: larger;
	margin: 0px;
}

.alertBox h1.errorHeader {
	background-color: #FF0000;
}

.alertBox h1.msgHeader {
	background-color: #008000;
}

.alertBox ul {
	margin: .8em;
	margin-left: 2em;
}

.error{
	color: #FF0000;
}

.msg, .search_filesize, .search_truncatedMsg, .search_link, .search_hitcount {
	color: #008000;
}

.search_container{
	list-style-position: outside;
	list-style-type: disc;
	width: 100%;
}

.search_hitcount{
	font-size: smaller;
}

.search_summary{
	color: #000000;
}

.search_term{
	background-color: #F5F5F5;
	font-weight: bolder;
}

.search_title :link{
	color: #0000FF;
}

.search_truncatedMsg, .search_searchInfo {
	font-size: smaller;
}
