/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: orange;
    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: center
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	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;
	}	

UL
{
    list-style-type: disc;
}

A:link
{
    text-decoration: none;
    color: #CC3300;
    font-weight: 600;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	yellow;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	yellow;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

IMG 	{
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	}
	
.bodytxt
{
	text-align: justify
}

.bodytext
{
	height: 222px;
}

.header
{
	text-decoration:underline;
	font-weight:	700;
	font-size:	1.25em; 
}

.bodytxtr
{
	text-align:right;
}

.header2
{
	font-weight:	700;
	font-size:	1.25em; 
}

.style1
{
    height: 222px;
}

.style2
{
    text-align: justify;
    height: 222px;
}

.bmenu
{
    text-align: center;
    font-size: x-small;
}    

.bodytxtc
{
    text-align: left;
}
.jlwsmap
{
    text-align: center;
    vertical-align: bottom;
    font-size: medium;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-variant: small-caps;
}
.dirP
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: justify;
    margin-right: 110px;
    margin-left: 110px;
}	
.dirP2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.55em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: center;
	margin-right: 110px;
    margin-left: 110px;
	}	
.tquote
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #FF0000;
    text-align: center;
    vertical-align: middle;
    padding-right: 50px;
    padding-left: 50px;
}	