@charset "UTF-8";
/* CSS Document */
body{
	background-image: url(swim/images/bk.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 12px; 
	line-height: 150%; 
	color: #333333
}



#wrapper{
	margin: 0px;
	padding: 0px;
	width: 678px;	
}

#content {
	padding: 0px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	
}

#footer {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #333333;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 20px;
	margin-bottom: 100px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.span-600{
	padding: 0px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
/* ====================================
	text
   ==================================== */
.title {
  	 font-size: 12px; 
	 font-weight: bold; 
	 color: #666666
	}
	
.highlight {
   color:#ff0000;
   }
 .reverse {
   color:#ffffff;
   }
   .loud {
	font-weight: bold;   
   }
     .small {
	font-size: 10px; 
	line-height: 120%; 
   }
   

/* ====================================
	table swim
   ==================================== */
 .swimform {
	border-top: 1px solid #6666CC;
	border-collapse:collapse;
	width: 600px;
	font-size: 12px;
	color: #333333;
 }
 .swimform tr {
        background: #ffffff;
		}
 .swimform th {
	background: #CCCCFF;
	border-right : 1px solid #6666CC;
	border-left : 1px solid #6666CC;
	border-bottom : 1px solid #6666CC;
	font-weight: normal;
	text-align: left;
	padding-right:0;
	padding-left:5px;
		}
 .swimform td {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-right : 1px solid #6666CC;
	border-bottom : 1px solid #6666CC;
		}
	
 .swimform td.button {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	text-align: right;	
	border-right :  none;
	}
	
 .swimform tr.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 .swimform td.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ====================================
	table golf
   ==================================== */
 table.golfform {
	border-top: 1px solid #669966;
	border-collapse:collapse;
	width: 600px;
	font-size: 12px;
 }
 .golfform tr {
        background: #ffffff;
		}
 .golfform th {
	background: #F0FFEE;
	border-right : 1px solid #669966;
	border-left : 1px solid #669966;
	border-bottom : 1px solid #669966;
	font-weight: normal;
	text-align: left;
	padding-right:0;
	padding-left:5px;
		}
 .golfform th.vtop {
	vertical-align: top;	
		}
		
 .golfform th.ttl {
 background: #669966;
 }
 .golfform td {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-right : 1px solid #669966;
	border-bottom : 1px solid #669966;
		}
	
 .golfform td.button {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	text-align: right;	
	border-right :  none;
	}
	
 .golfform tr.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 .golfform td.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		
/* ====================================
	form 
   ==================================== */
input {
	font-size: 12px;
}		
input.text-l {
	width:400px;
	}
input.text-m {
	width:200px;
	margin-right:5px;
	}
	
input.text-s {
	width:80px;
	margin-right:5px;
	}
input.text-ss {
	width:30px;
	margin-right:5px;
	}
textarea {
	width:400px;
	height:100px;
	padding:5px;
	}
 


