.contents {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	background-color: White;
}
.contents_lrg {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	background-color: White;
}
.contents_bold {
	color: #F00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color: White;
}
.contents_bold_lrg {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	background-color: White;
}
.contents_boldOrgL {
	color: #FF9900; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color: White;
}
.contents_boldOrgD {
	color: #FF6600; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color: White;
}
a.contents:link {
	color: #FF6633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color: White;
	text-decoration: none;
}
a.contents:active {
	color: #FF6633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color: White;
	text-decoration: none;
}
a.contents:visited {
	color: #FF6633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color: White;
	text-decoration: none;
}
a.contents:hover {
	color: #FF6633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color: White;
	text-decoration: underline;
}

