@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:5px;
}

h1 {	
	font-size:1.4em;	
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

.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;	
}

.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;
}