/* CSS Document */
body,td,th {
	font-size: 14px;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.menu:link {
	color: #675200;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #675200;
}
a.menu:hover {
	color: #008369;
	text-decoration:underline;
}
a.menu:active {
	text-decoration: none;
	color: #675200;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a.mylink:link {
	color: #8c8547;
	text-decoration: none;
	font-size: 12px;
	
}
a.mylink:visited {
	text-decoration: none;
	color: #8c8547;
	font-size: 12px;
	
}
a.mylink:hover {
	color: #ffffff;
	text-decoration:underline;
	font-size: 12px;
	
}
a.mylink:active {
	text-decoration: bold;
	color: #8c8547;
	font-size: 12px;
	
}