#accordion {
	margin:20px 0px;
	font-weight: bold;
}
div.element p, div.element h4 {
	margin:0px;
	padding:0px;
	color:#666; 
	font-weight: bold;
}
div#test-accordion{
		background-color: #ffffff;
	padding: 10px;
	font-family: sans-serif, monospace, serif;
	font-weight: bold;
}

div.accordion {
	position: relative; /* required for bounding */
	width: 220px;
	font-family: sans-serif, monospace, serif;
	font-weight: bold;
	}

div.accordion2 {
	position: relative; /* required for bounding */
	width: 210px;
	font-family: sans-serif, monospace, serif;
	font-weight: bold;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #cccccc url() repeat-x;
	background-position: bottom;
	color: #333333;   
	margin: 0 0 4px 0;
	padding: 3px 5px 3px;
	font-weight: bold;
	font-family: courier, courier new, monospace, serif;
	font-size: 12px;
	letter-spacing: 1px;
}
div.accordion-toggle2{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #666666 url() repeat-x;
	background-position: bottom;
	color: #cccccc;   
	margin: 0 0 4px 0;
	padding: 3px 5px 3px;
	font-family: sans-serif, monospace, serif;
	font-size: 10px;
	font-weight: bold;
	
}


div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image: url();
	background-color: #666666;
	color:#CCCCCC;
	font-family: courier, courier new, monospace, serif;
	font-size:10px;
	padding: 3px 5px 3px;
	letter-spacing: 1px;
	margin: 0 0 4px 0;	
	font-weight: bold;
}

div.accordion-content{
	overflow: hidden;	/* required for effect */
	background: #ffffff;
	padding: 0;
	color: #c4bab1;
	font-family: courier, courier new, monospace, serif;
	font-weight: bold;
}

div.accordion-content p{
	margin: 0px;
	font-weight: bold;
}
blockquote {
	padding:5px 30px;
	font-size:14px;	font-family: courier, courier new, monospace, serif;
}
body {
	background-color: #ffffff;
	font-weight: bold;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
	font-family:courier, courier new, monospace, serif;
	color: #3e3e3e;
	
}
.style2 {
	font-size: 11px;
	font-family:courier, courier new, monospace, serif;
	color: #333333;
	line-height: 12px;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
	text-transform: uppercase;
	font-family:courier, courier new, monospace, serif;
	color: #333333;	
	font-weight: bold;
}
.style4 {
	font-size: 11px;
	font-weight: none;
	line-height: 14px;
	font-family:courier, courier new, monospace, serif;
	color: #5A5A5A;
	font-weight: bold;
}
.style5 {
	font-size: 16px;
	font-weight: bold;
	font-family:courier, courier new, monospace, serif;
	color: #3e3e3e;
}
.leftborder { 
border-left: 1px solid #C1C1C1; 
} 

A:link { font-family: sans-serif, monospace, serif; text-decoration:none; color: #666666;
	font-weight: bold; }
A:visited {font-family: sans-serif, monospace, serif; text-decoration: none; color: #666666;
	font-weight: bold; }
A:active {text-decoration: none; color: #33333;
	font-weight: bold;}
A:hover {text-decoration: none; color: #333333;
	font-weight: bold; }

