/* CSS Document */

BODY {
	margin: 0px;
	padding: 0px;
	
	font-size : 15px;
	background-image: url(image/bg.gif);
line-height : 160%;
font-family : Verdana;
}
ADDRESS {
	font-size: 10px;
	font-style: normal;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #000;
	width : 750px;
line-height : 160%;
}
TD,TH,TR{
	
	font-size : 13px;
	line-height : 160%;
font-family : Verdana;
}
a {
	color : #333333;
	text-decoration: none;

}
a:link {
	text-decoration : none;
}
a:hover {
	color : #CC0000;
	text-decoration : underline;
}
a:active {
	color : #666666;
	text-decoration : none;
}
h1 {
	font-size: 12px;
	color: #990000;
	font-weight: normal;
	margin-top : 2px;
	margin-bottom : 0px;
}
.title {
	
	
line-height : 160%;
font-family : Verdana;
font-size : 13px;
}
FORM {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
line-height : 160%;
}
