html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, a, form, br, img, td, tr, table {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	min-width:795px;
}
p, ul, li, a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
a:hover{
	color:#CC0000;	
}
a{
	text-decoration:underline;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
h2, h2 a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#CC6666;
	text-decoration: none;
	padding: 5px 0;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
.error{
	color:#FF0000;
	font-weight:bold;
}
.categories li{
	float:none;
	list-style-type:disc;
	list-style-image:url(../images/bullet_arrow.gif);
	vertical-align:middle;
}
