.header {
	color: #ff9900; 
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.subheader {
	font-size: 12px; 
	font-weight: bold;
	font-family: Arial, sans-serif;
}	
.bodytext {
	color: #666666; 
	font-size: 11px; 
	line-height: 17px;
	font-family: Arial, sans-serif;
}
.caption {
	color: #666666;
	font-size: 9px;
	line-height: 12px;
	font-family: Arial, sans-serif;
}	
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.orange_text { 
	color: #FF9900; 
}
.gery_text {
	color: #404A4C; 
}
th, td, ul, ol, li {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, sans-serif;
}
td.subject { 
	background-color: #DDDDDD; 
	border-bottom: 1px dotted #FFFFFF;
}
td.content {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 5px;
	border-top: 1px dotted #999999;
	border-bottom: 1px soild #FFFFFF;
}
td.content_left { 
	background-color: #FFFFFF;
	border-left: 1px dotted #CCCCCC;
}
td.content_bottom { 
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
ul {
	list-style: square outside;
}
li {
	margin-top: 2px;
}
a:link { 
	color: #FF9900; 
	text-decoration: none;
}
a:visited { 
	color: #FF9900;
	text-decoration: none;
}
a:hover { 
	color: #FF6600; 
	text-decoration: underline;
}
a:active { 
	color: #FF6600;
	text-decoration: underline;
}