table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

table.borders {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.borders2 {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

table.dropdown {
	border-left: 1px solid #837E7A;
	border-right: 1px solid #837E7A;
	border-top: 1px solid #837E7A;
	background-color: #C7C4C4;
}

td.header {
	background-image: url(../images/header_bg.jpg);
	background-position: right top;
}

td.padding2 {
	padding-bottom: 10px;
}

img {
	border: 0px;
}

td.center {
	background-image: url(../images/center_2.jpg);
	padding-left: 445px;
}

td.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

td.dropdown {
	border-bottom: 1px solid #837E7A;
}

td.lines {
	border-bottom: 1px solid #E1DBC1;
	border-top: 1px solid #E1DBC1;
}

h3 {
	margin-bottom: 1px;
}

h4 {
	margin-bottom: 1px;
}

h5 {
	margin-bottom: 1px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

a.nav {
	text-decoration: none;
	color: #000000;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
}