// Ken Willis Construction Style Sheet

body {
	background-color: #000000;
}

td, tr {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #000000;
}

form {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

input, textarea, select {
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background-color: #ACD1E3;
	color: #000000;
}

a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}

a:hover {
	font-family: arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF99;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.headline1 {
	font-size: 15;
	font-family: georgia;
	font-weight: bold;
	color: #FFFFFF;
	background: #280EBE;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.headline2 {
	font-size: 11;
	font-family: verdana;
	font-weight: bold;
	color: #FFFF99;
	background: #280EBE;
	padding-left: 8px;
	padding-right: 8px;
}

.headline3 {
	font-size: 14;
	font-family: verdana;
	font-weight: bold;
	color: #FFFFFF;
	background: #336633;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.greeter {
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.copyright {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.smally {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.smally:hover {
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

.rentals {
	color: #000000;
	font-weight: bold;
}

.bodydesc {
	color: #000000;
}

.bodylink {
	color: #024822;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
}

.bodylink:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

.bodylink:visited {
	color: #990000;
	text-decoration: none;
}


// Navigation related

span {
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

table.subnav {
	border: solid 1px #DDDDDD;
	background-color: #777777;
}

table.subnav td {
	white-space: nowrap;
}

table.subnav td a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	padding: 4px;
}

table.subnav td a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
	color: #000000;
}