/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

br {
	line-height: 0px;
	height: 0px;
}

p {
	padding: 9px 0 9px 0;
	font-size: 0.85em;
	line-height: 1.7em;
	text-align: justify;
}

	p a {
		color: #ed1b2f;
		text-decoration: underline;
	}
	
	p a:hover {
		text-decoration: none;
	}

h1 {
	color: #cc3333;
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	color: #cc3333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 6px 0 -7px 0;
}

h3 {
	padding: 2px 7px 0 0;
	color: #878787;
	font-size: 1.0em;
	font-weight: normal;
	text-align: right;
}

span a {
	padding: 2px 0 7px 0;
	color: #878787;
	font-size: 0.75em;
	text-align: right;
	text-decoration: none;
}

#content_left ul {
	margin: 10px 40px 10px 40px;
	color: #ed1b2f;
}

	#content_left ul li {
		font-size: 0.85em;
		line-height: 1.7em;
	}
	
		#content ul li a {
			color: #ed1b2f;
			text-decoration: underline;
		}
		
		#content ul li a:hover {
			text-decoration: none;
		}
		
table {
	width: 600px;
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 0;
	background: #ebebeb;
	border: solid 1px #e7c9fd;
}

	table td p {	
		padding: 0 0 0 38px;
		line-height: 1.7em;
	}
	
		table td input.input {
			width: 200px;
			padding: 2px;
			font-size: 0.85em;
			color: #878787;
		}
		
		table td textarea {	
			font-family: Arial, Helvetica, sans-serif;		
			font-size: 0.85em;
			padding: 2px;
			color: #878787;
		}
		
		table td input.button {
			margin: 0 44px 0 -36px;
			
		}
		
		#submit {
			font-size: 0.85em;
		}
		
		#reset {
			font-size: 0.85em;
		}

.float-image-right {
	float: right;
}
		
.float-image-left {
	float: left;
	padding: 0 10px 0 0;
}

	.float-image-left img {
		border: 3px double #ccc;
	}
	
	.float-image-left a {
		padding: 0;
	}

.references-table {
	margin-top: 15px;
}
	
.references-table th {
	padding: 3px;
	color: #cc3333;
	text-align: left;
	font-weight: normal;
}

.references-table td {
	vertical-align: top;
}

.references-table td p {
	padding-left: 17px;
}

.references-table img {
	border: 1px solid #ccc;

}