/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	
	margin: 0;
	padding: 0;
	}
	
table {
	}
	
table td {
	padding: 0.50em 1.00em;
	}
	
	
img {
	border: 1px solid #cccccc;
	max-width: 300px;
	height: auto;
	}
	
h1 {
	font-size: 2.0em;
	color: #990000;
	}
	
.breakLine {
	position: relative;
	border-top: 1px dotted #cccccc;
	margin: 1.00em 0.25em;
	}