@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(images/border.png);
	background-position: center;
	margin: 0px;
	
}



p {
	width: 90%;
	margin-top:5px;
	margin-bottom: 15px;
	margin-left:20px;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#666666;	
}

li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-style: italic;
	color: #FFFFFF;
	font-size: 10px;
	list-style-type: none;
	margin-bottom: 5px;
}
	

h1 {
	font:Zapfino;
	font-size: 14px;
	font-weight: normal;
	color: #4F5151;
	margin-top: 30px;
	margin-bottom: 30px;
}

h2 {
	font: Asenine Wide;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	text-align: center;
	margin-top: 0px;
	
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#878FA3;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	}
	
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#999999;
	margin-top: 0px;
	margin-bottom: 15px;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

}

/*************************  Pseudo classes *************************/

a:link {
	color:#878FA3;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	}

li :link {
	color:#878FA3;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

a:visited {
	color:#878FA3;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

li :visited {
	color:#878FA3;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

a:hover {
	color:#878FA3;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}

li :hover {
	color:#878FA3;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}
  
a:active {
	color:#878FA3;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
} 


/*************************  Main Doc Sections *************************/





/*************************  Positioning Tags For Images and Tables *************************/

.imageLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.imageRight {
	float: right;
	margin-left: 30px;
	margin-bottom: 8px;
}

.imageCenter {
	alight: center;
	margin-top: 8px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 8px;
	
}
