body{
	text-align:center;
    font-size: 80%;
    line-height:1.8;
}

h1, h2, h3, h4, h5, h6, h7{
font-size: 100%;
color: #ff3333;
text-align:left;
font-weight: normal;
line-height:1.8;
margin: 0;
}

strong{
font-weight: normal;
}

a:link { color: #000000; } 
a:visited { color: #000000; } 
a:hover { color: #000000; } 
a:active { color: red; } 

#header{
    background-color: #ffffff;
}

#container{
	width:970px;
	margin:0 auto;
	text-align:left;
}

#inner{
	margin:0 10px;
}

textarea{
    line-height:1.3
}

textarea { 
width: 550px; 
height: 6em; 
} 

input, select, textarea { 
font-size: smaller; 
} 



.title{
    color: #ffffff;
    background-color:FF4500;
    padding:0 5px;
    font-weight:bold;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    text-align: left;
}

.centerright{
	width:730px;
	float:right;
}

.center{
	width:550px;
	float:left;
    color: #000000;
    text-align:center;
}

table {  
text-align: left; 
width: 550px; 
height: auto; 
} 

td, th { 
text-align: left;
font-size: smaller; 
} 


.style{
    line-height:1.4
}

.right{
	width:170px;
	float:right;
}

.left{
	width:200px;
	float:left;
    background-color: FFFAF0;
    color: #0968ae;
}

#footer{
    background-color: #ffffff;
	text-align:center;
}

.clear{
	clear:both;
	line-height:0;
	height:0;
}
