/* General HTML CSS */
	body {
		background-color	: #FFFFFF;
		margin				: 0px 0px 15px 0px;
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 11px;
		color				: #666666;
	}
	td {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 11px;
	}
	ul {
		margin-top			: 0px;
		margin-bottom		: 0px;
		list-style-image	: url(images/bullet.gif);
	}
	ol {
		margin-top			: 0px;
		margin-bottom		: 0px;
	}
	a {
		color				: #F35D0D;
		text-decoration		: underline;
	}
	a.visited {
		color				: #138CCA;
	}
	a.active {
		color				: #D5D6D1;
	}
	a:hover {
		color				: #000000;
		text-decoration		: none;
	}


/* Template CSS */
	.header {
		color				: #138CCA;
		font-size			: 17px;
		font-weight			: bold;
	}
	.subheader {
		color				: #F35D0D;
		font-size			: 14px;
		font-weight			: bold;
	}
	.text {
		font-family 		: Tahoma,Arial,Helvetica,sans-serif;
		font-size			: 11px;
	}
	.textsm {
		font-size			: 9px;
	}

/* Navigation CSS */
	td.textnav {
		font-size			: 11px;
		color				: #666666;
		padding-left		: 51px;
	}
	a.textnav, a.textnav:visited, a.textnav:active {
		color				: #666666;
		text-decoration		: none;
		text-transform		: uppercase;
	}
	a.textnav:hover {
		color				: #000000;
		text-decoration		: underline;
	}

/* Homepage CSS */
	.testimonials {
		color				: #7B714D;
		font-size			: 11px;
		font-weight			: bold;
		text-transform		: uppercase;
		text-align			: center;
	}

/* Misc CSS */
	.disclaimer {
		color				: #CCCCCC;
		font-size			: 10px;
		margin-top			: 2px;
	}