/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
}

table {
  width: 100%;
	margin: 0px;
	border-collapse: collapse;
	border: 1px solid #756658;
	
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

table td.body_outer {
	border: 1px solid #756658;
}

td {
	padding: 3px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
        border: 1px solid #756658;
}



body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #D4E8DE;
}

a:link, a:visited {
	color: #616BA8; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}



table.blah
{ font-family: Verdana;
font-weight: normal;
font-size: 16px;
color: #404040;
width: 475px;
background-color: #fafafa;
border: 1px #756658 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}


table.blah td.whee
{ border-bottom: 2px solid #756658;
background-color: #BEC8D1;
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 14px;
color: #404040;}


table.blah td
{ border-bottom: 1px dotted #756658;
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size: 16px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;}
