﻿/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: white;
    color: #000000;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

img.border {border: 1px solid #666666;} 

a:link {text-decoration: underline; color: #336633; font-weight: bold}
a:visited {text-decoration: underline; color: #336633; font-weight: bold}
a:hover {text-decoration: underline; color: #008000; font-weight: bold}

a.home:link {text-decoration: underline; color: #336633; font-weight: normal}
a.home:visited {text-decoration: underline; color: #336633; font-weight: normal}
a.home:hover {text-decoration: underline; color: #008000; font-weight: normal}

a.foot:link {text-decoration: underline; color: #336633; font-size: 9pt; font-weight: normal}
a.foot:visited {text-decoration: underline; color: #336633; font-size: 9pt; font-weight: normal}
a.foot:hover {text-decoration: underline; color: #008000; font-size: 9pt; font-weight: normal}

a.foot2:link {text-decoration: underline; color: #ffffff; font-size: 9pt; font-weight: normal}
a.foot2:visited {text-decoration: underline; color: #ffffff; font-size: 9pt; font-weight: normal}
a.foot2:hover {text-decoration: underline; color: #ffffff; font-size: 9pt; font-weight: normal}

a.green:link {text-decoration: underline; color: #336633; font-weight: bold}
a.green:visited {text-decoration: underline; color: #336633; font-weight: bold}
a.green:hover {text-decoration: underline; color: #008000; font-weight: bold}

a#link {display:block; width:100%; height:100%; text-decoration:none; color: #000000} 
a#link #span1 { display:block; padding-top:26px; padding-left:13px; text-decoration:none } 
a#link:hover { background-image: url('images/caboose-rollover_38.jpg') }

a#link2 {display:block; width:100%; height:100%; text-decoration:none; color: #000000 } 
a#link2 #span1 { display:block; padding-top:26px; padding-left:13px; text-decoration:none} 
a#link2:hover { background-image: url('images/caboose-rollover_40.jpg')} 

a#link3 { display:block; width:100%; height:100%; text-decoration:none; color: #000000} 
a#link3 #span1 { display:block; padding-top:26px; padding-left:13px; text-decoration:none} 
a#link3:hover { background-image: url('images/caboose-rollover_44.jpg')} 

a#link4 { display:block; width:100%; height:100%; text-decoration:none; color: #000000} 
a#link4 #span1 { display:block; padding-top:26px; padding-left:13px; text-decoration:none} 
a#link4:hover { background-image: url('images/caboose-rollover_46.jpg')}

.style7 {background-image: url('../images/caboose_38.jpg')}

.style8 {background-image: url('../images/caboose_40.jpg')}

.style9 {background-image: url('../images/caboose_44.jpg')}

.style10 {background-image: url('../images/caboose_46.jpg')}

UL LI	{	
	list-style-type:	square ;
	color: #000000;
	font-size: 11pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal}
	}	

UL LI LI	{	
	list-style-type:	disc;}	

UL LI LI LI	{	
	list-style-type:	circle;}	
	
OL LI	{	
	list-style-type:	decimal;}	

OL OL LI	{	
	list-style-type:	lower-alpha;}	

OL OL OL LI	{	
	list-style-type:	lower-roman;}

P{
	color: #000000;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
	font-weight: normal}

P.TITLE{
	color: #336633;
	font-size: 12pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold}
	
P.SMALL{
	color: #ffffff;
	font-size: 9pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal}
	
P.SMALLBLACK{
	color: #333333;
	font-size: 9pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal}
	
P.SMALLWHITE{
	color: #ffffff;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal}



.button{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #000000}
 }

.title_orange {
	color: #e27811;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 5px 0;
}   
    