/* Default CSS Stylesheet for a new Web Application project */

BODY, P
{
    BACKGROUND-COLOR: white;
    font-family:Myriad Pro, Fruitiger, Humanist 777, Arial, Trebuchet;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3
{
    COLOR: #4F8ECB;
    font-family:Myriad Pro, Fruitiger, Humanist 777, Arial, Trebuchet;
}
H1	{	
	font-size: 13pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-size: 11pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	9pt;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	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;
	font-family:Myriad Pro, Fruitiger, Humanist 777, Arial, Trebuchet;
	}	

.CMSbody 
{
	padding-left:15px;
	padding-bottom: 10px;
	padding-top:10px;
	padding-right:10px;
	font-size:10pt;
	font-family:Myriad Pro, Fruitiger, Humanist 777, Arial, Trebuchet;
}

.RightNav
{
	padding-bottom: 4px;
	padding-top:4px;
	background-color:#FEC872;
	font-size:9pt;
	font-family:Myriad Pro, Fruitiger, Humanist 777, Arial, Trebuchet;
	line-height:19px;
}

A.rightNav:link
{
	color:Black;
	text-decoration:none;
}

A.rightNav:visited
{
	color:Black;
	text-decoration:none;
}

A.rightNav:hover
{
	color:#3333A4;
	text-decoration:none;
}

A.rightNav:active
{
	color:#3333A4;
	text-decoration:none;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
}	
	
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
}		

A:active	{	
	text-decoration:	none;
	color:	#333399;
}	
	
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;
	}	
	
	.Section_Heading{FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: 'Arial Black'}
	.Section_Teaser{FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: white; FONT-STYLE: italic; FONT-FAMILY: Arial}
	.Section_Details{FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: Arial}
	
		
	.TopNav
{
	font-family:Arial;
	background-color:#244191;
	color:White;
	font-weight:bold;
	font-size:10pt;
}
.TopNav a:link
{
	color:White;
	text-decoration:none;
	font-size:10pt;
}
.TopNav a:visited
{
	color:White;
	text-decoration:none;
	font-size:10pt;
}
.TopNav a:active
{
	color:White;
	text-decoration:none;
	font-size:10pt;
}
.TopNav a:hover
{
	color:White;
	text-decoration:underline;
	font-size:10pt;
}