.menu {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.menuleft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.menuright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
a:link {
	color: #FFD697;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #FFD697;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #DDDDDD;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight:bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-size: 12px;
}
h2 {
	font-size: 13px;
	color: #BF850D;
}
h5 {
	font-weight: bold;
}
.mainleft {
	background: url(images/mainleftline.jpg);
	width: 20px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

