.tob
{
	color: black;
	font-family: Verdana;
	font-size: 14px;
}

.path
{
	color: #91713D;
	font-family: Verdana;
	font-size: 12px;

}

.path:hover
{
	color: #123456;
	font-family: Verdana;
	font-size: 12px;

}

.cc
{
	color: gray;
	font-family: Verdana;
	font-size: 10px;

}



.categ a
{
	color: #886C0E;
	font-family: Verdana;
	font-size: 11px;
}
.categ a:hover
{
	color: #123456;
	font-family: Verdana;
	font-size: 11px;
}

input {
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	border:1px solid black;
	background:white;
	width:400px;
}

textarea {
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	border:1px solid black;
	background:white;
	width:550px;
	height:200px;
}

select {
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	border:1px solid black;
	background:white;
	width:400px;
}





body
{
	padding:0px;
	margin:0px;
}

td {
	color: black;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #69540B;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #123456;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

.categMain {
	color: #826330;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.categMain:hover {
	color: #123456;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.categSub {
	color: #91713D;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.categSub:hover {
	color: #123456;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}

h1 {
	color: #AA771B;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

h3 {
	color: #906415;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding:0px;
}


