/* CSS Document */
BODY{
	text-align:left;
	background-color:#FFF;
	background-attachment:fixed;
	background-image:url();
	background-repeat:repeat;
	background-position:top;
}
a:link{
	color : #69C;
	text-decoration :none;
}
a:hover{
	color : #FC3;
	text-decoration:none;
}
a:visited{
	color : #69C;
	text-decoration:none;
}
.title{
	font-size:10px;
	color:#666;
	height:170px;
	line-height:18px;
	padding-bottom:40px;
	text-align:center;
	background-image:url(img/title.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.table{
	font-size:14px;
	line-height:20px;
	color:#666;
	padding-left:5px;
	padding-right:5px;
}
.top{
	height:20px;
	color:#666;
	font-size:10px;
}
.bottom{
	font-size:12px;
	text-align:center;
	color:#69C;
	height:35px;
	background-image:url(img/table_bottom.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
.link{
	height:25px;
	font-size:10px;
	padding-left:10px;
	color:#000;
	background-image:url(img/logo_bottom.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.mtitle {
	background-image:url(img/mtitle.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
	text-align:center;
	padding-left:5px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:5px;
}
.lefttitle {
	background-image:url(img/lefttitle.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
	text-align:center;
	padding-left:5px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:5px;
}
.font14 {
	font-size:14px;
	line-height:22px;
}
.font14blue {
	font-size:14px;
	color:#369;
	line-height:22px;
}
.font14pink {
	font-size:14px;
	color:#F09;
	line-height:22px;
}
.font14orange {
	color:#F60;
	font-size:14px;
	line-height:20px;
}
.font12 {
	font-size:12px;
	line-height:16px;
}
.font12blue {
	font-size:12px;
	color:#369;
	line-height:16px;
}
.font12white {
	font-size:12px;
	line-height:16px;
	color:#FFF;
}
.font12gray {
	font-size:12px;
	line-height:18px;
	color:#666;
}
.font12orange {
	font-size:12px;
	line-height:16px;
	color:#F60;
}
.font10 {
	font-size:10px;
	line-height:12px;
}
.font10white {
	font-size:10px;
	line-height:13px;
	color:#FFF;
}
.font10grey {
	font-size:10px;
	line-height:13px;
	color:#666;
}
.font10pink {
	font-size:10px;
	line-height:13px;
	color:#F09;
}
