@CHARSET "ISO-8859-1";

table
{
	padding: 0;
	margin: 0;
	border-spacing: 0; 
}
td
{
	background: #333333;
	vertical-align: top;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

table.search {
	border-width: 3px 3px 3px 3px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #CCCCCC;
}
table.search th {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.search td {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.padded
{
	padding: 5;
	margin: 0;
	border-spacing: 5;
}
td.padded
{
	background: #CCCCCC;
	vertical-align: top;
	align: left;
	padding: 2;
	border-width: 2
}

td.top
{
    background: #990000;
	border-width: 0;
	border-spacing: 0;
	text-align: center;
	vertical-align: middle;
}

td.bg
{
	background: #000000;
}

.large
{font-size: large}

body {
	background-color: #000000;
}
body, p, td, th {
	font-family:"Times New Roman",Georgia,Serif;
	color: BBBBBB;
}
a {
	font-family: Bookman;
	color: 000000;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color: 000000;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color: FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

a.main {
	font-family: Bookman;
	color: FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a.main:visited {
	color: FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a.main:hover {
	color: 000000;
	text-decoration:underline;
	font-weight:bold;
}
a.main:active {
	color: 000000;
	text-decoration:underline;
	font-weight:bold;
}

a.out {
	font-family: Bookman;
	color: FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a.out:visited {
	color: FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a.out:hover {
	color: 990000;
	text-decoration:underline;
	font-weight:bold;
}
a.out:active {
	color: 990000;
	text-decoration:underline;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman",Georgia,Serif;
	color: 000033;
}

img {border: 0px}

/* Menu */

#menu {
	width: 980px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
	background: #000000;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-right: 1px solid #1A1A18; 
}

#menu a {
	display: block;
	height: 30px;
	padding: 30px 40px 0px 40px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00820;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: url(images/img02.jpg) repeat-x left top;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
}
