/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	11px;
	text-align: center;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: Black;
}
H1	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black
	}	
		
H4	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family:  Century Schoolbook, Century, Times, Times New Roman, 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:  Century Schoolbook, Century, Times, Times New Roman, 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:  Century Schoolbook, Century, Times, Times New Roman, serif;
	}	

IMG
{
	display: block;
	border: 0;
}

IMG.noblock
{
	display: inline;
	border: 0;
}

A:link
{
text-decoration:	underline;
color:	black;	
}

		
A:visited	{	
	text-decoration:	underline;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	black;
	}
	
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;
	}	




INPUT
{
	font-size: 12px
}

SELECT
{
	font-size: 12px
}

TEXTAREA
{
	font-family:  Arial, Sans-Serif;
	font-size: 12px
}

.headerA
{
	font-size: 14pt;
	line-height: 15pt;
	color: #6C0404;
	font-family:  Arial, Sans-Serif;
}

.headerB
{
	font-size: 14pt;
	line-height: 15pt;
	color: #623500;
	font-family:  Garamond, Times, Serif;
}


.headerC
{
	font-weight: bold;
}




.small
{
	font-size: 9pt;
	line-height: 11pt;
	color: black;
	font-family:   Arial,Verdana, san-serif;
}

.small:link	{	
	text-decoration:	underline;
	color:	black;
	}	
		
.small:visited	{	
	text-decoration:	underline;
	color:	black;
	}	
		
.small:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
.small:hover	{	
	text-decoration:	none;
	color:	black;
	}




.message
{
	font-size: 7pt;
	line-height: 11pt;
	color: #696969;
	font-family:   Arial,Verdana, san-serif;
}

.message:link	{	
	text-decoration:	underline;
	color:	#696969;
	}	
		
.message:visited	{	
	text-decoration:	underline;
	color:	#696969;
	}	
		
.message:active	{	
	text-decoration:	none;
	color:	#696969;
	}	
		
.message:hover	{	
	text-decoration:	none;
	color:	#696969;
	}




.greyLink
{
	font-size: 9pt;
	line-height: 11pt;
	color: #757575;
	font-family:   Arial,Verdana, san-serif;
}

.greyLink:link	{	
	text-decoration:	none;
	color:	#757575;
	}	
		
.greyLink:visited	{	
	text-decoration:	none;
	color:	#757575;
	}	
		
.greyLink:active	{	
	text-decoration:	none;
	color:	#757575;
	}	
		
.greyLink:hover	{	
	text-decoration:	none;
	color:	#757575;
	}

TD
{
	font-size: 11px;
	font-family:  Arial,Verdana, san-serif;
}


.copyright
{
	font-size: 8pt;
	line-height: 11pt;
	color: #623500;
	font-family:   Arial,Verdana, san-serif;
}

.copyright:link	{	
	text-decoration:	underline;
	color: #623500;
	}	
		
.copyright:visited	{	
	text-decoration:	underline;
	
	}	
		
.copyright:active	{	
	text-decoration:	none;
	
	}	
		
.copyright:hover	{	
	text-decoration:	none;
	
	}



.menuIsland
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #ffffff;
	line-height: 11pt;
	font-family: Arial,Verdana, san-serif;
	background-color: #00817A;
	border-collapse: collapse;
	margin: 0;
}

.menuSub
{
	border-bottom: #000000 1px solid;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #ffffff;
	line-height: 11pt;
	font-family: Arial,Verdana, san-serif;
	background-color: #00817A;
	border-collapse: collapse;
	padding: 3px;
}

.menuOver
{
	border-bottom: #000033 1px solid;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	line-height: 11pt;
	font-family: Arial,Verdana, san-serif;
	background-color: #987A57;
	cursor: hand;
	border-collapse: collapse;
	padding: 3px;
}

.msg
{
	color: Red;
}

#main
{
	display: inline;
	width: 630px;
}

#content
{
	width: 629px;
	background-image: url(../images/bg.gif);
	text-align: left;
	padding: 5px;
	font-size: 9pt;
	line-height: 11pt;
	color: black;
	font-family:   Arial,Verdana, san-serif;
	BORDER-BOTTOM: #006f70 1px solid;
}

#content a:link	{	
	text-decoration:	underline;
	color:	black;
	}	
		
#content a:visited	{	
	text-decoration:	underline;
	color:	black;
	}	
		
#content a:hover	{	
	text-decoration:	none;
	color:	black;
	}
		
#content a:active	{	
	text-decoration:	none;
	color:	black;
	}	

#menu
{
	display: inline;
	width: 138px;
	vertical-align: top;
	text-align: left;
}

ul.paint
{
	list-style: disc url(../images/paintmark3.gif) inside;
	font-weight: normal;
	vertical-align: middle;
	margin-top: 5;
}
