.shade_gray {
	background-color:#EAEAEA;
}
.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-right:20px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FE0000;
	text-decoration: none;
}
.redboldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
.quote {
	background-color:#d8d8d8;
	padding:10px;
}
.quote p{
	margin:0px;
}
/*------------------------------------------------------------------------------
		Vertical Accordions
------------------------------------------------------------------------------*/
		
	.accordion_content {
		overflow: hidden;
		padding: 10px;
	}
	
	#projects p.accordion_toggle{ 
		display: block;
		width: 600px; height: 18px;
		background: url(images/button_Down.gif) 575px 10px no-repeat #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 7px 10px;
		font: normal 14px Arial, sans-serif;
		margin: 5px 0 5px 0;
		color: #fff;
		outline: none;
		cursor: pointer;
	}
	
	#projects p.accordion_toggle_active {
		background: url(images/button_Up.gif) 575px 10px no-repeat #000;
	}
