@charset "utf-8";
/* CSS Document */

html {
	color:#eee;	
	font-family:arial, helvetica, sans-serif;
	font-size:69%;
}

img {
	display:block;
}

img.content_image {
	padding-left: 1em;
	padding-bottom: 1em;
	float: right;
}

a img {
	border:none;
}

a, a:link, a:visited, a:active, .footer {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
	text-decoration:none;
}


h1, h2, h3, h4, .content a, .content a:link, .content a:visited, .content a:active {
	color:#cc092f;	
}

h1, h2, h3, h4 {	
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
	/*line-height:1.7em;	*/
}

.print_icon {
	padding-right:30px;
	background-image:url(../images/interface/printer-icon.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.content h1, .content h2, .content h3, .content h4 {
	margin-bottom:15px;
}

h1 {	
	font-size:1.4em;
	/*padding:15px 0px 15px 20px;*/
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

.content.no_padding {
	padding: 0;
	width: 748px;
}

.content.no_padding h1,
.content.no_padding h2,
.content.no_padding h3{
	padding: 20px 0 0 30px;
}

.content a, .content a:link, .content a:visited, .content a:active {	
	text-decoration:none;
}

.content a:hover {
/*	color:#000;*/
	text-decoration:underline;
}

.content {
	font-size:1.2em;
	/*line-height:1.5em;*/
	color:#333;
	background-color:#fff;
}

.content table {
	margin-bottom:15px;	
}
.content table tr td, .content table tr th {
	vertical-align:top;
	padding-right:10px;
}

.content table tr td {	
	text-align:left;
	padding:10px 10px 0px 0px;
}

p, div.paragraph {
	margin:0px 0px 15px 0px;
	padding:0px;
}

p.no_margin {
	margin:0px;
}

div.clear, br.clear {
	clear:both;
	height:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
}

.black {
	color:#000000;
}

.separator{
	background:url("../images/interface/header__redbar.gif") repeat-x;
	height:6px;
}

.hide{
	display:none;
}

.consent {
    margin: 1em;
}

.content table tr td.submit,
div.submit {
	text-align:center;
	padding:20px 10px 0px 0px;
}

.form_table tr td.highlight,
.highlight {
  color: #A30422;
  font-weight: bold;
}

.error_message {
    color: #A30422;
    font-weight: bold;
    text-align: center;
    padding-right: 10px;
}

