BODY {
	color: #666;
	font-family: Century Gothic;
	font-size: 10pt;
	background: #fff;
	margin: 0;
	padding: 0;
}

/***** head *****/	

#TOP {
	width:760px;
	height; 60px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0 10px 0;
}

#HEADER {
	width:760px;
	color: 999;
	margin-left:auto;
	margin-right:auto;
	padding: 5px 0 10px 0;
}

#HEADER ul {
	margin: 0;
	margin-top: 10px ;
	padding-left: 0; 
	height: 30px; 
	line-height: 30px; 
	display: block; 
	list-style: none; 
	background: #ccc;
	border-bottom: 1px solid #000; 
}

#HEADER li {
	display: inline;
	background: #ccc; 
	float: left;  
}

#HEADER li a{
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 15px 0px 16px;
	float: left;
	color: #000;
}

#HEADER li a:hover{
	background-color: #999;
	color: #fff;
	text-decoration: none;
}

#HEADER .Visual{
	height:130px;
	background: url(../images/bg_visual.jpg) #4492C8 no-repeat;
	border-top: 1px solid #000;
}

h1{ 
	margin: 0; 
	padding: 20px 0 0 0; 
	font-weight: normal; 
	letter-spacing: .005em;
	color: #666; 
	font-size: 20pt;  }
	
/***** cont *****/	

#CONTENT{
	width:760px; 
	margin-left:auto; 
	margin-right:auto;
}

h2{ 
	margin: 0; 
	padding: 16px 0 7px 0px; 
	font-family: Century Gothic;
	font-weight: normal; 
	letter-spacing: .005em; 
	color: #666; 
	font-size: 15pt;
}
	
#TEXT{
	padding: 25px 20px 25px 20px;
	border-bottom: 1px solid #fe0101;
	border-top: 1px solid #fe0101;
	background-color: #fff;
	text-align:justify;
}

#TEXT p{	margin-bottom: 1em;}

/***** Foot *****/

#FOOTER{
	width:760px; 
	margin-top:27px; 
	margin-left:auto; 
	margin-right:auto; 
	border-top: 4px solid #fe0101; 
	padding-top: 5px;
}

#FOOTER p{ font-size: 11px; line-height: 14px; margin: 0;  color: #666666; }
#FOOTER a{ font-size: 11px;	font-weight: normal;	text-decoration: none;  color: #fe0101;    }
#FOOTER a:hover{ color: #fe0101; text-decoration: underline; }
.FOOTER_R{ text-align:right;
			float:right;}
.FOOTER_L{ text-align:left;
			float:left;}

/***** Misc *****/

TD {font-size: 10pt;  }

p { 
	font-size: 10pt; 
	margin-bottom: 7px;
	margin-top: 0; 
}

a{ 
	color: #fe0101;
	text-decoration: none;
}

a:hover{ 
	text-decoration: underline;
	color: #999;
}

form{ margin:0;}

.sitename {
color: #fff;
}

.phone {
color: #fe0101;
font-weight: 700;
font-size: 16pt;
text-algin: right;
float: right;
}

.left {
	float: left;
	padding: 10px;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}
