/* CSS Document */

/* real styles */

* {
	font-family: Helvetica, Arial, sans-serif;
	}
body {
	margin-left: 40px;
	margin-top: 32px;
	margin-right: 40px;
	margin-bottom: 40px;	
	padding: 0;
	background: #E6E6E6 url(parts/grad.jpg) repeat-x;
	text-align: left;
}
	/* main navigation */

#nav { 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#nav p {
	margin: 4px 0px 12px 0px;
	font-size: 14px;
	color: #333;
	}
#nav h1 {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #333;
	}
#nav a {
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
#nav a:hover {
	color: #000;
	}
.navimain {
	margin: 0px;
}
.naviIn {
	color: #000;
	font-weight: bold;
	}
.navSep {
color: #cccccc;
}



/* Main content area */
/* title */
#content h1 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin: 4px 8px 4px 10px;
	}
/* date */
#content h2 {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	margin: 2px 8px 0px 10px;
	}
/* small text on background */
#content h4 {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	margin: 6px 8px 0px 10px;
	}
#content h5 {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	margin: 12px 8px 8px 10px;
	}
#content h6 {
	margin: 0px 8px 12px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #333;
	}
#content p {
	margin: 6px 8px 4px 10px;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	}

#content pic {
	margin: 0px 0px 0px 0px;
	}
#content a {
	color: #000;
	text-decoration: none;
	}
#content a:hover {
	color: #f03;
	}
.tablepad {
	padding-top: 4px;
	}
.darken {
color: #000;
}

/* footer */
#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 20px;
	text-decoration: none;
	}
#footer a {
	color: #666;
	text-decoration: none;
	}
#footer a:hover {
	color: #000;
	}