body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-decoration: none;
}

.content {
	background-color:#FFFFFF;
}

a {
	color:0000ff;
}

p, ul, li {
	font-size:10pt;
}

.text {
	font-size:10pt;
}

/* The following are for the mouseovers in the navbar */

div.menu {
	background-color: #B0188;
	color: #B0188;   
	border-color: #000000;
	width: 100%;
	border-width: 0px;
	font-size: 10pt;
}

div.toplinks a {
	font-size:10pt;
	color:#ffffff;
}

div.menu dl {
	margin: 0px;
	padding: 0px;
}

div.menu dt {  
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}

div.menu dd {
	margin: 0px;
	padding: 0px;
	display: block;
}
/*If you want to change the colors of the buttons,
  this is the place to do it */
div.menu a {
	background-color: #0000FF;
	color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-right-width:0px;
	border-left-width:0px;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	display: block;
	position: relative;
}
/*And of course the "over" state properties */
div.menu a:hover {
	background-color: #FFFFFF;
	color: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	display: block;
	position: relative;
}

div.menu a.low {
	border-bottom-width:1px;
}
div.menu a:hover.low {
	border-bottom-width:1px;
}

/*The "down" state properties of the buttons */
div.menu a:active {
	background-color: #ffffff;
	color: #000000;
	border-color: #9E9E9E;
	border-style: inset;
	border-width: 1px;
	border-bottom-width:0px;
	padding-left: 3px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
}
