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

h2 {  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; font-size: 14pt; font-weight: bold; color: #181848}

.sm {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 9pt;
	color: #181848
}

a:active {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}
a:link {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #f85403;
	font-weight: bolder;
	text-decoration: none;
}

.foot {  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; font-size: 8pt; color: #181848}

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


/************************************************
*	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.dreamnet.com/lilly/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.dreamnet.com/lilly/images/nav_hov.jpg);
	color: #FFFFFF;
	}
	
	

