@charset "utf-8";
/* CSS Document */

<!--


a[href $='.doc'] {
   padding-right: 18px;
   background: transparent url(http://www.hollyhughes.com/images/icon_doc.gif) no-repeat center right;
}
a[href $='.pdf'] {
   padding-right: 18px;
   background: transparent url(http://www.hollyhughes.com/images/icon_pdf.gif) no-repeat center right;
}
a[href $='.xls'] {
   padding-right: 18px;
   background: transparent url(http://www.hollyhughes.com/images/icon_xls.gif) no-repeat center right;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(http://hollyhughes.com/images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.nav {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.nav a:hover {
	color: #B7C9D7;
	text-decoration:none;
}
.nav a:active {
	color: #71C16C;
	text-decoration:none;
}
.subnav {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
.subnav a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
.subnav a:visited {
	color: #CBDDEB;
	text-decoration:underline;
}
.subnav a:hover {
	color: #B7C9D7;
	text-decoration:none;
}
.subnav a:active {
	color: #71C16C;
	text-decoration:underline;
}
-->
