h1 
{ 
	font-family: Arial, sans-serif; 
	font-size: 20px; 
	color: #ecb520; 
	font-weight: normal; 
	margin-bottom: 12px; 
}
h2 
{ 
	font-family: Arial, sans-serif; 
	font-size: 16px; 
	color: #ecb520; 
	font-weight: normal; 
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 
{ 
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	color: #666; 
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;	
}
h4 
{ 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #666; 
	font-weight: normal; 
}
p 
{ 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #666; 
	line-height: 16px; 
	margin-bottom: 4px; 
	line-height: 20px; 
}
td 
{ 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #666; 
	line-height: 16px; 
	margin-bottom: 4px; 
	line-height: 20px; 
	padding: 3px;
}
ul , ol
{ 
	list-style: square; 
	margin-left: 20px; 
}
ul li , ol li
{ 
	list-style: square;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #666; 
	line-height: 16px; 
	margin-bottom: 4px; 
	line-height: 20px; 
	padding-left: 10px;
}

ol li 
{ 
	list-style: decimal;
}

a 
{ 
	font-family: Arial, sans-serif; 
	color: inherit; 
}
a:hover 
{ 
	color: #cc0000; 
}
img 
{ 
	border: 0px; 
}
dd.csc-textpic-caption 
{ 
	font-family: Arial; 
	color: #9999FF; 
	font-size: 12px; 
	text-align: center; 
}
td.blue
{
	background: #d8eef0;
	font-weight: bold;
}

td.red
{
	background: #fff3d0;
}

td.grey
{
	background: #ececec;
}
table.red
{
	background: #ffff99;
}
table.contenttable td
{
	border: 1px solid #ccc;
}

b, strong
{
	font-weight: bold;
}

