/* Cascading Style Sheet */
/* $Id: basic.css,v 1.1 2009/05/07 15:07:09 pete Exp $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 0;
	color: #fff;
	background-color: #000;
	font-family: Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 12px;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6, .hdivid {
	font-family: Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin: 12px 0 12px 0;
	padding: 0;
	color: #fff;
}

h1.sitename {
	display: none;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

.nodisp {
	display: none;
}


/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, li, dt, dd, dl, th, td, div.vcard {
	font-family: Arial, Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #767676;
	margin: 2px 0 12px 0;
	padding: 0;
	line-height: 135%;
}

blockquote, blockquote p {
	margin: 2px 0 4px 0;
}

ul, ol {
	margin: 3px 0 6px 10px;
	padding: 0 0 0 10px;
}

ol {
	margin-left: 20px;
}

acronym, abbr {
	border-width: 0;
}

.hmeta {
	display: none;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

hr {
	margin: 12px 0;
	border: none 0; 
	border-top: 0px solid #eee;
	border-bottom: 1px solid #eee;
	height: 1px;
}


/* ******************************************************************************* */
/* links */

a:link {
	color: #434343;
	text-decoration: underline;
}

a:visited {
	color: #393939;
	text-decoration: underline;
}

a:active {
	color: #434343;
	text-decoration: none;
}

a:hover {
	color: #858585;
	text-decoration: underline;
}


