/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #ff6600;
}
H1
{
	font-weight: 700;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: 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
{
	color: #3333cc;
	text-decoration: none;
}	
		
A:visited
{
	color: #3333cc;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: #ff3300;
	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;
	}	
.PageTitle
{
	font-size: 16pt;
	color: #cc9966;
	font-family: 'Arial Rounded MT Bold' , Arial;
}

.Saying
{
	font-size: 8pt;
	color: navy;
	font-family: Verdana;
}
A.Saying
{
	text-decoration:underline;
}
a:hover.Saying
{
	color:#ff0000;
	text-decoration:underline;
}

.MainBody
{
	font-family:Tahoma;
	font-size:10pt;
}
th.RightSide
{
	border-right: #ff6633 2px solid;
	border-left: #ff6633 2px solid;
	border-top: #ff6633 2px solid;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
	font-weight:bold;
	background-color:#999999;
}
td.RightSide
{
	border-right: #ff6633 2px solid;
	border-top: #ff6633 2px solid;
	font-size: 8pt;
	border-left: #ff6633 2px solid;
	color: #ffffff;
	border-bottom: #ff6633 2px solid;
	font-family: Arial;
	background-color: #999966;
	text-align: center;
}
a.RightSide
{
	color: #ffffcc;
}
a:Hover.RightSide
{
	color: #ffff00;
}
a:visited.RightSide
{
	color: #ffffcc;
}

.QuickNav
{
	border-top: #cc9966 1px solid;
	font-size: 7pt;
	border-bottom: #cc9966 1px solid;
	font-family: Verdana;
	background-color: #f5f5f5;
}

.LeftSide
{
	font-size: 8pt;
	font-family: Arial;
}
.Footer
{
	font-family:Small Fonts;
	font-size:6pt;
}
.NewQuoteNote
{
	font-size: 7pt;
	vertical-align: super;
	color: #ff0000;
	text-align: center;
}