@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(../DesignImages/internal_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: "Trebuchet MS";
}

div, td {
    font-size: 12px;
	font-color: #393737;
	vertical-align: top;
}

h1 {
    font-size: 18px;
	color: #d8752b;
	padding: 0px;
	margin: 0px;
}

h2 {
    font-size: 14px;
	color: #d8752b;
	padding: 0px;
	margin: 0px;
}

.highlightTitle {
    font-weight: bold;
	font-size: 14px;
	color: #d8752b;
}

.deftext {
    color: #838282;
	font-size: 17px;
}

.portmenu_heading {
    color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.quickfacts {
    color: #ffffff;
	font-size: 12px;
}

a.portmenu:link {font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: none; }
a.portmenu:visited {font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: none; }
a.portmenu:hover {font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: underline; }
a.portmenu:active {font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: none; }

a.mainnav:link {font-size: 15px; font-weight: bold; color: #d8752b; text-decoration: none; }
a.mainnav:visited {font-size: 15px; font-weight: bold; color: #d8752b; text-decoration: none; }
a.mainnav:hover {font-size: 15px; font-weight: bold; color: #999999; text-decoration: none; }
a.mainnav:active {font-size: 15px; font-weight: bold; color: #d8752b; text-decoration: underline; } 

a.topnav:link {color: #bfbbbb; text-decoration: none; }
a.topnav:visited {color: #bfbbbb; text-decoration: none; }
a.topnav:hover {color: #666666; text-decoration: none; }
a.topnav:active {color: #bfbbbb; text-decoration: underline; }

a.footerlink:link {color: #989494; text-decoration: none; }
a.footerlink:visited {color: #989494; text-decoration: none; }
a.footerlink:hover {color: #666666; text-decoration: none; }
a.footerlink:active {color: #989494; text-decoration: underline; } 

