/* Whiteowl Services Inc. v1.0 */

/* ------------------------------
global styles
------------------------------ */

img
{
	display: none;
}

body
{
	margin: 0;
	padding: 0;	
	background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
}

a { outline: none;}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; text-decoration: underline;}
a:active { color: #000000; outline: none; }


h1, h2, h3, h4, h5, h6 { margin: 5px; }

h1
{
	color: #000000;
	font-size: x-large;
}


h2
{
	color: #000000;
}

h5 { color: #000000; }

p 
{ 
	margin: 5px; 
	line-height: 1.5;
}

.center { text-align: center; }

.list { color: #ffffff; }

#logo
{ 
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
}

#printbanner
{
	color: #fff;
	font-size: 12pt;
}

/* ------------------------------
container styles
------------------------------ */
#container
{
	margin: 10px auto;
	width: 799px;
	background-color: #ffffff;
	padding: 4px 0 0 0;
}

/* ------------------------------
mainnav styles
------------------------------ */
#mainnav 
{ 
	display: none;
}

.skipnav
{
	border: 0;
	display: none;
}

/* ------------------------------
content sub styles
------------------------------ */
#content_sub
{
	float: right;
	width: 209px;
	height: 182px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	font-size: small;
}

.subfont 
{ 
	color: #000; 
	font-size: x-small; 
}

/* ------------------------------
FAQ styles
------------------------------ */

.Question
{
	color: #000;
	cursor: pointer;
	width: 480px;
	margin-left: 10px;
	padding: 5px 0px 5px 35px;
	font-weight: bold;
}

		
.Answer
{
	color: #000;
	background-color: #fff;
	margin-left: 10px;
	padding: 5px 15px 5px 20px;
	width: 480px;
}
		

/* ------------------------------
footer styles
------------------------------ */
#footer
{
	font-size: 8pt;
	margin: 0 5px 2px 5px;
	text-align: right;
	padding: 5px 0 5px 0;
	clear: both;
}


/* ------------------------------
THE END - finally!
------------------------------ */
