body {
	background-color: #F4EECE;
	margin: 0px;
}

p,td,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #5E3B19;
}

.download {
	font-size: 22px;
	font-weight: bold;
	color: #70381F;
}
.big{
	font-size: 16px;
	font-weight: bold;
	color: #70381F;
	line-height: 180%;
}
.white{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.white-s{
	font-size: 12px;
	color: #FFFFFF;
}
.nor{
	font-size: 14px;
	color: #3B3B3B;
	line-height: 180%;
}
.brown{
	font-size: 16px;
	font-weight: bold;
	color: #70381F;
}
.error {
	background: url(images/standard_msg_error.gif) #fff2e9 no-repeat 5px 5px;
	border: #f60 1px solid;
	margin:0px 8px 0px 30px;
	padding: 5px 5px 5px 30px;
	width: 320px;
	display:none;
}

