/* Default CSS Stylesheet for a new Web Application project */

BODY
{	
	
}

a:link {color: gray; font-family:Frutiger;}
a:visited {color: gray;font-family:Frutiger;}
a:active {color: Green;font-family:Frutiger;}
a:hover {color: #BE2929; background-color:white;font-weight:bold; font-family:Frutiger;}
a {text-decoration: none; font-family: frutiger,Times Times New Roman;}

a.sw:link {color: white; font-family:Frutiger;}
a.sw:visited {color:white;font-family:Frutiger;}
a.sw:hover {color: red; background-color:yellow; font-weight:bold; font-family:Frutiger;}

a.email:link {color: #BE2929; font-family:Frutiger;}
a.email:visited {color: #BE2929;font-family:Frutiger;}

font
{font-family: frutiger, Times Times New Roman, Verdana, Arial, Helvetica, sans-serif, ; }
	
TH	{	
	font-size:	1.0em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: 'Trebuchet MS';
	color:white;
	}
H1, H2, H3, H4, H5, THEAD, TFOOT
{
    COLOR: #225184;
}
H1	{	
	font-family: 'Trebuchet MS';
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: 'Trebuchet MS';
	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: 'Trebuchet MS';
	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: 'Trebuchet MS';
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: 'Trebuchet MS';
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: 'Trebuchet MS';
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
.pageTitle{	
	vertical-align:	top;
	font-size:	18px;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: 'Trebuchet MS';
	color:#000066;
	text-align:right
	}
	


.detail  {
font-family: frutiger, Times Times New Roman, Aril; font-size:medium; 
	font-weight:400; color:#6e6e6e; padding-left:0px;}
.detail2  {
font-family: frutiger, Times Times New Roman, Aril; font-size:medium; 
	font-weight:400; color:#6e6e6e; padding-left:25px;}

SMALL
{
	font-size: .9em;
	text-decoration: underline;
}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	frutiger, 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;
}


	