@charset "UTF-8";

/*  Design & Layout */

body {
	margin: 0px;
	padding: 0px;
	background-color:#5B0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

.container {
	}
	
.footer {
	font-size:11px;
	text-align:center;
	}

.content {
	vertical-align:top;
	padding:20px;
	}


	.contentTable {
		border-top:1px; 	border-left:1px;
		border-style:solid;	border-color:#CCC;
		}
	.contentTable td {
		border-right:1px;	border-bottom:1px;
		border-style:solid;	border-color:#CCC;
		font-size:12px;
		}


/*  Text Formatting  */

h1, h2, h3, h4, h5, h6 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	}
	
li {
	padding-bottom:8px;
	}