body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

* {			margin:0px;
			padding:0px;
			border:0px;
			background-color:inherit;
			background:transparent;}

#center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 760px;
}

#nav {
	padding: 0px;
	width: 760px;
	text-align: left;
	margin: 10px auto 3px;
}

#navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8990B3;
}

#navlist a
{
padding: 1px 10px 2px;
}

#navlist a:link, #navlist a:visited
{
color: #8990B3;
text-decoration: none;
}

#navlist a:hover
{
	color: #000;
	background-color: #FCC;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #FF0000;
	color: #FF0000;
}
#bottom h2 {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottom a:link, #bottom a:visited, #bottom a:hover, #bottom a:active {
	color: #FF0000;
}
.row_bkground {
	background-color: #FFC;
}
.row_bkground {
	background-color: #39C;
	color: #FFF;
}
.rowhighlights {
	color: #000;
	background-color: #CCC;
}
.size {
	font-size: 18px;
}

