/* Global Styles */

body {
padding: 0;
margin:0;
border: 0;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
color:#555555;
}


h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	line-height: 20px;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 20px;
}

/* LINKS */	
	
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}


/* LINKS - DYNAMIC PSEUDO-CLASSES */
#links a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#links a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#links a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#links a:active {
	text-decoration: none;
	color: #CCCCCC;
}



/* ID */

#links{
	padding: 0;
	line-height: 10px;
}

#bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	line-height:16px;
	margin-top:0px;
	}
	
#detectText {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	line-height:20px;
	margin:20px 0px 40px 0px ;
	}



	

	
