/* Default CSS Stylesheet for a new Web Application project */


BODY
{
    BACKGROUND-COLOR: white;    
    FONT-FAMILY: arial, helvetica, verdana, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-height: 0px;
    margin-width: 0px;
    padding-top: 0px;
    ms-positioning: Gridlayout;
    padding-bottom: 0px;
    padding-left: 0px;
}

td{
	cell-spacing: 0px;
	cell-padding: 0px;
}

html, p, td, input, select, textarea { 
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-style:	normal;
	text-decoration:	normal;
	font-weight: normal;
	text-transform:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	padding: 4px;
	}
H1, H2, H3, H4, H5, H6, TH, THEAD, TFOOT
{
    	color:#333333;
}
H1	{	
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:	9pt;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	padding: 4px;
	}	
		
H2	{	
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:	20pt;
	font-weight:	700;
	font-style:	none;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	align: left;
	padding: 4px;
	}	
		
H3	{	
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:	8pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:	10pt;
	font-weight:	500;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5 {	
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:	12pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #FF3300;
	}	
		
H6	{	
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}		
		
TFOOT, THEAD	{	
	font-size:	1pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: arial, helvetica, verdana, 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, verdana, sans-serif;
	}	
	
q  
	{
		vertical-align:top;
		font-size: 5em;
		font-family: arial, helvetica, verdana, sans-serif;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
			
	}
.sidebar
	{
	color: #FF3300;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:	8pt;
	}

	

A:link	{	
	text-decoration: underline;
	text-decoration: bold;
	color: #434924;
	background-color:transparent;
	}	
		
A:visited	{	
	text-decoration: bold;
	background-color:transparent;
	color: #8e988e;
	}	
		
A:active	{	
	color: #434924;
	background-color: transparent;
	text-decoration: bold;
	}	
		
A:hover	{	
	text-decoration: underline;
	color: #f7e90e;
	background-color:transparent;
	text-decoration: bold;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	3;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}

	
   /* Content Area */

mainContent {
	padding:0 0 0 0;
	margin: 10px 0 0 0;
	float:right;
	width: 585px;
	}

mainContent h1 {
	font-size:1.4em;
	font-weight:bold;
	color: #46523d;
	background-color: transparent;
	padding:0;
	margin:0 0 5px 0;
	}

mainContent ul {
	padding:0;
	margin:5px 0 15px 20px;
	}
	
mainContent h2 {
	font-size:1.4em;
	font-weight:bold;
	color: #46523d;
	background-color:#eaeaea;
	line-height:22px;
	padding:0 0 0 5px;
	margin:10px 0 5px 0;
	clear: right;
	}

mainContent h3 {
	font-size:1.2em;
	font-weight:bold;
	color: #039;
	line-height:22px;
	padding:0 0 0 5px;
	margin:10px 0 5px 0;
	clear: right;
	}
	
mainContent h4 {
	font-size:1.2em;
	font-weight:bold;
	color: #000;
	line-height:22px;
	padding:0 0 0 5px;
	margin:10px 0 5px 0;
	clear: right;
	}
	

mainContent p {
	font-size:1.0em;
	line-height: 1.45em;
	color: #333;
	text-align: justify;
	background-color:transparent;
	/*padding:0;*/
	margin:5px 0 1.5em 0;
}
