@charset "UTF-8";
/* CSS Document */

/* TYPOGRAPHIC STYLING */

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

/* USED FOR NEWS TITLES */
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

#newscopy h4 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 0;
	padding-bottom: 0;
}

p {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

/* USED FOR NEWS SUMARIES */
#newscopy p {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	margin-top: 0;
	padding-top: 0;
}

#submenu p {
	font-size: 10px;
	line-height: 100%;
}

td {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	padding-top: 5px;
}


#menu {
	font-size: 10px;
	color: #7f9a5c;
}


#footer p {
	font-size: 9px;
	color: #7f9a5c;
}

.bold {
	font-weight: bold;
}