﻿@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:200px;
	float:left;
	margin:0px auto;
	text-align:center;
	font-size:10px;
	line-height:22px;
	text-align:left;
}

.footer-content {
	color:#666;
	width:300px;
	float:left;
	border-left:solid 1px black;
	left:50px;
	padding-left:10px;
	margin:0px auto;
	text-align:center;
	font-size:10px;
	line-height:22px;
	text-align:left;
}

.footer-content a {
	color:#666;
}

.footer-content a:hover {
	color:#000;
}


.footer a {
	color:#666;
}

.footer a:hover {
	color:#000;
}



.spacer {
		clear:both;
}






