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


a:visited{
	color: #E88800;
	text-decoration: none;
	font-weight: 400;
}
a:link{
	color: #E88800;
	text-decoration: none;
	font-weight: 400;
}
a:hover{
	color: #FFBB00;
	text-decoration: none;
	font-weight: 400;
}

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: 10px;
}

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

.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;
}
