@CHARSET "ISO-8859-1";


body {
	color: #000;
	padding: 0;
	margin: 0; 
	border: 0;
	font-size: 12pt;
	text-decoration: none;
	background-color:#fff;
	font-family: Helvetica, Arial, Times New Roman, default;
}

h1,h2,h3,h4 {
	margin-bottom: 0;
	margin-top: 1.5em;
}

a {
	text-decoration:none;
	color: #b34538;
}
a:visited {
	color: #b34538;
}
a:hover {
	color: #000;
}

img {
	border:0;
}

.clear { 
	clear: both; 
}

/* general purpose */

.bar {
	background-color: #80b796; 
	height: 1px
}

.hide { display: none; }

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
/* only works if a width has been defined */
.block_center {
	margin:0 auto;
}	

/* used for the rounded corners */
.corner_left {
	float:left; 
}

.corner_right {
	float:right;
}

/* status and error messages */

.error_message {
	color: red;
}
.success_message {
	color: green;
}
.status_message {
	color: green;
}
.form_errors {
	color: red;
}
.required {
	color: #EF9C77;
}

