.pgbg {
	background-color: #A7CBF2;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
}
.leftedgebg {
	background-image: url(images/leftedgebg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.leftedgebghome {
	background-image: url(images/leftedgebghome.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.righttedgebghome {
	background-image: url(images/pageright-h2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.leftnavbg {
	background-image: url(images/leftnavbg.gif);
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 11px;
}

h1 {
	font-size : 16px;
	color : #002C72;
	font-weight : bold;
	text-align : left;
	margin : 10px 20px;
}

h2 {
	font-size : 14px;
	color : #00163A;
	font-weight : bold;
	text-align : left;
	margin : 10px 20px;
}

p {
	margin : 10px 20px;
}

span.fundName {
	font-size : 13px;
	font-weight : bold;
}

a:link,
a:active,
a:visited {
	color : #2862BA;
	font-weight : bold;
	text-decoration : underline;
}

a:hover {
	color : #A7CAF7;
}

a.privacy:hover {
	color : #FFFFFF !important;
}

li {
	list-style-image : url("images/bullet4.gif");
}
