@charset "utf-8";
/* CSS Document */

.defaultText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align:justify;
	font-weight: normal;
}
.defaultTextBlack
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	color: #000;
	text-align:justify;
}
.defaultTextBlack1 {
	text-align: center;
}
p.faqAnswer
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	color: #66666D;
}

.defaultText13
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.defaultText14
{

	font-family: Arial, Helvetica, sans-serif;    
	font-size: 14px;
	color: #555555;
}
.defaultText14Bold
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 14px;
	color: #555555;
	font-weight:bold;
}
.warningRed16
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 16px;    
	color: #F00;
}
.smallPrint1
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 11px;    
	color: #555555;
	text-align:left;
}
.tableHeaders
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	background-color: #000;
}

.title16 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000;
	text-align:justify;
}
.title18 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000;
}
.title16White
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #EEE;
	
}
.title16Orange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ff9600;
	text-align:left;
}
.textfieldSearch
{    
	border-width: 1px;    
	border-style: solid;    
	border-color: #999999;    
	/*we are now going to add in the shadow image that we created earlier*/    
	/*background-image: url(back_field.gif);    */
/*	background-repeat: repeat-x;  */  /*I am going to add some text formatting of my own*/    
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	color: #3333AA;    
	width: 150px;    
	height: 20px;    
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 10px;  
	color: #333333;   
}
A.footer
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 11px;  
	color: #111177;
	text-decoration: none
}
A.footer:hover
{
	text-decoration: underline;
}
A.standardLink
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;  
	color: #445577;
	text-decoration: none
}
A.standardLink:hover
{
	text-decoration: underline;
}

A.description
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;  
	color: #445577;
	text-decoration: none
}
A.description:hover
{
	text-decoration: underline;
}

A.items
{
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;  
	color: #445577;
	text-decoration: none
}
A.items:hover
{
	text-decoration: underline;
}

button.slideshow
{
	font-size:9px;
	
	
}

.rsaparagraph
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align:left;
	font-weight: normal;
}

.tableheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #83C6F3;
}



/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

