/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 8pt;
	background-image: url(images/brown_bg.jpg);
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: #b22222;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Century Gothic , Century;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Century Gothic , Century;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3
{
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #808080;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Century Gothic , Century;
	letter-spacing: 2pt;
	background-color: transparent;
}	
		
H4
{
	font-weight: 700;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: #ff9966;
	font-family: Verdana, Century Gothic , Century;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT
{
	font-weight: 700;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: #ffcc66;
	font-style: normal;
	font-family: Verdana, Century Gothic , Century;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H6
{
	font-weight: 700;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-family: Verdana, Century Gothic , Century;
	letter-spacing: normal;
	text-decoration: none;
}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link
{            
              
	font-weight: bold;
	color: #696969;
	font-style: normal;
	text-decoration: none;
}	
		
A:visited
{
              
	font-weight: bold;
	color: #696969;
	font-style:normal;
	text-decoration: none;
}	
		
A:active
{
	font-weight: bold;
	color: #696969;
	font-style: normal;
	text-decoration: none;
}	
	
A:hover
{
	font-weight: bold;
	color: #696969;
	font-style: normal;
	text-decoration: underline;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square;
	}	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.title
{
	font-weight: bold;
	font-size: 16pt;
	color: #a0522d;
	font-family: Century, 'Times New Roman',  Verdana, 'Century Gothic';
	text-align: left;
}

.heading
{
	font-weight: bold;
	font-size: 10pt;
	color: #9acd32;
	font-family: Verdana, Century Gothic , Century;
	text-align: center;
}

.heading_alt
{
	font-weight: bold;
	font-size: 8pt;
	color: #9acd32;
	font-family: Verdana, Century Gothic , Century;
	background-color: #ffcc66;
	text-align: center;
}
.text
{
	font-size: 8pt;
	float: left;
	color: black;
	font-family: Verdana, Century Gothic , Century;
	background-color: transparent;
}


.text_alt
{
	font-size: 8pt;
	float: left;
	color: white;
	font-family: Verdana, Century Gothic , Century;
	background-color: transparent;
}
.tinytext
{
	font-size: 7pt;
	color: black;
	font-family: Verdana, Century Gothic , Century;
	background-color: transparent;
}

.highlight
{
	font-weight: bold;
	font-size: 8pt;
	color: #000080;
	font-family: Verdana, Century Gothic , Century;
	background-color: transparent;
}

.highlight_blue
{
	font-weight: bold;
	font-size: 8pt;
	color:  #add8e6;;
	font-family: Verdana, Century Gothic , Century;
	background-color: transparent;
}

.highlight_red
{
	font-weight: bold;
	font-size: 8pt;
	color: #cc6666;
	background-color: transparent;
}

.highlight_lightred
{
	font-weight: bold;
	font-size: 8pt;
	color: #ff0000;
	background-color: transparent;
}
.highlight_grey
{
	font-weight: bold;
	font-size: 8pt;
	color: #808080;
	background-color: transparent;
}

.highlight_orange
{
	font-weight: bold;
	font-size: 8pt;
	color: #ff8c00;
	background-color: transparent;
}
.highlight_green
{
	font-weight: bold;
	font-size: 8pt;
	color: #9acd32;
	font-family: Verdana, Century Gothic , Century;
	background-color: transparent;
}
.alert
{
	font-weight: bold;
	font-size: 12pt;
	color: #ff6666;
	font-family: Century,Verdana;
	background-color: transparent;
}

.footer
{
	font-size: 7pt;
	color: #ffffff;
	font-family: Verdana, Century Gothic , Century;
	text-align: center;
	
}

. smallpic
{
	width: 150px;
	height: 100px;
	float: left;
}

.box
{
	border-bottom: lavender thin solid;
	border-left: lavender thin solid;
	border-right: lavender thin solid;
	border-top: lavender thin solid;
}


.bigtext
{
	font-size: 10pt;
	float: left;
	color: black;
	font-family: Verdana, Century Gothic , Century;
	background-color: transparent;
}
.highlight_big_red
{
	font-weight: bold;
	font-size: 10pt;
	color: #cc6666;
	background-color: transparent;
}

.highlight_white
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Century Gothic , Century;
	background-color: transparent;
}



.subtitle_white
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-family: 'Bookman Old Style' , 'Century Gothic' , Century, Verdana;
	background-color: transparent;
	text-align: center;
}

.subtitle_blue
{
	font-weight: bold;
	font-size: 14pt;
	color: #add8e6;
	font-family: 'Bookman Old Style' , 'Century Gothic' , Century, Verdana;
	background-color: transparent;
	text-align: center;
}

.subtitle_orange
{
	font-weight: bold;
	font-size: 12pt;
	color: #ff8c00;
	font-family: 'Bookman Old Style' , 'Century Gothic' , Century, Verdana;
	background-color: transparent;
	text-align: center;
}

.subtitle_green
{
	font-weight: bold;
	font-size: 12pt;
	color: #9acd32;
	font-family: 'Bookman Old Style' , 'Century Gothic' , Century, Verdana;
	background-color: transparent;
	text-align: center;
}

.subtitle_gray
{
	font-weight: bold;
	font-size: 12pt;
	color: #808080;
	font-family: 'Bookman Old Style' , 'Century Gothic' , Century, Verdana;
	background-color: transparent;
	text-align: center;
}

