/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    width: 955px;
    color: #666633;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-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: Verdana, Arial, Helvetica, sans-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: 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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}
	
INTRO	{
	font-family: Arial, Helvetica, sans-serif;
	color:	333399;
	font-weight: bold;
	}

BIG	{	
	font-size:	1.0em;
	font-weight: bold;
	}	

BIG2	{
	font-size:	1.25em;
	color: 666633;
	}

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
HR		{
	width:	160px;
	margin-left:	100px;
	}

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;
	}

.LinkHead
{
	font-weight: bold;
	color: #ff0000;
	vertical-align: top;
	text-align: left;
 padding-left: 10px;
padding-top: 10px;
}

.LinkList
{
	color: #0099ff;
	vertical-align: top;
	text-align: left;
	padding-left: 11px;
}

.NewsBox
{
	background-color: #c5c2b4;
	color: #333333;
}

.MiddleBox
{
	background-color: #eeebe6;
	color: #333333;
}

.ScrollBox
{
	margin: 10px;
	text-align: right;
	color: #666633;
	padding: 10px;
}


.BottomBox
{
	width:955px;
	font-size:100%;
	background-color:#C5C2b1;
	color: #333333;
}

TABLE
{
	font-size: 100%;
}

.NewsHeading
{
	font-size: 10pt;
	color: #6699ff;
}


.PageTable
{
	width:955px;
	margin: 0px;
	background-color: #eeebe6;
	color: #333333;
	font-size: 100%;
	height: 600px;
	border-collapse: 0px;
	padding: 0px;
}


.PageHeader
{
	width : 955px;
	vertical-align: top;
	padding:0px;
	margin:0px;
}

.PageContent
{
}

.LeftNav
{
	vertical-align: top;
	text-align: right;
	width: 15%;
	padding-left:0px;
	padding-top:0px;
	padding-right:10px;
	height: 80%;
}

.MainContent
{
	width : 955px;
	height: 80%;
}

.RightContent
{
	width: 85%;
	height: 80%;
	vertical-align: top;
}

.PageFooter
{
	width : 955px;
	vertical-align:bottom;
	padding: 0px;
	margin: 0px;
}

	

