body {
	background: #808080 url("../images/bg10c.jpg") repeat-x;
	margin: 0px 0px 0px 0px;
}

a {
	color: #c75e1d;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #c75e1d;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}
	
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000000;
	border-bottom: dotted 1px #ffffff;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font: normal 22px 'Arial Black',Sans-Serif;
	font-weight: normal;
	color: #c75e1d;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px dotted #666666;
}

h2 {
	font: normal 18px 'Arial Black',Sans-Serif;
	font-weight: normal;
	color: #c75e1d;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px dotted #666666;
}

table {
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 14px;
}

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

div.shadow {
	float: left;
	padding: 0 1px;
	background: #bfbfbf;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	position: relative;
}

div.shadow img {
	padding: 5px 5px 9px 5px;
	background: white url("../images/shad_bottom.png") repeat-x bottom left;
}

div.shadow div.topleft {
	width: 2px;
	height: 4px;
	background: url("../images/shad_tlcorner.png") no-repeat top left;
	position: absolute;
	top: 0px;
	left: -1px;
}

div.shadow div.topright {
	width: 2px;
	height: 4px;
	background: url("../images/shad_trcorner.png") no-repeat top right;
	position: absolute;
	top: 0px;
	right: -1px;
}

div.shadow div.bottomleft {
	width: 4px;
	height: 4px;
	background: url("../images/shad_blcorner.png") no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	left: -1px;
}

div.shadow div.bottomright {
	width: 4px;
	height: 4px;
	background: url("../images/shad_brcorner.png") no-repeat bottom right;
	position: absolute;
	bottom: 0px;
	right: -1px;
}

