/* CSS Document */

* {
margin: 0;
padding:0;
}


body {
width: 920px;
font-size:76%;
font-family: Arial, Helvetica, sans-serif;
line-height:1.3;
background: #ffffff;
}

#header {
height: 100px; width: 920px; 
position: absolute;
top: 0px;
left: 0px;

}

#banner {
position: absolute;
top: 0px;
left: 0px;
}

#about
{position: absolute;
top: 3px;
left: 580px;
color: #ffffff; 
font-size: 12px; 
font-weight: bold; 
}

#contact
{position: absolute;
top: 7px;
left: 650px;
font: bold 100% arial, helvetica, sans-serif;
color: #ffffff;
}

 
#h1  {color: #ff0000; font-size: 16px; font-weight: bold;}

#h4  {color: #cc0000; 
font-size: 18px; 
font-weight: bold; 
}

#h3  {color: #000000; 
font-size: 14px; 
font-weight: bold; 
margin-bottom: 4px;
margin-top: 10px;
}

#h2  {color: #333333; 
font-size: 13px; 
font-weight: bold; 
margin-bottom: 4px;
margin-top:10px; 
}
	   
	
a {text-decoration: none;}
a:visited {color: #3333cc;}

td {
	
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#headline {color: #cc3333; 
font-weight: bold; 
padding-top: 12px; 
font-size: 14px;
}

#article p {align: justify;
}

#wrap {
text-align:left;
margin:0 auto;
}

.indent {padding-left: 10px; 
padding-right: 0px; 
padding-top: 3px; 
text-align:justify; 
}

#sp {margin-bottom: 6px;
}

#sp1 {text-align: justify; 
font-size: 13px;
}






