﻿@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Altman Group
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altmangroup_questions.css
	Created:		August 23, 2007
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	questions.html Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#questions {
	margin: 0px;
	padding: 0px;
	color: #b3b3b3;
	font: normal Verdana, Arial, Helvetica, sans-serif;
}
#questions h1 {
	margin: 0px;
	padding: 0px;
	color: #005fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
}
#questions h2 {
	background: url(../images/home_bullet.jpg) 0px 3px no-repeat;
	margin: 15px 0 0 0px;
	padding: 0 0 0 10px;
	color: #3c81f7;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
		#questions span{ 
			margin:0px; padding:0px 0px 0px 10px;
		}
		#questions a:link, #questions a:visited, #questions a:active {
			text-decoration:none;
			color:#3c81f7;
		}
		#questions a:hover{
			color:#2a61c0;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	individual question Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #005fff;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
	#content {
		margin:10px 0 0 0; padding:0px;
	}
	#back {
		margin:30px 0 0 0; padding:0px;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	}
		#back a:link, #back a:visited, #back a:active {
			text-decoration:none;
			color:#666666;
		}
		#back a:hover{
			color:#005fff;
		}


