body, td, th {
  	background-attachment : fixed;
  	font-size : 14px;
}
SMALL {
  	font-size : 12px;
	line-height : 20px;
}
.submit {
	BORDER-RIGHT: 1px outset; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: 1px outset; 
	PADDING-LEFT: 2px; 
	FONT-SIZE: 10pt; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 1px; 
	BORDER-LEFT: 1px outset; 
	COLOR: teal; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: 1px outset; 
	BACKGROUND-COLOR: #e0e0e0;
}
.title {
  	color : white;
  	background-color : #3CA678;
 	padding-top : 5px;
  	padding-left : 5px;
  	padding-right : 5px;
  	padding-bottom : 5px;
  	font-size : 20px;
  	font-weight : bold;
  	text-align : center;
}
.sub_title {
  	color : white;
  	background-color : #3CA678;
 	padding-top : 5px;
  	padding-left : 5px;
  	padding-right : 5px;
  	padding-bottom : 5px;
  	font-size : 20px;
  	font-weight : bold;
  	text-align : left;
}
li {
  	line-height : 20px;
}
.pointer {
  	cursor : pointer;
}
A.Bird {
  	text-decoration : none;
  	color : blue;
}
A:HOVER.Bird {
  	text-decoration : none;
	color : yellow;
  	background-color : blue;
}
.hosi {
  	text-decoration : none;
  	font-size : 12px;
  	color : red;
  	cursor : pointer;
}
.Bird {
  	color : blue;
  	text-decoration : underline;
  	cursor : pointer;
}
.Su {
  	color : yellow;
  	background-color : green;
  	font-size : 16px;
  	padding-top : 3px;
  	padding-left : 3px;
  	padding-right : 3px;
  	padding-bottom : 3px;
  	font-weight : bold;
}
.photo {
	border-width : 3px 3px 3px 3px;
	border-top-style : ridge;
	border-left-style : ridge;
	border-right-style : ridge;
	border-bottom-style : ridge;
	border-top-color : silver;
	border-left-color : silver;
	border-right-color : silver;
	border-bottom-color : silver;
}
