﻿@charset "UTF-8";
/* CSS Document */

body {
	font-family:Courier, sans-serif;
	font-size:12px;
	line-height:12pt;
}

a {
	text-decoration:none;
	cursor:pointer;
}

.bold {
	font-weight:bold;
}


/* FAQ PAGE */
#faq_content {
	width:850px;
	margin:0px auto;
}



/* FOOTER */
.footer {
	color:#666;
	width:700px;
	margin:0px auto;
	text-align:center;
	font-size:10px;
	line-height:22px;
}

.footer a {
	color:#666;
}

.footer a:hover {
	color:#000;
}



.spacer {
		clear:both;
}





