/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #f1f1f1;
    FONT-FAMILY: Comic Sans MS,Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    TEXT-TRANSFORM: none;
}

.small {
    FONT-FAMILY: Comic Sans MS, Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9px;
    FONT-WEIGHT: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #0066cc;
}

/*
Backgrounds
*/
.NormalGreyBack
{
    font-family: Comic Sans MS, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    color: Black;
    background-color: #e0e0e0;
}

.Normal
{
    font-family: Comic Sans MS, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    color: Black;
    background-color: #c0c0c0;
}

H1	{	
	font-family:  Comic Sans MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H2	{	
	font-family:  Comic Sans MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H3	{	
	font-family:  Comic Sans MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H4	{	
	font-family:  Comic Sans MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family:  Comic Sans MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H6	{	
	font-family:  Comic Sans MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
    BACKGROUND-COLOR: #e0e0e0;
    COLOR: #000000;
	font-size:	11pt;
	text-transform:	none;
	font-family:  Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	}	
		
TH, th	{	
    BACKGROUND-COLOR: #e0e0e0;
    COLOR: #000000;
	vertical-align:	baseline;
	font-size:	10pt;
	font-weight:	bold;
	text-transform:	none;
	font-family:  Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	}	

TD, td {


}
A:link	
{
	vertical-align:	baseline;
	font-size:	10pt;
	font-weight:	normal;
	font-family:  Comic Sans MS, Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration:	none;
	color:	#FF0000;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#1133cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	 Comic Sans MS, Verdana, 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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

TD
{
	
    FONT-FAMILY:  Comic Sans MS, Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;

    TEXT-TRANSFORM: none;

}

.indented {
	padding-left: 50pt;
}

DIV1
{
	  FONT-FAMILY:  Comic Sans MS, Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;

    TEXT-TRANSFORM: none;

    
}