/* CSS Document */

/* ------------DO NOT EDIT BELOW THIS LINE------------ */

/* BEGIN INITIALIZATION 
   this is to neutralize all browser styles and ensure cross-browser compatibility
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
body {
	line-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F8F7DA;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, form {
	margin: 0;
	padding: 0;
	text-align:left;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Apply default form settings
	Form field text-scaling and minimum width inputs */
input, select, textarea {
	font-size: 12px;
}

/* Apply default table settings
   To most common elements: */
table {
    border-collapse:collapse;
	vertical-align:top;
	margin: 0;
	padding: 0;
	border:0;
}
tr,th,td {
	margin: 0;
	padding: 0;
	border:0;
    text-align:left;
    font-weight:normal;
    vertical-align:top;
}

/* END INITIALIZATION */

/* ------------NOW YOU MAY EDIT BELOW THIS LINE------------ */

body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;  
	color:#000000;
	line-height: 16px;
	}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;  
	color:#000000;
	line-height: 16px;
	}

li {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;  
	color:#000000;
	line-height: 16px;
	}


a:link {color:#433595; }
a:active {color:#433595; }
a:hover {color:#433595; }
a:visited {color:#433595;}

table.stretchxy {
	height:100%;
	width:100%;
	}

table.rowhouses {
	text-align:center;
	}

table.rowhouses td {
	text-align:center;
	valign:center;
	padding:2px;
	border: solid 1px #472A28;
	background-color:#F8F7DA;
}

td.rowtopmessage{
	background-color:#4C2301;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
}

td.menubottom{
	background-color:#522E10;
	padding:10px;
	text-align:center;
}



