/* --------------------------------------------------
|													|
|                Rasbo Pages CSS					|
|			 	 copyright © 2008					|
|													|
|				----- Colors ------					|
|				Raspberry:  #C60751					|
|				Dark Blue:  #005DAB					|
|				Light Blue:  #D4E7F7				|
|				Green:  #729D0A						|
|													|
------------------------------------------------- */

div.page-container {
	margin: 10px 8px 0px 28px;
	}
	
div.page-title {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 16px;
	color: #C60751;
	}

div.page-content {
	text-align: justify;
	}
	
	
/* ------------------ FAQ Page ------------------- */

a.faq:link, a.faq:active, a.faq:visited {
	display: block;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #444444;
	text-decoration: none;
	padding: 4px 4px 0px 12px;
	}
	
a.faq:hover {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

div.faq-title {
	font-weight: bold;
	margin-bottom: 8px;
	}
	
div.faq-description {
	margin-bottom: 24px;
	font-size: 11px;
	}