/* Default CSS Stylesheet for a new Web Application project */

p
{
	text-align:justify;
}


.bodycontent 

{
	font-family: Arial,Helvetica, sans-serif;
	text-align: left;
	font-size: 10.5pt;
	font-style: normal; 
	Font-weight:normal;
 	color: #545454;
	text-decoration: none;
	line-height: 14pt;
}

.whitetext
{
 
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #ffffff
}


.redtext
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 10.5pt;
	font-style: normal; 
	Font-weight:normal;
 	color: #911008;
	text-decoration: none;
	line-height: 16pt;
}

.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	text-decoration:	none;
	color: #35448C;
}	

.header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #C3BE8D;
}

p.footer
{
	position:relative;
	left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing: normal;
	text-transform: none;
	color: #ffffff;
}

/* link  */

 

A.orangelink:link
{	
	text-decoration: underline;
	color:	#FCCD86;
}	
		
A.orangelink:visited	
{	
	text-decoration: underline;
	color:	#FCCD86;
}	
		
A.orangelink:active
{	
	text-decoration: underline;
	color:	#FCCD86;
}	
		
A.orangelink:hover	
{	
	text-decoration: underline;
	color:	#FCCD86;
} 

a.nav:link	
{	
	text-decoration: none;
	color: #35448C;
}
a.nav:active	
{	
	text-decoration: none;
	color: #35448C;
}
	
	
a.nav:visited
{	
	text-decoration: none;
	color: #35448C;
}

a.nav:hover
{	
	text-decoration: underline;
	color: #C3BE8D;
}

a.footer:link	
{	
	text-decoration: none;
	color: #ffffff;
}
a.footer:active	
{	
	text-decoration: none;
	color: #ffffff;
}
	
	
a.footer:visited
{	
	text-decoration: none;
	color: #ffffff;
}

a.footer:hover
{	
	text-decoration: underline;
	color: #ffffff;
}
 