body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #a3cde3;
	margin: 0px;
}
h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000
}


.sm {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 9pt;
	color: #000000
}
.smbld {  font-weight: bold; font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; color: #000000}
.bld {  font-weight: bold}
.ital {  font-style: italic}

a:active {
	color: #990000;
	font-weight: bolder;
	text-decoration: none;
}
a:link {
	color: #990000;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #000066;
	font-weight: bolder;
	text-decoration: none;
}
.foot {  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; font-size: 8pt; color: #000000}
.smnocolor {  font-size: 9pt; font-family: Arial, Helvetica, sans-serif}
.eightpt {  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; font-size: 8pt}
.tenpt {  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; font-size: 10pt; color: #000000}
.italbld { font-style: italic ; font-weight: bold}
.tabletext {  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; font-size: 12px; font-style: normal; color: #000000}
.tenptbld {  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; font-size: 10pt; font-weight: bold; color: #000000}
.whatsnew {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
}
.newstext {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.headertxt {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a.headertxt:active {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

a.headertxt:link {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

a.headertxt:visited {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

a.headertxt:hover {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.newstextblack {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 750px;
	height: 35px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	background-color: #14161D;
	background-image: url(http://www.serenawet.com/images/nav_bar.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#nav ul {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

#nav li a:hover, #nav li a:active {
	background: #000000 url(http://www.serenawet.com/images/nav_hov.jpg);
	color: #FFFFFF;
	}
	

