html, body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
table-layout: fixed;
}

table td{
padding:0px; /* cellpadding="0" */
} 

p {
	line-height: 15pt;
	padding-bottom: 20px;
}

ul {
	line-height: 15pt;
	margin-bottom: 10pt;
	margin-top: 5pt;
	padding-bottom: 20px;
}

h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
.fill {
	width:100%;
	height:100%;
}

col#c_left{ width: 30%; }
col#c_mid {
	width: 765px;
}
col#c_right { width: 30%; }

td#td_left { width: 30%; }
td#td_mid {
	width: 765px;
}
td#td_right { width: 30%;  }

tr#tr_top { height: 150px; }
tr#tr_mid { height: expression(parseFloat(document.documentElement.clientHeight) - 150 - 50 + 'px'); }
tr#tr_low { height: 27px; }
tr#tr_bot { height: 23px; }

.font_red {
	color: #9C3031;
	font-size: medium;
	white-space:nowrap;
}

.font_slogan {
	color: #000000;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.tailless {
	padding-bottom: 0px;
}

img { border:none; }

a:link  { text-decoration:none; color:#9C2821; }
a:visited { text-decoration:none; color:#9C2821; }
a:active { text-decoration:underline;  color:#9C2821; }
a:hover { text-decoration:underline;  color:#9C2821; }

.menu {
	border-bottom:2px solid white;
	/*behavior: url('menu.htc');*/
}

.menu_sel {
	border-bottom:2px solid #9C2821;
	/*behavior: url('menu.htc');*/
}

.menu_over {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9A00;
	/*behavior: url('menu.htc');*/
}

.float {
	width:30%;
	float:right;
	margin-top:35pt;
	margin-left:20px;
	border:2px solid #000000;
	background-color:#FFCB7B;
}

.float p {
	margin-top: 0;
	margin-bottom: 0;
	padding:10px;
	border-bottom:1px dashed black;
}

.no_border {
	border: 0 none !important;
}
.style1 {
	font-size: small;
	text-align: right;
}
