font,th,td,p { font-family: Arial;  font-size: 12px;}

.six0 {text-decoration: none; font-size: 9px;}
.seven0 {text-decoration: none; font-size: 10px;}
.eight0 {text-decoration: none; font-size: 11px;}
.one {text-decoration: none; font-size: 6px;}
.two {text-decoration: none; font-size: 7px;}
.three {text-decoration: none; font-size: 8px;}
.four {text-decoration: none; font-size: 9px;}
.five {text-decoration: none; font-size: 10px;}
.six {text-decoration: none; font-size: 11px;}
.seven {text-decoration: none; font-size: 12px;}
.eight {text-decoration: none; font-size: 13px;}
.nine {text-decoration: none; font-size: 14px;}
.tit123 {text-decoration: none; font-size: 17px; color:#333366;}



A:link {color:#333366; text-decoration: none;}
A:visited {color:#333366; text-decoration: none;}
A:hover {color:red;}

A.tit:link {color:#990000; font-weight: bold;}
A.tit:visited {color:#990000; font-weight: bold;}
A.tit:hover {color:red; text-decoration: none; font-weight: bold;}

.form-title {
	background-color: #DDDDDD;
	color: black;
	font-weight: bold;
	border-top: '1px solid';
	border-left: '1px solid';
	border-right: '1px solid';
	border-bottom: '1px solid';
	border-color: #555555;
	font-family: arial;
	font-size:11px;
}
.form-highlight {
	background-color: yellow;
	color: black;
	font-weight: bold;
	border-top: '1px solid';
	border-left: '1px solid';
	border-right: '1px solid';
	border-bottom: '1px solid';
	border-color: #555555;
	font-family: arial;
	font-size:11px;
}
.form-normal {
	background-color: #DDDDDD;
	color: black;
	border-top: '1px solid';
	border-left: '1px solid';
	border-right: '1px solid';
	border-bottom: '1px solid';
	border-color: #555555;
	font-family: arial;
	font-size:12px;
}
.form-search {
	background-color: #FFFFFF;
	color: black;
	border-top: '1px solid';
	border-left: '1px solid';
	border-right: '1px solid';
	border-bottom: '1px solid';
	border-color: #555555;
	font-family: arial;
	font-size:12px;
}
.form-alert {
	background-color: #DDDDDD;
	color: red;
	font-weight: bold;
	border-top: '1px solid';
	border-left: '1px solid';
	border-right: '1px solid';
	border-bottom: '1px solid';
	border-color: #555555;
	font-family: arial;
	font-size:11px;
}
.line {
 border-bottom: solid 2px black; 
 border-top: solid 2px black;
 border-left: solid 2px black;
 border-right: solid 2px black;
}