body
{
	margin: 0;
	padding: 0;
	font-family: "Helvetica", "Arial", sans-serif;
}

#wrapDark, #wrapDark p, #wrapDark h2 { color: #CCC; }

body, div, p, th, td, li, dd{
	font-size:    12px;
}

input, select, textarea, form {
	font-size: 12px;
}
p {
	line-height: 1.3em;
	padding: 0;
	margin: 3px 0 5px 0;
	text-align: justify;
}

	.small {
		font-size: 0.8em;
	}
	
	.subheading {
		color: #888;
		margin: 0;
		padding: 0 0 7px 0;
		text-align: left;
		font: bold 0.8em "Helvetica", "Arial", sans-serif;
	}
	
	a {
		color: #08c;
		text-decoration: none;
	}
		 a:hover {
			color: #0af;
			text-decoration: underline;
		}	
		 a:visited {
			color: #058;
		}

	
img, a img, a:link img, a:visited img {
	border: none;
}

h1 {
	font-size: 1.2em;
	margin: 3px 0 5px 0;
	padding: 0;
}

h2 {
	font-family: "Helvetica", "Arial", sans-serif;
	text-align: left;
	margin: 2px 0 15px 0;
	font-weight: normal;
	color: #000;
	letter-spacing: -0.05em;
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
	font-family: "Helvetica", "Arial", sans-serif;	
	color: #888;
	text-align: left; 
	margin: 2px 0 10px 0;
}
	
h4 {
	font-size: 1em;
	margin: 3px 0 5px 0;
	padding: 0;
}


h5 {
	margin: 20px 0 10px 0; 
	border-top: 1px solid #666; 
	font-size: 1.2em;
	padding: 3px 0 0 0;
}

li {
	margin: 10px 0;
}

.title {
	font-weight: bold;
}

	.title a {
		color: #333;
	}
	
	.title a:hover {
		color: #666;
	}

.description {
	color: #9b9b9b;
	font-size: 0.9em;
}