/* Type */

/* BASE SETTINGS */ 
body { font-size: 	11px;
	font-family: 	helvetica, arial, sans-serif;
	color: 			#999;
	}
	
p {
	font-size: 		11px;
	margin: 			5px 0 24px 0;
	font-size: 		11px;
	color: 				#999;
	line-height: 	19px;
	text-align: 	justify;
	}
	
li {
	font-size: 		11px;
	font-size: 		11px;
	color: 				#999;
	line-height: 	19px;
	text-align: 	justify;
	list-style-type: lower-alpha;

	}
p+p { margin-top: 19px; }

h1 { /* image only */ }
h2 {
	font-size: 		9px;
	font-weight:	normal;
	color: 			#000;
	border: 		1px dotted #ccc;
	border-width: 	1px 0 1px 0;
	margin: 		0 0 0 0;
	padding: 		6px 0px 6px 0px;
	text-transform: uppercase;
  letter-spacing: 0.111em;
/*	clear: both;*/
	}
h3 { 
	font-size: 		11px; 
	color: 			#666; 
	font-weight: 	normal; 
	margin-top: 	5px;
	cursor: pointer;
	cursor: hand;
	}
h4 {
	
	}

/* Links */

a { 	
	color: 			#666; 
	text-decoration: none; 
	}   
a:visited { 
	color: 			#666; 
	}  
a:hover { 
	color: 			#FF4E00;  
	}
	
h1 a { border: 0 !important; }

/*** ARROWS ***/
a.larr { 
	padding-left: 11px;
	background: url(/images/nav/ar_left.gif) no-repeat bottom left;
	}
a.larr:hover {
	background-image: url(/images/nav/ar_left_over.gif);
	}
	
a.rarr { 
	padding-right: 11px;
	background: url(/images/nav/ar.gif) no-repeat bottom right;
	}
a.rarr:hover {
	background-image: url(/images/nav/ar_over.gif);
	}
	
a.rarar {
	padding-right: 18px;
	background: url(/images/nav/arar.gif) no-repeat bottom right;
	}
a.rarar:hover {
	background-image: url(/images/nav/arar_over.gif);
	}
	
a.darr {
	padding-right: 13px;
	background: url(/images/nav/ar_down.gif) no-repeat top right;
	}
a.darr:hover {
	background-image: url(/images/nav/ar_down_over.gif);
	}

/* special colors */
h2 span { color: #999; }
p span.def { 
	color: 			#000;
	text-transform: uppercase;
	font-size: 		9px;
	}
