/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;

}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #3366ff;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	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:	16px;
	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:	16px;
	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:	14px;
	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:	12px;
	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:	12px;
	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;
	}	


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;
	}	

.bigheadline
{
	border-right: silver 2px solid;
	padding-right: 10px;
	font-size: 30px;
	color: gainsboro;
	border-bottom: silver 2px solid;
	font-family: arial;
	letter-spacing: 3px;
	text-align: right;
}
.smallheadline
{
	border-right: silver 2px solid;
	padding-right: 10px;
	font-size: 20px;
	color: lightgrey;
	font-family: arial;
	text-align: right;
}
.bodyparagraph
	{
		text-align:left;font-family:Verdana;font-size:10pt;margin-left:30px;	
	}
.links
{
	font-size: 10pt;
	margin-left: 0px;
	text-transform: capitalize;
	padding-top: 150px;
	font-family: Verdana;
	text-align: right;
}
	
A
{
	font-weight: bold;
	color: #ff9900;
	font-family: verdana;
}
A:hover
{
	font-weight: bold;
	color: #ffcc33;
	font-family: verdana;
	text-decoration: underline;
}
TD
{
	font-size: 10px;
	color: dodgerblue;
	font-family: Verdana;
	text-align: left;
}
TD.header
{
	font-weight: bold;
	font-size: 15pt;
	text-transform: capitalize;
	color: white;
	font-family: Verdana;
	background-color: #660099;
	text-align: center;
	font-variant: small-caps;
}
TD.label
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: capitalize;
	color: navy;
	font-family: Verdana;
	text-align: right;
}
