/* CSS Document */

body {
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
table{

	font-size: 11px;

}

input, textarea{
	border: 1px solid #C8CDD1;
	background-color: #E3E8EC;
}

font.bold{
	color: #97281D;
	font-size: 11px;
	font-weight: bold;
}

a{
	color: #ED7006;
	text-decoration: none;
}

a:hover{
	color: #ED7006;
	text-decoration: underline;
}

