body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

hr{
	width: 100%;
	color: #CCCCCC;
	height: 2px;
	border: none;
	background: #CCCCCC;
}


h1{
	font-size:12px;
	color:#E98203;
	margin: 10px 0px 0px 10px;
}

h2{
	font-size:11px;
	color:#E98203;
	margin: 4px 0px 10px 10px;
}

h3{
	font-size:11px;
	font-weight: bold;
	color:#000000;
	margin: 4px 0px 0px 10px;
}

p {
	font-size:11px;
	margin: 4px 3px 5px 10px;
	letter-spacing:1px;
	line-height:18px;
	color: #000000;
}

#navi a {
	color:#666;
	letter-spacing:1px;
	font-size: 12px;
	font-weight: bold;
}

.plainbold {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
.plain {
	font-size: 11px; 
	color: #000000; 
	margin: 4px 3px 5px 10px;
	letter-spacing:1px;
	line-height:18px;
}
.plain_block {
	font-size: 11px; 
	color: #000000;
	margin: 4px 3px 5px 10px;
	letter-spacing:1px;
	line-height:18px; 
	text-align: justify;
}
.boldred {
	font-weight: bold;
	color: #c92000;
}
.footer {
	font-weight: normal;
	color: #333;
	font-size: 11px;

}
input.text{
	font-size: 11px;
	letter-spacing:1px;
	color: #000000;
	border: 1px solid #FF6600;
}

textarea{
	font-size: 11px;
	letter-spacing:1px;
	color: #000000;
	border: 1px solid #FF6600;
}

input.button{
	font-size: 11px;
	letter-spacing:1px;
	color: #000000;
	border: 1px solid #FF6600;
}


a:link {
	letter-spacing:1px;
	font-weight: normal;
	color: #E98203;
	text-decoration: none;
}

a:visited {
	letter-spacing:1px;
	font-weight: normal;
	color: #E98203;
	text-decoration: none;
}
a:hover {
	letter-spacing:1px;
	font-weight: normal;
	color: #E98203;
	text-decoration: none;
}

a:active {
	letter-spacing:1px;
	font-weight: normal;
	color: #E98203;
	text-decoration: none;
}

.border{
	border: 1px solid #999999;
}

li{
	list-style-image: url(images/li.jpg);
	font-size: 11px;
}
	

