/* CSS Document */
body{
/*	background:url(../images/bg4.jpg) repeat; */
	background-color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* * * * * *  NAV BAR ITEMS * * * * *  * * */
.navbar-parent {
}
.navbar-current-parent {
}
.navbar-page {
}
.navbar-current-page {
}
#content {
	font-family:"Times New Roman", Times, serif;
	}
#title a{
	color:#5B4900;
	font-weight: bold;
	}
#title a:hover{
	color:#000;
	text-decoration: underline;
	}
#title h1 {
	font-size:16px;
	font-weight:bold;
	margin:0 0;
	}
	#content #login h1{
		font-size:18px;
		margin:4px 2px;
		}
#content #login table table td{
	background-color:#DBD5C8;
	color:#000000;
	padding:6px 8px;
	}
#content p{
	margin:0 0;
	padding: 0 0;
	}
table.form {
	background-color: #E9DCD1;
	border: 1px solid #000000;
}
table.form th {
	background-color:#CCCCCC;
	border: 1px solid #000000;
	}
table.form td {
	border: 1px solid #000000;
	}
#content h1 {
	font-size:18px;
	font-weight:bold;
	margin:0 0;
}
#content h3 {
	font-size:14px;
	font-weight:bold;
	margin:0 0;
}
#content #estimate #title_text p {
	text-indent:10px;
	margin-top:10px;
	margin-bottom:10px;
}
