

html, body {
	background-color: #cc9a99;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width:697px;
	height: 598px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

img a, a:active, a:hover, a:visited {
	border: 0px;
	padding: 0px;
	margin: 0px;
}




/* TEXT FORMATTING ------------------------------------------------------------------------------------------------- */



p {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	margin:0px;
	margin-bottom: 20px;
	padding: 0px;
}

u {
	text-decoration: none;
	border-bottom: 2px solid #ff99cc;

}

p u {
	text-decoration: none;
	border-bottom: 1px solid #ff99cc;

}


#accText {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 14px;
	
	color: #faf7f6;
	margin-top:0px;
	margin-bottom: 20px;
	padding: 0px;

}

#accHeading {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	margin:0px;
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 1px dotted #ffcccc;
}

strong {
	color:#ffcccc;
	font-size: 16px;
	margin-top:-3px;
	position: absolute;
	right: 20px;
	text-align: right;
}



.accordionContent p {
	line-height: 14px;
}



td a {
	font-family: Arial, Sans-serif;

	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
	font-style: italic;
	
	margin: 0px;
	padding: 0px;
	
	color:#fff;
	text-decoration: none;
	border-bottom: 1px dotted #ffcccc;
}

td a:hover {
	color:#ffcccc;
	border-bottom: 1px solid #ffcccc;
}






h1 {
	font-size: 34px;
	color: #fff;
	border-bottom: 2px solid #ff99cc;
}

h2 {
	font-size: 18px;
	color:#fff;
	border-bottom: 2px solid #ff99cc;
	margin-top:40px;
	margin-bottom: 10px;


}




h3 {
	font-size: 16px;
	margin: 0px;
	padding: 3px 0px 3px 5px;
	color:#fff;

}

h4 {
	font-weight: 100;
	font-size: 21px;
	margin-top:20px;
}



a {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin:0px;
	margin-bottom: 20px;
	padding: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #ffcccc;

}

a:hover {
	border-bottom: 1px solid #d96bbf;
}


ul, li {
	list-style-image: url(../images/bullet.png);
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 0px;
}

li a {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
}

li a:hover {
	color: #d96bbf;
	border-bottom: 1px dotted #d96bbf;
}


#current {
	color:#d96bbf;
	border-bottom: 1px dotted #d96bbf;

}



.small {
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 9px;
	color: #dfcaca;
	text-transform: uppercase;
	padding-top:5px;
	border-top: 1px dotted #dfcaca;
	text-align: center;
}



#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

 
.accordionButton {	
	width: 100%;
	float: left;
	background: #cda3c1;
	border-bottom: 1px solid #dfcaca;
	cursor: pointer;
	opacity: 0.8;
}

.accordionButton:hover {
	background: #ddb8d2;
}
 
.accordionContent {	
	width: 545px;
	float: left;
	background-image:url(../images/accordion-bg.png);
	display: none;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	

}



.loader {
	background-color:black; 
	padding:5px;
	opacity: 0.8; filter: alpha(opacity=80);
}


.quote {
	padding: 15px 0px 0px 10px; 
	background-image:url(../images/quote.png);
	background-repeat: no-repeat;
}















