/* custom stylesheet for  site */
/* originally by ajeet@rice.edu [thank you] */
/* modifications made by nirav@rice.edu */

BODY {
	background: #444444;
	color: #FFFFFF;
	font-size: 12pt;
	line-height: 16pt; /* */
	text-align: left;
	font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Sans-serif;
}

TD {
	color: #FFFFFF;
	font-size: 12pt;
	font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Sans-serif;
}

TD.body {
	color: #FFFFFF;
	font-size: 12pt;
	font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Sans-serif;
	line-height: 16pt; /* */
}

P {
	color: #FFFFFF;
	text-indent: 2em;
	margin: 0.5em 0em 0em 0.5em;
}

P.first {
	text-indent: 0em;
	margin: 0.5em 0em 0em 0.5em;
}

P.hdr {
	margin: 0.5em 0em 0em 0em;
}

PRE  {
	color: #FFFFFF;
}

EM {
	font-style: normal;
	text-transform: uppercase;
}

STRONG {
	font-weight: bold;
}

.right-justify { text-align: right; }
.left-justify { text-align: left; }
.center-justify { text-align: center; }
.full-justify { text-align: justify; }


H1 {
	color: #DDDDDD;
	font-size: 22pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

H2 {
	color: #FFFFFF;
	font-size: 18pt;
	font-weight: bold;
}

H3 {
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

H4 {
	color: #DDDDDD;
	font-size: 12pt;
	font-weight: bold;
}

H5 {
	font-size: 10pt;
	font-style: italic;
	text-transform: uppercase;
}

H6 {
	font-size: 9pt;
	font-weight: bold;
}


B { font-weight: bold; }
I { font-style: italic; }

/* A         { text-decoration: none; color: #FFFFFF; } */
A         { text-decoration: none; color: #FFFF00; }
A:visited { color: #FFCC00; }
A:active  { color: #FFCC00; }

SMALL {
	font-size: 10pt;
}

SMALL.black {
	color: #FFFFFF;
	font-size: 10pt;
}

SMALL.hilite { 
	font-size: 10pt;
	line-height: 12pt;
	background: #0099FF; 
}








