/***********************************************************************
*  MAIN.CSS
*
*  (C) 2003 - yproductions.com
***********************************************************************/ 


BODY {
	margin: 20px;
	padding: 0px;
	text-align: center;
}

BODY, DIV, TABLE, LI, P {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
}


IMG {
	border: 0px;
}

A {
	color: #FF0000;
	text-decoration: none;
}

A:visited {
	color: #FF6666;
}

A:hover {
	text-decoration: underline;
}


/* Site Structure */
DIV.box {
	max-width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

TD.title {
	font-size: 18px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	padding: 12px;
}

/* Text Headings */
.header {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px dotted #000000;
}

.title {
	font-weight: bold;
	font-style: italic;
}

.title2 {
	font-style:italic;
}

.subtitle {
	font-style: italic;
}

.author {
	font-weight: bold;
}

.author2 {
	
}

.pubhistory {
	padding: 2px 0px 2px 0px;
	background-color: #000000;
	color: #FFFFFF;
}

.pubhistory A, .pubhistory A:visited {
	color: #FFFFFF;
}
.nocolor {
	color: #000000;
}

.head1 {
	font-size: 18px;
	font-weight: bold;
}

.head2 {
	font-size: 14px;
	font-weight: bold;
}

.linkref {
	font-style: italic;
}

UL {
	paddin-left: 20px;
}

BLOCKQUOTE {
	margin-left: 20px;
	border-left: 1px solid #999999;
	padding-left: 10px;
}

.copyright {
	font-size: 10px;
	text-transform: uppercase;
}

.footnote {
	font-size: 10px;
}

.credit {
	font-size: 10px;
}

.biblio {
	font-size: 10px;
}

.interviewer {
	font-weight: bold;
	color: #666666;
}

.interviewee {
	font-weight: bold;
	color: #336633;
}


/* Structure */
.body {
	background-color: #FFFFFF;
	color: #000000;
	padding: 12px;
}

.posted {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

.extended {
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

.spacer {
	height: 5px;
}

.section {
	padding: 7px;
	background-color: #000000;
}

.section TABLE {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

DIV.footer {
	font-size: 11px;
	font-weight: bold;
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px dotted #000000;
	text-align: right;
}


/***********************************************************************
*  END OF LINE
***********************************************************************/