BODY {
	margin: 0;
	padding: 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.home { 
	background: url("images/home_tile.gif");
	background-repeat : repeat-y;
 }
 .interior { 
	background: url("images/interior_tile.gif");
	background-repeat : repeat-y;
  }
P { 
	font-size : x-small;
	font-weight : 700;
	 }
LI { 
	font-size : x-small;
	font-weight : 700;
	margin-left: 15px;
	 }
TABLE {
	padding : 0;
	margin : 0;
	vertical-align : top;
}
HR { 
	border: 0;
	width: 90%;
	height: 2;
	background-color: Black;
	color: Black;
}
A, A:visited { 
	text-decoration: none;
 }
P A.menu {
	color: White;
	font-weight : 500;
}
P A.menu:hover {
	color: White;
	text-decoration: underline;
}
TD.home {
	height: 1024;
 	width: 1140;
	vertical-align: top;
	background: url("images/home_ul.gif");
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 80px;
}
TD.inter {
	height: 682;
	width: 630;
	vertical-align: top;
	background: url("images/interior_ul.gif");
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 130px;
}

TD.menutd {
	background-color : Black;
	border : 0;
	padding : 3;
	vertical-align : top;
	text-align : center;
	width : auto;
}
H1 {
	font-style : italic;
	font-size: large;
	margin-bottom: 8px;
}
H2 { 
	font-size: small;
	margin-top: 8px;
	margin-left: 20;
 }
.intext {
	margin-left: 30;
	margin-right: 20;
}
P.intext_pitch { 
	text-align: center;
	margin-left: 40;
 }
.larger { 
	font-size: larger;
 }
P.intext A, P.intext A:visited { 
color: black;
 }
P.intext A:hover{ 
	color: red;
	text-decoration: underline;
 }
.makeblack { 
 color: Black;
  }
 .form_left {
 	color: Red;
	font-weight: bold;
	text-align : right;
}
 .form_right {
 	color: black;
	font-weight: bold;
	text-align : left;
}