* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Tahoma, "Times New Roman";
	font-size: 12px;
	line-height: 180%;
	color: #FFFFFF;
}

/******** Layout Elements ********/

.wrapper {
	width: 98%;
	margin: 0 auto;
}

.header {
	height: 50px;
	margin: 10px 0 0px 0;
	padding: 5px;
	background-color: #FFFFFF;
	line-height: 50px;
text-align: center;
}

.content {
	margin: 0px 0 0px 0px;
	padding: 20px;
		background-color: #CB536E;
}



.footer {
	margin: 0px 0 0px 0;
	padding: 5px;
		background-color: #CCCCCC;
	clear: both;
	text-align: center;
}

/******** Document Styles ********/

h1 {
	font-size: 19px;
	font-weight: bold;
	color: pink;
	
}

h2 {
	font-size: 17px;
	font-weight: none;
	color: #FFFFFF;
	text-align: justify;
}




h3 {
	font-size: 14px;
	font-weight:none;
	color: #FFFFFF;
	text-align: justify;
}	


h4 {
	font-size: 12px;
	font-weight:none;
	color: #FFFFFF;
	
}	

h5 {
	font-size: 16px;
	font-weight: bold;
	color: white;
font-family: Arial;
	
}


h6 {
	font-size: 11px;
	font-weight:none;
	color: #CCCCCC;
	
}	

h7 {
	font-size: 14px;
	font-weight: bold;
	color: pink;
text-decoration: underline;
	
}	

h8 {
	font-size: 12px;
	font-weight: bold;
	color: pink;
	
}


a, a:active, a:visited {
	color: pink;
	text-decoration: none;
}

a:hover
{
text-decoration: none;
color: #000000;
}


.header a, .header a:active, .header a:visited {
	color: #FFFFFF;
}


.content a, .header a:content, .header a:visited {
	color: pink;
}


.header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 19px;
	line-height: 13px;
font-weight: bold;

}


.footer a, .footer a:active, .header a:visited {
	color: #634344;
}


.footer a:hover {
	color: #FFFFFF;


background: #6C6C6C;
	text-decoration: none;
}








/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}
