body { 
	color: black; 
	background-color: white;
}	
p { 
	color: #000; 
	font-size: 11px; 
	line-height: 15px;
	padding: 0;
	margin: 4px 0 0 0;		
	font-family: sans-serif;
}
.bold {
	font-family: "MS PGothic", sans-serif;
	font-weight: bold;
}
.italic {
	font-family: "MS PGothic", sans-serif;
	font-style: italic;
}
.underline {
	font-family: "MS PGothic", sans-serif;
	text-decoration: underline;
}
.red_text { 
	color: #990033; 
}
.news_menu { 
	color: #333; 
	font-size: 12px;	
	font-family: sans-serif;
}
p.caption {
 font-family: 'MS PGothic', sans-serif;
 font-size: 10px;
}	
h2 { 
	color: #990033; 
	font-size: 13px; 
	font-weight: bold; 
	margin: 0 0 5px; 
	padding: 0;
}	
th, td, ul, ol, li {
	font-size: 11px;
	line-height: 15px;
	font-family: sans-serif;
}
tr.header { 
	color: #ffffff; 
	font-weight: bold; 
	background-color: #990033; 
	text-align: center;
}
td.subject { 
	background-color: #dddddd; 
	border-bottom: 1px dotted #fff;
}
td.content { 
	background-color: #ffffff; 
	border-right: 1px dotted #ccc; 
	border-bottom: 1px solid #ccc;
}
td.content_left { 
	background-color: #ffffff;
	border-left: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
}
td.content_bottom { 
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
}
td.bracket {
	border-top: 5px solid #990033;
	border-bottom: 5px solid #990033;
	border-left: 5px solid #990033;
}
td.news {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 5px;
	border-top: 1px dotted #999;
	border-bottom-color: #fff;
}
ul {
	list-style: square outside;
}
li {
	margin-top: 3px;
}
a:link { 
	color: #660000; 
	text-decoration: underline;
}
a:visited { 
	color: #660000;
	text-decoration: underline;
}
a:hover { 
	color: #000000; 
	text-decoration: underline;
}
a:active { 
	color: #000000;
	text-decoration: underline;
}