/* Layout and position styles */

BODY.main
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #F8E2D2;
	/*margin: 0px;*/
	margin-bottom: 20px;
	padding: 0px;
	padding-right:20px;
	margin-right:20px;
	/*width: 100%;*/
	width: 75%;
	height: 100%;
	top: 100px;
}
BODY.main_legacy
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #F8E2D2;
	/*margin: 0px;*/
	margin-bottom: 20px;
	padding: 0px;
	padding-right:20px;
	margin-right:20px;
	/*width: 100%;*/
	width: 75%;
	height: 100%;
	top: 100px;
}

.page_title
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color:Black;
}
.normal_text
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	font-weight: normal;		
	color:Black;
}
.attention_text
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;		
	color:#2C3CB4;
}
.faq_question
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;		
	color:#2C3CB4;
}
.bold_blue
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;		
	color:#2C3CB4;
}


#main-section
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 5px;
	left: 5px;
	position: absolute;
	top: 20px;
	width: 675px;
	background-color: #FFF1E1;
	border: solid 5px #FFFFFF;
}
#main-section-legacy
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 5px;
	left: 5px;
	position: absolute;
	top: 60px;
	width: 675px;
	background-color:#1B3692;
	border: solid 5px #FFFFFF;
}

.page_title_legacy
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color:#3ACCBF;
}
.normal_text_legacy
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	font-weight: normal;		
	color:white;
}
.attention_text_legacy
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;		
	color:#2CBFB4;
}

/* Text Styles */

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	color: Black;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	color: Black;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	color: Black;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	font-style:	normal;
	color: Black;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;	
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	color: Black;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	color: Black;
	text-decoration: none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A.legacy:link {color: white;}
A.legacy:visited {color: #2CBFB4;}
A.legacy:hover {color: #2CBFB4;}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

/* Block-element Styles */

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;
	}
	
IMG
{
	padding: 0px;
	margin: 0px;
	border-style: none;
}
