body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	SCROLLBAR-base-COLOR: #;
	SCROLLBAR-arrow-COLOR: #ffffff;
	scrollbar-track-color: #;
 	scrollbar-highlight-color: #ffffff;
}

div {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	font-family: Arial,sans-serif;
	font-size: 12px;
	text-align: justify;
}

hr {
  	border: 0;
  	width: 200px;
	color: #555555
}


ol {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: gray;
	font-weight: normal;
}

ul {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

li  {
	padding: 5px;
}


H1 {
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

H2 {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

a {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}

a.small {
	font-family: Arial,sans-serif;
	font-size: 10px;
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}


a.nav {
	font-family:  Century Gothic Bold, Arial;
	font-size: 12px;
	color: #800000;
	font-weight: bold;
	text-transform : uppercase;
	text-decoration: none;
}


a.none {
	font-family: Arial,sans-serif;
	font-size: 9px;
	color: #F5E6C7;
	font-weight: normal;
	text-decoration: none;
}


a:hover {
	font-family: Arial,sans-serif;
	color: #161735;
	font-weight: bold;
	text-decoration: underline;
}
a.small:hover {
	color: #161735;
	font-weight: bold;
	text-decoration: none;
}


a.nav:hover {
	font-family: Century Gothic Bold, Arial;
	color: #161735;
	font-weight: bold;
	text-decoration: none;
}


a.none:hover {
	font-family: Arial,sans-serif;
	font-size: 9px;
	color: #F5E6C7;
	font-weight: normal;
	text-decoration: underline;
}