body {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	background-image: url(img/background.gif);
	}

table,input,textarea, select {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	}
	
hr {
	height: 1px;
	color: #8C7030;
}
	
.cat_link {
	color: #000000;
	text-decoration: none;
	}
	
.cat_link:hover {
	text-decoration: underline;
	}

.category {
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
	
.category:hover {
	text-decoration: underline;
	}
	
.category_rot {
	font-weight: bold;
	color: #d01948;
	text-decoration: none;
	}
	
.category_rot:hover {
	text-decoration: underline;
	}
	
.category_cnt {
	}
	
.subcategory {
	color: blue;
	text-decoration: none;
	}
	
.subcategory:hover {
	text-decoration: underline;
	}
	
.subcategory_cnt {
	font-size: 75%;
	}

.rot {
	color: Red;
	font-weight: bold;
	}
	
.search {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px; 
	border-bottom: 2px solid #D9D9D9;
	border-top: 2px solid #D9D9D9;
	}
	
.search_controls_text {
	width: 259px;
	height: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 2px 4px;
	}
	
.search_controls_button {
	font-size: 10px;
	width: 140px;
	height: 21px;
	font-family: verdana, arial, sans-serif;
	background: #EEEEEE;
	}

A:hover {
	color: #d01948;
	}
	
FORM {
	margin: 0px;
	}
	
INPUT {
	clear: left;
	}
	
H1 {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
H2 {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	}
	
h3 {
	margin: 0px;
	padding: 2px;
	font-size: 11px;
}
	
P {
	margin:0px;
	margin-top:10px;
	}
	
ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	}

li {
	margin: 3px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	}