/* Style Sheet */
body
{	font-weight:			normal;
	font-size:				14px;
	color:					#000000;
	text-align:				justified;
	font-family: 			'Veranda', 'Arial', 'Helvetica', sans-serif;
}

BG
{	background-repeat:		repeat;
	background-position: 	center;
	line-height:			normal;
	font-weight: 			normal;
	background-attachment: 	fixed;
	background:				top
}

P
{	font-weight:			normal;
	font-size:				14px;
	color:					#000000;
	text-align:				justify;
	font-family: 			'Veranda', 'Arial', 'Helvetica', sans-serif;
}

br
{	font-weight:			normal;
	font-size:				14px;
	color:					#000000;
	text-align:				justify;
	font-family: 			'Veranda', 'Arial', 'Helvetica', sans-serif;
}

td
{
	font-weight:			normal;
	font-size:				14px;
	color:					#000000;
	text-align:				justify;
	font-family:			'Veranda','Arial', 'Helvetica', sans-serif;
	background-position: 	center center;
	background-repeat:		no-repeat
}

th
{
	font-weight:			normal;
	font-size:				12px;
	color:					#000000;
	text-align:				justify;
	font-family:			'Veranda','Arial', 'Helvetica', sans-serif;
	background-position: 	center center;
	background-repeat:		repeat
}

H1,H5,H6
{ 	color:					#000000;		
	margin-left:			0%;
	margin-right:			0%;
	font-family: 			'Veranda', 'Arial', 'Helvetica', sans-serif;
}

H2
{
	font-size:				13px;
	font-weight:			bold;
}

H3
{
	font-size:				13px;
	font-weight:			bold;
	color:					#FF9900;
	text-align:				left;
	padding-top:			15px;
}

H4
{ 	color:					#FF6600;		
	margin-left:			0%;
	margin-right:			0%;
	font-family: 			'Veranda', 'Arial', 'Helvetica', sans-serif;
}

a 
{
	font-size: 				12px;
	font-family:			Arial, Helvetica, sans-serif;
	font-style:				normal;
	font-weight:			bold;
	color: 					#000000;
}

a:link 
{
	text-decoration: 		none;
	color:					#000000
}
a:visited {
	text-decoration: 		none;
	color: 					#000000;
}
a:hover 
{
	text-decoration:		none;
	color:					#FF6600;
}

a:active 
{
	text-decoration: 		none;
	color: 					#FF6600;
}

ul
{	font-weight:			normal;
	font-size:				14px;
	color:					#000000;
	text-align:				justify;
	font-family: 			'Veranda', 'Arial', 'Helvetica', sans-serif;
}

ol
{	font-weight:			normal;
	font-size:				14px;
	color:					#000000;
	text-align:				justify;
	font-family: 			'Veranda', 'Arial', 'Helvetica', sans-serif;
}

textarea
{
	font-size:				13px;
	font-family: 			'Veranda', 'Arial', 'Helvetica', sans-serif;
}

.title
{
	font-size: 				14px;
	font-weight: 			bold;
	text-transform: 		uppercase;
	text-align:				center;
}

.subtitle
{
	font-size: 				12px;
	font-weight: 			bold;
	text-align:				center;
}

.answer
{
color:						#FF9900;
}

#answer a
{
color:						#FF9900;
font-weight:				bold;
}

#question
{
color:	red;
font-weight:				bold;
}