/** LSI.CSS **/

BODY {
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none; 
	color : black
}

.bgcolor1 { background-color: #C9B6A1; }
.bgcolor2 { background-color: #747e7c; }
.bgcolor3 { background-color: #e5a880; }
.bgcolor4 { background-color: #c0c6c5; }

/*P, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none; 
	color : black;
}*/

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none; 
	color : black;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none; 
	color : black;
}

TD.navHeader {
	background-color: #E5A880;
	font-size : 13px;
	font-weight: Bold;
	}

.pageHeader {
	font-family : Times New Roman, Times, serif;
	font-weight: Bold;
	font-size : 20px;
	color : #747e7c;
}

.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
	color : #993300
}

.lineheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
	color : black;
}

.smallText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
}

.headlineText {
	font-weight : bold;
	color : #993300
}

.boldtype {
	font-weight : bold
}

.italictype {
	font-weight : italic
}

.cvline {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : 19;
	color : #006699;
}

.cvsubline {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-size : 14;
	color : #006699;
}

.errorText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration: none;
	color : black;
}

/*** LINK STYLES ***/
A:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #993300
}

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #993300
}

A:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #993300
}

A.smallTextLink:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #993300
}

A.smallTextLink:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #993300
}

A.smallTextLink:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #993300
}

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

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

.smallerP {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none; 
	color : #993300;
}

.warning {
        color: orangered;
        font-weight: bold;
}

.evenRow {
	background-color: #FFFFFF;
}

.oddRow {
	background-color: #E7E6D4;
}

.citeIndent {
	text-indent : -20px;
	padding: 20px;
}

