/* CSS Document */

body {
	background: #e4e4e4;
	margin-top:30px;
	margin-bottom:30px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

a:link { text-decoration: underline; color: #f38c1c; font-size: 11px; font-weight: bold;}
a:active { text-decoration: underline; color: #f38c1c; font-size: 11px; font-weight: bold;}
a:visited { text-decoration: underline; color: #f38c1c; font-size: 11px; font-weight: bold;}
a:hover { text-decoration: underline; color: #f38c1c; font-size: 11px; font-weight: bold;}

a.nav:link { text-decoration: none; color: #333333; font-size: 11px; font-weight: bold;}
a.nav:active { text-decoration: none; color: #333333; font-size: 11px; font-weight: bold;}
a.nav:visited { text-decoration: none; color: #333333; font-size: 11px; font-weight: bold;}
a.nav:hover { text-decoration: underline; color: #f38c1c; font-size: 11px; font-weight: bold;}

.headerWhite {
	background: url(./Images/bullet_white.gif) no-repeat;
	padding-left: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.headerGrey {
	background: url(./Images/bullet_grey.gif) no-repeat;
	padding-left: 8px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.headerOrange {
	color: #f38c1c;
	font-weight: bold;
	font-size: 12px;
}