/* CSS Document */

body,td,th {
	color: #4B3900;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #4B3900;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #4B3900;
}
a:hover {
	text-decoration: underline;
	color: #A44822;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #A44822;
}
h1 {
	font-size: 16px;
	color: #A44822;
	font-style: italic;
}
h2 {
	font-size: 16px;
	color: #4B3900;
}
h3 {
	font-size: 14px;
	color: #EDE7DD;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #FFCC00;
}
h5 {
	font-size: 10px;
	color: #4B3900;
}
h6 {
	font-size: 12px;
	color: #EDE7DD;
	font-weight: bold;
}


hr {
	color:#A44822;
}
.picturebox {
	border: thin solid #FF9933;
}
