﻿/* CSS Document */

/*********************/
/*** NORMALIZATION ***/
/*********************/
/* Normalizes margin, padding 
body, div, dl, dt, dd, uo, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin:0; padding:0;}
*/
/* Normalizes font-style for headers */
h1, h2, h3, h4, h5, h6
{font-size:100%;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal; font-weight:normal;}

/* Removes */
table
{border-collapse:collapse; border-spacing:0;}

/* Removes border from fieldset and img */
fieldset, img
{border:0;}

/* Left-aligns text in caption and th */
caption, th
{text-align:left;}

/* Removes quotation marks from q */
q:after, q:after
{content:'';}

/* Removes outlines on links */
a:active, a:hover, a { outline: none;}



/* DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;} */


body	{behavior: url('css/csshover3.htc'); font: 12px/16px Arial, Helvatica, sans-serif; color:#333333;}

h1		{font: 22px/28px Arial, Helvatica, sans-serif; color:#333333;}
h2		{font: 15px/18px Arial, Helvatica, sans-serif; color:#333333; margin:0; font-weight:bold}
h3		{font: 16px/18px Arial, Helvatica, sans-serif; color:#333333; margin:0; font-weight:bold}
h4		{font: 12px/16px Arial, Helvatica, sans-serif; color:#333333; margin:0; font-weight:bold}

p, table, td, th, tr, ul, ol	{font: 12px/16px Arial, Helvatica, sans-serif; color:#333333;}

em {font-style:italic;}
strong {font-weight:bold;}

html {
	background:#FFFFFF;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;}

body {
	position:relative;
	text-align:center;
 	margin:0 auto; 
	width:930px; 
	background:#ffffff;
}

#container {
	position:relative;
	text-align:left;
	width:910px;
	height:570px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	background:#ffffff url('../images/background.gif') no-repeat;
	display:block;
}

#header {
	position:relative;
	height:130px;
	width:910px;
}

#header table {
	margin-top:20px;
	margin-left:35px;
}

#header table tr td{
	padding-right:60px;
	background:#e6e6e6 url('../images/tab_off.png') no-repeat;
	width:188px;
	height:22px;
}

#header table tr td:hover{
	background:#e6e6e6 url('../images/tab_on.png') no-repeat;
}


#header table tr td a{
	margin-left:4px;
}


#language_selection {
	position:absolute;
	top:200px;	
}

.language_selection {
	height:170px;
	width:910px;	
}

.left_selection {
	width:455px;
	text-align:right;
	border-right:solid 2px #FFFFFF;
	padding-right:65px;
}

.right_selection {
	width:455px;
	text-align:left;
	border-left:solid 2px #FFFFFF;
	padding-left:65px;
}


#content{
	position:relative;
	width:910px;
	height:386px;
	background:#F77C1E;
}

#content table{
	width:910px;
}

#content table tr td ul {
	
	margin-right:20px;
	margin-left:-25px;
	color:#FFFFFF;
}

#content table tr td ul li{
	margin-bottom: 5px;
	list-style-image:url('../images/bullet.png');
}	

#content table tr td p{
	margin-right:20px;
}

#footer {
	position:relative;
	margin-top:16px;
	height:54px;
	width:910px;
	font-size:0.8em;
	color:#808080;
}

#footer .fund {
	margin-left:35px;
	float:left;
	margin-right:195px;
}

#footer .fund tr td{
	background:#e6e6e6 url('../images/tab1_off.png') no-repeat;
	width:220px;
	height:22px;
}

#footer .fund tr td:hover{
	background:#e6e6e6 url('../images/tab1_on.png') no-repeat;
}

#footer .fund tr td a{
	margin-left:4px;
}


.left_footer {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
}

.right_footer {
	background:#e6e6e6 url('../images/tab_active.png') no-repeat;
	text-align:left;
	width:188px;
	height:22px;
}

.right_footer a {
	margin-left:4px;
	
}
p a, a:active, a:visited, a:hover, a:link {
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
}

