p {
	font-family: garamond;
	color: black;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 150%;
}
BODY, TD {
	color: black;
	font-family: garamond;
	font-size: 13px;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 0;
	scrollbar-3dlight-color: #990033; 
	line-height: 150%;
scrollbar-arrow-color: #000000;
scrollbar-base-color: black; 
scrollbar-darkshadow-color: #983D3A; 
scrollbar-face-color: 983D3A; 
scrollbar-highlight-color: white; 
scrollbar-shadow-color: white;
scrollbar-track-color: #983D3A; 

}



i {
	font-size: 1.3em;
	font-variant: normal;
	font-weight: lighter;
	color: black;
	font: italic;
}

H1 {
	font-size: 1.8em;
	font-variant: normal;
	font-weight: bold;
	color: white;
	margin-top: 0; 
	margin-bottom: 0
}
	

H2 {
	font-size: 1.5em;
	font-variant: normal;
	font-weight: bold;
	color: black;
	margin-top: 0; 
	margin-bottom: 0
}

H3 {
	font-size: 1.4em;
	font-variant: normal;
	font-weight: bold;
	color: #808080;
	margin-top: 0;
	margin-bottom: 0;
	
}

H4 {
	font-size: 1.3em;
	font-variant: normal;
	font-weight: bold;
	color: white;
	margin-top: 0; 
	margin-bottom: 0
}

h5 {
	font-size: 1.3em;
	color: #999999;
	font-weight: normal;
	color: white;
	margin-top: 0; 
	margin-bottom: 0
}
h6 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 0;
	color: grey
}
h7 {
	text-decoration: black;
    color: white;
	font-size: 1.3em;
		font-style: normal;
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 0
}




A {
	text-decoration: none;
color: #9833d3A;	
font-size: 12pt;

	text-align: left;

	margin-top: 0; 
	margin-bottom: 0
}




A:Hover {
	
	
	color: white; 

	text-align: left;
	

	margin-top: 0; 
	margin-bottom: 0
}

a1:hover {
	color: white;
	


	text-align: left;

	margin-top: 0; 
	margin-bottom: 0
}




HR {
	color: black;
	
	border: thick;
		margin-top: 0; 
	margin-bottom: 0
}

/* Header */

#header {
	height: 110px;
	margin: 0 auto;
	background: #000000;
}




}


/* Menu */

#menu-wrap {
	background: #000000;
}

#menu {
	width: 500px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first a {
	background: #983D3A;
	border: 1px #D45951 solid;
}
