/*
	Base CSS
	$Id: Exp $
*/

BODY, TD, INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

BODY {
	background-color: #FFF9DF;
}

A:link, A:visited, A:active {
	font-weight: bold;
	color: #335198;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

INPUT.form, TEXTAREA.form, SELECT.form {
	font-weight: normal;
}

INPUT.button {
	font-weight: bold;
}

.footer, .footer A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-weight: normal;
	color: #335198;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #71419D;
}

.pageSubtitle {
	font-size: 15px;
}

.contact A, .confirm A {
	color: #71419D;
	text-decoration: underline;
}

.contact A:hover, .confirm A:hover {
	text-decoration: none;
}

.confirm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.form {
	color: #71419D;
	font-weight: bold;
}

.error {
	color: #E00;
	font-weight: bold;
	font-size: 14px;
}

.success {
	color: #0A0;
	font-weight: bold;
	font-size: 12px;
}

.legal {
	font-size: 14px;
}

.bioGroup {
	font-size: 1.4em;
	font-weight: bold;
	color: #335198;
}

.bioYear, .bioText {
	font-size: 1.0em;
	font-weight: bold;
}

.bioText {
	margin: 0 0 0 10;
	text-indent: -10;
}

A.listTitle:link, A.listTitle:visited, A.listTitle:active {
	font-size: 1.2em;
	font-weight: bold;
	color: #335198;
	text-decoration: underline;
	line-height: 140%;
}

A.listTitle:hover {
	text-decoration: none;
}

.listAbstract {
	font-size: 1.0em;
	line-height: 140%;
}

.articleTitle {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;	
}

.articleBody {
	font-size: 1.1em;
	line-height: 120%;
	text-indent: 15px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 15 0;
	margin-top: 20px;
}

.articleBody P {
	margin: 0 0 5 0;
}

.articleAuthor, .articleAffiliation {
	font-size: 1.1em;
	line-height: 120%;
	margin: 0px;
}

.articleAffiliation {
	font-style: italic;
}

.articleHeader {
	font-size: 0.9em;
}

.required {
	color: #F00;
	font-weight: bold;
}

DIV.caption {
	font-size: .75em;
	font-weight: bold;
	margin: 0 0 3 0;
}

TD.nav, TD.navOn {
	border: 2px #335198 solid;
}

TD.navOn {
	background-color: #71419D;
	color: #FFF;
}

TD.navOn A:link, TD.navOn A:hover, TD.navOn A:visited, TD.navOn A:active{
	color: #FFF;
}

.gallItemName {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin: 4 0;
}

.gallItemDetail {
	font-size: 12px;
}

DIV.gallGroup {
	font-size: 15px;
	margin-top: 5px;
}

A.backToTop:link, A.backToTop:active, A.backToTop:visited, A.toc:link, A.toc:active, A.toc:visited {
	text-decoration: underline;
}

A.backToTop:hover, A.toc:hover {
	text-decoration: none;
}

DIV.toc {
	color: #335198;
	text-indent: -15px;
	margin: 0 0 8 15;
}

DIV.backToTop {
	color: #335198;
	margin: 20 0;
}
