/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #000000;
	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;
}
.style1 {font-size: 14px
	font-weight: bold;
}
td.menuon { 
	background-color: #00c1db; 
}
td.menuoff { 
	background-color: #332211; 
}
td.bg { 
	background-image: url('../images/menu-bg.jpg');
}
a.menu:link {
	color: #ffffff;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #ffffff;
}
a.menu:hover {
	color: #000000;
	text-decoration:underline;
}
a.menu:active {
	text-decoration: none;
	color: #ffffff;
}
.style6 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
a.large:link {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
a.large:visited {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
a.large:hover {
	color: #ff0000;
	text-decoration:underline;
	font-size: 18px;
	font-weight: bold;
}
a.large:active {
	text-decoration: bold;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}