/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


A.oliveGreen:link,
A.oliveGreen:visited,
A.oliveGreen:active {	
	text-decoration:	underline;
	color:	#827553;
	}	
			
A.oliveGreen:hover	{	
	text-decoration:	underline;
	color:	#827553;
	}
	
	
A.brown:link,
A.brown:visited,
A.brown:active {	
	text-decoration:	none;
	color:	#5E1300;
	}	
			
A.brown:hover	{	
	text-decoration:	underline;
	color:	#5E1300;
	}
	
	

A:link,
A:visited,
A:active {	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
			
A:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}
	
	

a.nav:link,
a.nav:active,
a.nav:visited
{   padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;	
	padding-bottom: 8px;   	
	background-color:#5E1300;
	color: #FFFFFF;
	text-decoration:none; 			
}

a.nav:hover
{   padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px; 	
	background-color:#827553;
	color: #FFFFFF;
	text-decoration:none; 			
}


a.navOnPage:link,
a.navOnPage:active,
a.navOnPage:visited,
a.navOnPage:hover
{   padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;	
	padding-bottom: 8px;   	
	background-color:#827553;
	color: #FFFFFF;
	text-decoration:none; 			
}

div {
	left: 0px;
}
	
div.nav {padding-top: 7px; padding-bottom: 7px;}
div{overflow: hidden; 
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;}
	
.button
{   	
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;	
	background-color: #5b1300;
	font-family: Verdana, Arial, Sans-Serif; font-size: 14px; font-weight: bold;
	color: #FFFFFF
}

.Font11 {font-family: Verdana, Arial, Sans-Serif; font-size: 11px; font-weight: normal}
.Font12 {font-family: Verdana, Arial, Sans-Serif; font-size: 12px; font-weight: normal}
.Font13 {font-family: Verdana, Arial, Sans-Serif; font-size: 13px; font-weight: normal}	
.Font14 {font-family: Verdana, Arial, Sans-Serif; font-size: 14px; font-weight: normal}
.Font17 {font-family: Verdana, Arial, Sans-Serif; font-size: 17px; font-weight: normal}
.Font17Bold {font-family: Verdana, Arial, Sans-Serif; font-size: 17px; font-weight: bold}
.Font19Bold {font-family: Verdana, Arial, Sans-Serif; font-size: 19px; font-weight: bold}
.Font24 {font-family: Verdana, Arial, Sans-Serif; font-size: 24px; font-weight: normal}

.BrownBack {background-color: #5E1300;}
.OliveGreenBack {background-color: #827553;}
.TanBack {background-color: #D9CA93;}
	
.Brown {color: #5E1300;}
.OliveGreen {color: #827553;}
.White {color: #FFFFFF;}

UL LI {list-style-type:	square;}	                              
OL LI {list-style-type:	decimal;}	

IMG {margin-top: 0px; margin-left: 0px;	margin-right: 0px; margin-bottom: 0px;}
