* {
	margin:0px;
	padding:0px;
	font-family:Tahoma;
}

a:link {
	/* color:#999999; */
  color:#cc0001; 
}

a:visited {
	/* color:#999999; */
   color:#cc0001; 
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

img {
	border:0px;
}

.container {
	width:100%;
	font-size:11px;
}

.header {
	background-image:url(img/h-bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}

.topmenu {
	background-image:url(img/tm-bg.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	padding:0px;
}
	
	.submit {
		}
	
	.search {
	text-align:right;
	}

.navbar {
	background-image:url(img/ct-bg.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	padding:5px;
	padding-top:6px;
	color:#555555;
	font-size:11px; 
}

	.navbar a {
		font-weight:bold;
		font-size:11px; 
		color:#555555;
	}
	.navbar a:link {
		color : #555555; 
		text-decoration : none; 
	} 
	.navbar a:visited {
		color : #555555; 
		text-decoration : none; 
	} 
	.navbar a:hover {
		color : #000000; 
		text-decoration : underline; 
	} 

.content-l {
	background-image:url(img/c-l.gif);
	background-repeat:repeat-y;
}

.content {
	background-color:#e5e5e5;
	vertical-align:top;
	padding:0px 10px 10px 10px;
}

	h1 {
		font-weight: bold;
		color: #ED8A05;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		color: #cc0001;
		margin: 10px 10px 0px 0px;
		padding: 0px 0px 0px 15px;
		background-image:url(img/folder.gif);
		background-repeat:no-repeat;
	}
	h3 {
		font-weight: bold;
		color: #cc0001;
		font-size: 11px;
		margin: 15px 15px 0px 0px;
		padding: 0px 0px 0px 20px;
		background-image:url(img/down-arrow.gif);
		background-repeat:no-repeat;
	}
	
	.subcats {
		margin-right:10px;
		font-size: 11px;
		}

.sort {
	font-size:10px;
	font-weight:normal;
	}

.small {
	font-size:10px;
	font-weight:normal;
	}

.small a{
	font-size:10px;
	font-weight:normal;
	}

.url {
	color: #666666;
}

.description {
	padding-bottom:10px;
}

span.count {
	color:#000000;
	font-weight:normal;
	}

#f-links {
	margin:10px 0px 10px 0px;
	background-color:#fde6e6;
	border:1px solid #f57f7f;
	padding:5px 5px 5px 5px;
	}
	
#links {
	margin:10px 0px 10px 0px;
	padding:5px 5px 5px 5px;
	}

td.link {
	padding-left:10px;
	}

.content-r {
	background-image:url(img/c-r.gif);
	background-repeat:repeat-y;
}

.content-bottom {
	background-image:url(img/cb-bg.gif);
	background-repeat:repeat-x;
	padding:10px;
}

.navig {
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	color:#000000;
}

.footer {
	background-image:url(img/f-bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding-left:10px;
}

.footer p{
	text-align:center;
	font-size:11px; 
	color:#676767;
}

.footer a {
		font-weight:bold;
		font-size:11px; 
		color:#ffffff;
	}
	.footer a:link {
		color:#333333;
		font-weight:bold; 
		text-decoration:underline; 
	} 
	.footer a:visited {
		color:#333333; 
		text-decoration:underline; 
	} 
	.footer a:hover {
		color:#000000; 
		text-decoration:none; 
	}
	
#submit {
	background-color:#fef1f1;
	border:1px solid #fcd6d6;
	padding:10px;
	margin:2px;
}

	td.error {
		padding:3px;
		color:#FF0000;
		font-size:12px;
		font-weight:bold;
		background-color:#f7f455;
		border:1px solid #f7e055;
		text-align: center;
	}
	
	td.success{
		padding:3px;
		color:#009900;
		font-size:12px;
		font-weight:bold;
		background-color:#fef1f1;
		border:1px solid #fcd6d6;
		text-align: center;
	}

#submit2 {
	background-color:#fef1f1;
	border:1px solid #fcd6d6;
	padding:10px;
	margin:2px;
}

.req {
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

div.errForm, span.errForm {
	margin:2px 0 2px 2px;
	padding:1px 2px 1px 2px;
	color:#FF0000;
	font-size:10px;
	background-color:#f7f455;
	border:1px solid #f7e055;
	text-align:left;
	clear:right;
}

input.search-field {
	background-color:#FFFFFF;
	border:1px solid #f05e5f;
	height:20px;
	font-size:13px;
	margin:3px 0px 12px 0px;
	vertical-align:middle;
	}

table.content-table {
	border:1px solid #dbdbdb;
	background-color:#FFFFFF;
	background-image:url(img/c-bg.gif);
	background-repeat:no-repeat;
	}
