body{
	background-color: #ffffff;
	font-weight: 200;
	color: #333333;
	}


a:visited{
	color: #330099;
	text-decoration: none;
	font-weight: 900;
}
a:link{
	color: #333399;
	text-decoration: none;
	font-weight: 900;
}
a:hover{
	color: #0066FF;
	text-decoration: none;
	font-weight: 900;
}

a.bulleted:visited{
	color: #0000FF;
	text-decoration: none;
	font-weight: 400;
}
a.bulleted:link{
	color: #0000FF;
	text-decoration: none;
	font-weight: 400;
}
a.bulleted:hover{
	color: #6666FF;
	text-decoration: none;
	font-weight: 400;
}

.quoteCaption{
	position: absolute;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: 600; 
	color: #FFCC66;
	filter: dropShadow(color=#000000, offx=2, offy=3, positive=1);
}

.structured{
	table-layout: fixed;
}

td { 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	font-size: 10pt;
}
.textLinks {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;

}

.title{
	color: #000000;
	font-weight: 600; 
	font-size: 14pt;
}

.standardColumn{
	padding: 10px 20px 5px 20px;
	background-repeat: no-repeat;
}

.floatinglink{
	width: 400px;
	height: 167px;
	position: absolute;
	left: 50px;
	top: 50px;
}


/*---------------------------*/
.dotted{
	border: #CCCCCC 0px dotted;
	border-bottom-width: 2px;
	font-size: 1px;
	padding-top: 1px;
}
