/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: moccasin;
    FONT-FAMILY: Bell MT;
    FONT-SIZE: 16px;
    COLOR: Navy;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1
{
	font-weight: bold;
	FONT-FAMILY: Bell MT;
	font-size: 18px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
}	
		
H2	{	
	font-size:	1.1em;
	FONT-FAMILY: Bell MT;
	font-weight:	200;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	1em;
	font-weight:	bold;
	font-style:	normal;
	color: Red;
	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;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
SHT
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Bell MT;
    FONT-SIZE: 1em;
    COLOR: Navy;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	padding:  1px 2px 1px 2px
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	background-color:  Maroon;
	color: White;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type: disc ;
	}	

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: 5px;
	margin-right: 5px;
	}
	
JOB
{
	font-weight: bold;
	font-size: 1em;
	color: red;
	font-style: normal;
}	

a.rss, a.rss:visited {
border:1px solid;border-color:#FC9 #630 #330 #F96;padding:0 3px;font:bold 10px verdana,sans-serif;color:#FFF;background:#F60;text-decoration:none;margin:0;
}

a.rss:hover {
	color:#FFFFCC;
}
