@charset "utf-8";
/* CSS Document */
img {
	border: none;
}
.lightBlue {
	background-color: #e6EEEE;
	color: #3D3D3D;
}
content a {
	color: #333333;
	font-weight: bold;
}
p {
	color:#333333;
}

table.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 640px;
	text-align: left;
	font-size:14px;
}
table.mainContent thead tr th, table.mainContent tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.mainContent tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.mainContent tbody td.lightBlue {
	background-color: #e6EEEE;
	width: 200px;
}
table .mainContent a { 
    color: #333333; 
    font-weight:bold; 
    font-size:14px;
    cursor: pointer;
    text-decoration:
}	
