/* CSS Document */
body,td,th {
	font-size: 14px;
	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;
}

a.menu:link {
	color: #D30000;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #D30000;
}
a.menu:hover {
	color: #0000FF;
	text-decoration:underline;
}
a.menu:active {
	text-decoration: none;
	color: #D30000;
}

a.large:link {
	color: #827b00;
	text-decoration: none;
	font-style: italic; 
	font-size: 18px; 
	font-weight: bold; 
}
a.large:visited {
	text-decoration: none;
	color: #827b00;
	font-style: italic; 
	font-size: 18px; 
	font-weight: bold; 
}
a.large:hover {
	color: #000000;
	text-decoration:underline;
	font-style: italic; 
	font-size: 18px; 
	font-weight: bold; 
}
a.large:active {
	text-decoration: none;
	color: #827b00;
	font-style: italic; 
	font-size: 18px; 
	font-weight: bold; 
}

td.menuon {background-color: #00c1db;}
td.menuoff {background-color: #332211;}
td.bg {background-image: url('images/menu-bg.jpg');}

h1 {font-family: "Arial", serif; 
font-style: italic; 
font-size: 18px; 
font-weight: bold; 
color: #000000;
}
h2 {font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
h3 {font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
}
h4 {font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
div.bb		{background: url(images/bb.jpg) no-repeat; height: 100px; width: 200px; position: relative;}
