/* ------ Default Page Styles ------ */
body
	{
	background-color: #FFFFFF;
	margin: 0; padding: 0;
	}

.content li
	{
	margin: 3px 6px 3px 12px;
	padding: 0;
	}
	
input, .submit
	{
	padding: 1px;
	}

.dottedlineh
	{
	display: none;
	}

body, td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;	
	}

a
	{
	color: #990000;
	text-decoration: none;
	}
	
a:hover
	{
	color: #FF0000;
	}
	
.subtitle
	{
	font-size: 14px;
	color: #504B2F;
	}
	
input, .submit
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #504B2F;
	}
	
	
	
/* Used */
.header
	{
	width: 600px;
	border-bottom: 1px dotted #666666;
	}
	
.titleimg
	{
	position: absolute; left: 0; top: 0;
	}	
	
#qtable
	{
	width: 600px;
	border-bottom: 1px dotted #666666;
	}

.questions
	{
	padding: 16px 16px 16px 36px;
	}
	
	.questions td
		{
		padding: 2px 0;
		vertical-align: top;
		}
	
	.questions a
		{
		color: #222222;
		}
	
	.questions a:hover
		{
		color: #990000;
		}
	
.content
	{
	}
	
	.content table
		{
		margin: 30px;
		}
	
	.content .question
		{
		font-size: 12px;
		color: #990000;
		font-weight: bold;
		}
		
	.content .answer
		{
		padding: 8px 0;
		}
		
.footer
	{
	display: none;
	}