/************************************* body **************************************/
body {
	background-attachment: fixed;
	background-image: url(../images/index_09.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

b {
	margin-bottom: 3px;
	padding-bottom: 0px;
	display: block;
}

p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color:#000000;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    color: #000;
	font-weight: normal;
}
	
h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	display: block;
	font-weight: normal;
	font-style: italic;
}		

h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	font-weight: bold; 
	color: #333333;
	padding-bottom: none;
	border-bottom: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	font-weight: bold; 
    color: #000000;
	padding-bottom: none;
	border-bottom: noneC;
}
a:hover, a:active {
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold; 
    color: #999999;
	padding-bottom: none;
	border-bottom: none;
}


input.text,textarea { 
	width: 300px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold; 	
	color: #333333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc; 
}

input.text,input { 
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold; 	
	color: #333333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc; 
}
button {
	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc; 
}
