body{
clear:both;
border:0;
margin:0 13px 0 0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
text-align:left;
}

.bold{
font-weight:bold;
}


h1{
border:0;
padding:0 0 12px 0;
margin:0 0 0 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%; 
font-weight:normal;
display:inline;
}

h2{
text-align:left;
border:0;
margin:12px 0 0 0;
padding:0 0 0 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
color:#000000;


}

caption{
text-align:left;
border:0;
margin:12px 0 0 0;
padding:0 0 0 0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:160%;
color:#000000;
font-weight:normal;
}

h3{
text-align:left;
border:0;
margin:12px 0 0 0;
padding:0 0 0 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:160%;
color:#000000;
font-weight:normal;
width:50%;
}

h4{
text-align:left;
border:0;
margin:12px 0 0 0;
padding:0 0 0 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:160%;
color:#000000;
font-weight:normal;
width:50%;
}

h2.top{
width:auto;
text-align:left;
border:0;
margin:0px 0 0 0;
padding:0 0 12px 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:160%;
color:#000000;
font-weight:normal;
border-bottom:1px solid #E0E0E0;
}

hr{
text-align:left;
border:0;
color:#E0E0E0;
background-color:#E0E0E0;
height:1px;
padding:0;
margin:0;
width:100%;
margin-top:12px;
clear:right;
}

#outer{
position:static;
max-width:964px;
min-width:750px;
width:expression(document.body.clientWidth < 755? "750px" : document.body.clientWidth > 969? "964px" : "auto");

}


#head{
font-family:Verdana, Arial, Helvetica, sans-serif;
border:0;
padding:17px 0 0 16px;
margin:0;
height:63px;
}

#breadcrum{
margin:0 0 -10px -12px;
padding:0 0 12px 30px;
}

.breadcrum{
color:#999999;
text-decoration:none;
}

#breadcrum a{
color:#999999;
text-decoration:none;
}

.breadcrum_active{
color:#999999;
text-decoration:none;
}

#breadcrum div a:hover{
color:#00AEEF;
text-decoration:underline;
}

#container{
min-width:750px;
max-width:964px;
width:expression(document.body.clientWidth < 755? "750px" : document.body.clientWidth > 969? "964px" : "auto");
border-right:1px solid #E0E0E0;
border-top:1px solid #E0E0E0;
border-bottom:1px solid #E0E0E0;
padding-top:12px;
padding-bottom:10px;
margin-bottom:20px;
}

#mainContent{
position:static;
margin:0 188px 0 0;
padding:0;
border-right:1px solid #E0E0E0;
height:1%;

}

#mainContentWide{
position:static;
margin:0;
padding:0;
border-right:1px solid #E0E0E0;
height:1%
}

#fullContent{
margin:0 0 0 0;
padding:0;
}

.content {
margin-left:180px;
border-left:1px solid #E0E0E0;
border-bottom:1px solid #E0E0E0;
}


/*
* html .content{
height:1%;
}*/



.fix {
min-height:100px; 
height:auto;
}
/*\*/
* html .fix {
height: 100px;
}
/**/


.content p{
margin:0;
padding:10px 0 0 20px;
}

* html .content p{
position:relative;
}


#right{
float:right;
width:186px;
margin-top:12px;
/*margin-top:-67px;
margin-right:-187px;*/
}

#leftnav{
float:left;
width:180px;
height:1%;
}

#top{
margin-top:12px;
margin-right:185px;
background-color:#000000;
background-image:url(../images/topblue.jpg);
background-position:right;
background-repeat:no-repeat;
}


#topWide{
margin-top:12px;
background-color:#000000;
background-image:url(../images/topblue.jpg);
background-position:right;
background-repeat:no-repeat;
}

#fulltop{
background-color:#000000;
background-image:url(../images/topblue.jpg);
background-position:right;
background-repeat:no-repeat;
margin-top:12px;
border-right:1px solid #E0E0E0;
}

#topleft{
float:left;
width:202px;
background-image:url(../images/topleft.gif);
height:24px;
}

#topmain{
background-color:#000000;
width:775px;
height:100px;
background-image:url(../images/topblue.jpg);
background-repeat:no-repeat;
margin-top:12px;

}

#topmain h1{
font-size: 2.2em;
color: #fff;
padding-left: 20px;
font-family:Georgia, "Times New Roman", Times, serif;
margin-top:30px;
float:left;
}


.content p{
padding-right:12px;
}


.content a{
color:#00AEEF;
text-decoration:none;
}

.content a:visited{
color:#00AEEF;
text-decoration:none;
}
.content a:hover{
color:#00AEEF;
text-decoration:underline;
}





.content dl dt {
padding: 0 12px 0 12px;
margin: 0 0 0 25px;
background-image:url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}



.content ul li{
padding: 0 0 0 0px;
margin: 0 0 12px 0px;
list-style-image:url(../images/bullet.gif);
padding-right:12px;
}


.content dl dd{
padding: 0 0 0 12px;
margin: 0 0 12px 25px;
padding-right:12px;
}

.content dl dt a, .content ul li a{
text-decoration:none;
color:#00AEEF;
}

.content dl dd a{
color:#000000;
text-decoration:none;
}

.content dl dd a:visited{
color:#00AEEF;
text-decoration:none;
}

.content dl dd a:hover{
color:#00AEEF;
text-decoration:underline;
}

.content dl dt a:visited, .content ul li a:visited{
text-decoration:none;
color:#858585;
}

.content dl dt a:hover, .content ul li a:hover{
text-decoration:underline;
color:#00AEEF;
}

ul#black li{
list-style-image:url(../images/bulletb.gif);
}

ul#black a{
color:#000000;
}

ul#black a:hover{
color:#00AEEF;
}

#footimg{
padding:0;
margin-right:5px;
border:0;
height:25px;
background-color:#000000;
background-image:url(../images/footright.gif);
background-position:right;
background-repeat:no-repeat;
min-width:750px;
width: expression(document.body.clientWidth < 755? "750px" : "auto");
clear: 
}

#foot ul {
	float: left;
	width: 929px;
	margin: 25px 0 10px 20px;
	padding:0;
}
#foot ul li {
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	list-style: none;
	float: left;
	border-right: 1px solid #CCCCCC;
	background: none;
}
#foot ul li.last {
	border: none;
}

#foot p{
padding-left:9px;
margin:20px 5px 0 10px;
color: #999999;
}

#foot img{
height:25px;
margin-left:-1px;
}



#foot p span{
color:#7B7B7B;
}

#foot a{
color:#00aeef;
text-decoration:none;
}

#foot a:hover{
color:#00AEEF;
text-decoration:underline;
}

#foot a:visited{
color:#858585;
text-decoration:none;
}


* html #foot{
margin-bottom:20px;
}

#navfix{
background-color:#FFFFFF;
width:186px;
height:7px;
}

.active{
color:#000000;
}

.imagesmall{
float:right;
width:82px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
color:#858585;
margin:10px 10px 10px 20px;
}

.imagesmall img{
border:1px solid #00AEEF;
}

.imagesmall p{
border:0;
padding:0;
margin:0;
}

.imagelarge{
float:right;
width:163px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
color:#858585;
margin:10px 10px 10px 20px;
}

.imagelargeborderless{
float:right;
width:163px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
color:#858585;
margin:10px 10px 10px 20px;
}
.imagelarge img{
border:1px solid #00AEEF;
}
.imagelargeborderless img{
border:none;
}


.imagelarge p{
border:0;
padding:0;
margin:0;
}

blockquote{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#00AEEF;
margin:0;
padding:15px 0 5px 0;
}

blockquote p{
border:0;
padding:0;
margin:0;
}

.chart{
float:right;
width:350px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
color:#858585;
margin:10px 10px 10px 20px;
}

.chart img{
border:1px solid #00AEEF;
}

.chart p{
border:0;
padding:0;
margin:0;
}

#page{
margin:12px 0 0 0;
text-align:right;
padding:8px 12px 12px 12px;
border-top:1px solid #E0E0E0;
}

#page a{
color:#000000;
text-decoration:none;
}

#page a:visited{
color:#858585;
text-decoration:none;
}

#page a:hover{
color:#00AEEF;
text-decoration:underline;
}

#print{
text-align:right;
float:right;
padding:6px 12px 0 0;
}

.table1{
width:70%;
border:1px solid black;
margin:0 0 10px 20px;
border-collapse:collapse;
}

.table1 caption{
margin-top:10px;
text-align:left;
caption-side:top;
}

.table1 .corner{
background:#EEEEEE;
border-bottom:1px solid #E0E0E0;
}

.table1 th.thead{
border-bottom:1px solid #E0E0E0;
border-left:1px solid #E0E0E0;
text-align:center;
}

.table1 th.lhead{
width:100px;
font-weight:normal;
padding:6px 10px 6px 0;
margin:0 30px 0 0;
}

.table1 td{
border-left:1px solid #E0E0E0;
margin:0;
text-align:right;
}

.table1 tr{
margin:0;
}

tr.odd{
background-color:#E5F6FD;
}

tr.oddalt{
background-color:#E0E0E0;
}

.table2{
border:1px solid black;
margin:20px 20px 20px 20px;
border-collapse:collapse;
width: 90%;
}

.table2 caption{
margin-top:10px;
text-align:left;
caption-side:top;
}

.table2 .corner{
background:#EEEEEE;
border-bottom:1px solid #E0E0E0;
}

.table2 th.thead{
border-bottom:1px solid #E0E0E0;
border-left:1px solid #E0E0E0;
text-align:center;
}

.table2 th{
border-left:1px solid #E0E0E0;
text-align:left;
padding: 6px;
}

.table2 th.lhead{
width:100px;
font-weight:normal;
padding:6px 10px 6px 0;
margin:0 30px 0 0;
}

.table2 td{
border-left:1px solid #E0E0E0;
margin:0;
padding: 6px;
}

.table2 tr{
margin:0;
}

#foot {
clear: both;
}

#mainContent div.content table {
border:1px solid black;
margin:20px 20px 20px 20px;
border-collapse:collapse;
}

#mainContent div.content table caption {
font-weight: bold;
}

#mainContent div.content table caption{
margin-top:10px;
text-align:left;
caption-side:top;
}

#mainContent div.content table .corner{
background:#EEEEEE;
border-bottom:1px solid #E0E0E0;
}

#mainContent div.content table th.thead{
border-bottom:1px solid #E0E0E0;
border-left:1px solid #E0E0E0;
text-align:center;
}

#mainContent div.content table th{
border-left:1px solid #E0E0E0;
text-align:left;
padding: 6px;
}

#mainContent div.content table th.topmid {
	border-left:1px solid #E0E0E0;
	text-align:center;
	padding: 6px;
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
}

#mainContent div.content table th.lhead{
width:100px;
font-weight:normal;
padding:6px 10px 6px 0;
margin:0 30px 0 0;
}

#mainContent div.content table td{
border-left:1px solid #E0E0E0;
margin:0;
padding: 6px;
}

#mainContent div.content table tr{
margin:0;
}

.flashbox {
	float: right;
	margin: 12px;
	border: 1px solid #00AAEE;
}
/* Fund tables */
.fundTable{
width:95%;
border:1px solid black;
margin:0 0 10px 20px;
border-collapse:collapse;
}

.fundTable th{
border-left:1px solid #E0E0E0;
text-align:left;
padding: 6px;
}
.fundTable td{
border-left:1px solid #E0E0E0;
margin:0;
padding: 6px;
}
.fundTable2{
width:70%;
border:1px solid black;
margin:0 0 10px 20px;
border-collapse:collapse;
}

.fundTable2 th{
border-left:1px solid #E0E0E0;
text-align:left;
padding: 6px;
}
.fundTable2 td{
border-left:1px solid #E0E0E0;
margin:0;
padding: 6px;
}

a img{border:none;}

#splash_box {
border:solid;
border-width:1px;
border-color:#00aeef;
clear:both;
float:left;
margin:0pt;
padding:10px;
width:320px;
height: 160px;
}

#splash_box img {
float:right;
margin-top:-18px;
padding-left:10px;
}

#splash_box h2 {
margin:0 0 0 -18px;
}

#splash_box p {
margin:-5px 0 0 -6px;
}


#splash_box2 {
border:1px solid #00AEEF;
clear:both;
float:left;
margin:0 0 0 0px;
padding:10px;
width:320px;
height: 160px;
}

#splash_box2 img {
float:right;
margin-top:-18px;
padding-left:10px;
}

#splash_box2 h2 {
margin:0 0 0 -18px;
}

#splash_box2 p {
margin:-5px 0 13px -7px;
}

.asplash_login_box {
background:transparent url(../images/sub_nav_bg.gif) repeat-x scroll left bottom;
border:1px solid #999999;
color:#00AEFF;
cursor:pointer;
font-size:1em;
margin-top:-10px;
padding: 3px 10px 4px 80px;

}


#company {
	background: url(../images/footer_strapline.gif) no-repeat;
	float: right;
	height: 18px;
	margin: -25px 16px 0 0;
	text-indent: -9999em;
	width: 134px;
}

#help {
	margin: 24px 290px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
#help li {
	background: none;
	float: left;
	list-style: none;
	padding: 0;
}
#help a {
	border-right: 1px solid #e0e0e0;
	padding: 0 10px;
	color:#00aeff;
}

#help a:visited {
color:#00aeff;
}
#help .last a {
border-right:none;
padding:0pt 10px;
}

#rightmainbigbord_splash {
clear:none;
float:left; 
width:320px;
padding:0;
background:#F9F9F9;
margin: 12px 3px 5px 20px;
padding-bottom:0;
border-right:solid;
border-right-color:#E0E0E0;
border-right-width:1px;
padding-right: 40px;

}

#rightmainbigbord_splash2 {
clear:none;
float:left; 
width:320px;
padding:0;
background:#F9F9F9;
margin: 12px 3px 5px 15px;
padding-bottom:5px;
padding-right: 15px;


}