* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
A{
  color: #0751BE;
}
A:VISITED{
  color: #0751BE;
}
A:HOVER{
  color: #FF3300;
}
A:ACTIVE{
  color: #FF3300;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;

}
hr {
	color: #333333;
}

.text {
	background-color: #FFFFF;
	height: 18px;
	border: 1px solid #333333;
}
textarea,select {
	border: 1px solid #333333;
}
.m_font {
	
}
h1 {
	font-size: 120%;
	margin-top: 2px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
h2 {
	font-size: 110%;
	margin-top: 2px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
h3 {
	font-size: 100%;
	margin-top: 2px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

strong { color: #cc0000 }

hr { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.m_title{
	margin:5px;
	font-size:0.8em;
	text-decoration : none;
}
.m_text{
	margin:5px;
	font-size:0.8em;
	line-height:1.1em;
	text-decoration : none;
}
dt {
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 5px;
}
td {
	font-size: 10pt;
	line-height:120%;
}
.size8 {
	font-size: 8pt;
	line-height:120%;
}