/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	background-color: #999933;
}

.menu {
font-size: 12px;
color: #cc3300;
font-weight: bold;
text-decoration: none;
margin-left: 20px;

}

.menu a:link, .menu a:visited {
	color: #000000;
	text-decoration: none;
}

.table_title {
	color: #EBE6D8;
	font-weight: bold;
}

.menu a:hover {
	color: #Cc3300;
}

.footer, .footer a:link, .footer a:visited {
	color: #ffffff;
	text-align:center;
}

a:link, a:visited {
	color: #000000;
	font-weight: bold;
}

h1 {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: -5px;
}

h3 {
	color: #cc0000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-variant:small-caps;
}

h4 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-variant:small-caps;
}

h5 {
	color: #000000;
	
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	
}

h6 {

	font-size: 12px;
	font-weight: 400; 
	margin-left: 60px;
	margin-right: 55px;
	margin-top: 20px;
	text-align:justify;
	
}

.content {
	margin-left: 20px;
	margin-right: 20px;
}

.home {
	font-size: 13px;
}

.red {
	color:#FFFFFF;
	font-weight:400;
	
}	

.red a:link, .red a:visited {
	color:#FFFFFF;
}

.red a:hover {
	color:#999999;
}

.list li {
	margin-right: 20px;
} 
 