@charset "utf-8";
/* CSS Document */

.content div{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:inherit}
	
.content table{font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:1.5}
	
.content h1 {font-size: 18px;
	color:#333333; 
	font-weight:bold}
	
.content h2 {font-size: 16px;
	color:#666666; 
	font-weight:bold}
	
.content span.h2blue {font-size: 16px;
	color:#0074bc; 
	font-weight:bold}

.content span.h2Gray {font-size: 16px;
	color:#666666; 
	font-weight:bold}
	
.content span.h2DarkGray {font-size: 16px;
	color:#333333; 
	font-weight:bold}
	
.content li,p{font-size: 12px;
	color:#333333;
	line-height:1.5}
	
.content a {color:#0074bc}
.content a.header {color:#333333}
.content a:hover {color:#666666}
.content a:visited {color:#0074bc}

.content td.border { border-top-width:1px;
	border-top-style:dotted;
	border-top-color:rgb(201, 201, 199);
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:rgb(201, 201, 199);
	background:#FFFFFF;
	vertical-align:middle;
	text-align:center}
	
.content td.borderLeft { border-top-width:1px;
	border-top-style:dotted;
	border-top-color:rgb(201, 201, 199);
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:rgb(201, 201, 199);
	background:#FFFFFF;
	vertical-align:middle;
	text-align:left}
	
.content td.borderbottom {border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:rgb(201, 201, 199);}
	
.content table.aroundborder {border-color:#CCCCCC;
	border-width:thin;
	border-style:solid;
	padding:10; border:1}
	

