/* sandy style */
/* dperdue */
/* 092708 */

BODY {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background: #000000;
	background-image: url(images/last_scorebook_background.jpg);
}

P {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	margin-bottom: 10px;
	margin-top: 0px;
}

TD { font-family: arial, helvetica, sans-serif ; font-size: 10pt }

TH {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	font-weight : bold;
}

UL {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	list-style-type : disc;
}
hr {
	padding-bottom : 0px;
	padding-top : 0px;
	height: 1;
}

A {
	color : Blue;
}

A:ACTIVE {
	color : Maroon;
}

A:HOVER {
	color : Maroon;
	text-decoration : underline;
	}
	
A:VISITED {
	color : Purple;
}

/* Classes*/

.quote {
	font-family: times new roman, serif;
	font-size: 10pt;
	color: Black;
	font-style: italic;
}

.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Green;
}
	
.greentimes {
	font-family: times new roman, serif;
	font-size: 11pt;
	color: Green;
}

.headertext {
	font-family: sans-serif;
	font-size: 13pt;
	font-weight : bolder;
}

.headertext2 {
	font-family: sans-serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}

.headertext3 {
	font-family: sans-serif;
	font-size: 11pt;
	font-weight : bold;
	}
	
.firstletter {
	font-family: times new roman, Times, serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : Black;
	
}

.smalltext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
}

.smallbold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-weight : bold;
}

.smallfirstletter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
}

.smallgreen{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : green
}

.smallfirstletter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.smallheader{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.underline{
	text-decoration : underline;
}

.maroon{
	color : Maroon;
}

.picleft { 
        float: left; 
        margin-right: 5px; 
        } 

.picright { 
        float: right; 
        margin-left: 5px; 
        } 

.indent0{ 
        margin-left: .5em;  text-indent: -5em;  margin-top: .10em; margin-bottom: 0em 
}             
.indent1{ 
        margin-left: 3em; text-indent: -1em; margin-top: .10em; margin-bottom: 0em 
}     
.indent2{ 
        margin-left: 6em; text-indent: -2em; margin-top: 0.1em; margin-bottom: 0em 
}   
.indent3{ 
        margin-left: 9em; text-indent: -3em; margin-top: 0.1em; margin-bottom: 0em 
}     
.indent4{ 
        margin-left: 12em; text-indent: -4em; margin-top: .10em; margin-bottom: 0em 
} 
.indent5{ 
        margin-left: 15em; text-indent: -5em; margin-top: .10em; margin-bottom: 0em 
} 

.mainTable{
	background-color: White;
	background-image: url(images/parchment_background.jpg);
}