/* 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:underline;
}

A.rightNav:visited
{
	color:Black;
	text-decoration:underline;
}

A.rightNav:hover
{
	color:#3333A4;
	text-decoration:underline;
}

A.rightNav:active
{
	color:#3333A4;
	text-decoration:underline;
}

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;
	}	
	.companydatagridheader 
	{COLOR: #4F8ECB; font-family:Myriad Pro, Fruitiger, Humanist 777, Arial, Trebuchet; font-size: 11pt; font-weight: bold; font-style:normal; text-decoration:none; word-spacing:normal; letter-spacing:normal; text-transform:none;}
		
.memdetails
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.bulletedcell
{
	
	font-size: x-small;
	font-family: Arial;
}
.homeRightNav
{
	padding-bottom: 4px;
	padding-top:4px;
	background-color:#FEC872;
	font-size:10pt;
	font-family:Myriad Pro, Fruitiger, Humanist 777, Arial, Trebuchet;
	line-height:19px;
	font-weight:normal;
}

.homeRightNav a:link
{
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}

.homeRightNav a:visited
{
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}

.homeRightNav a:hover
{
	font-size:11pt;
	color:#3333A4;
	text-decoration:underline;
}

.homeRightNav a:active
{
	font-size:11pt;
	color:#3333A4;
	text-decoration:none;
}

.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;
}