body {
	background-color: #F1EEE7;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
h1 {
	font-family: Trebuchet, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FF0033;
}
h2 {
	font-family: Trebuchet, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
}
h4 {
	font-family: Trebuchet, Arial, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #8b008b;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F724FA;
	font-size: 11px;
	height: 35px;
	padding-top: 10px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-left: 15px;
}
a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}
a:hover  { color: #f00; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
a.footer:link, a.footer:active, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}
a.footer:hover  { 
	color: #4682b4; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
}
.leftnavCategory {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EEEEEE;
}
.leftnavHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.leftnavColumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F7F7F7;
	background-color:#FAAB46;
}
a.leftnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}	
a.leftnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.leftnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.leftnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.dotted {
	border-width: 1px;
	border-style: dotted;
	border-color: #FFA500;
	padding-right:5px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
}
.dotbot { 
border-bottom: 1px dotted #ffa500; 
}

