body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: white;
}

a, a:link, a:visited 
{
	font-family: arial, helvetica, sans-serif;

	text-decoration: none;
	color: blue;
}

a:hover, a:active
{
	text-decoration: underline;
	color: blue;
}

a.estimate, a.estimate:link, a.estimate:visited 
{
	font-family: arial, helvetica, sans-serif;
	font-size : 16pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
}

a.estimate:hover, a.estimate:active
{
	text-decoration: underline;
}

a.navbar, a.navbar:link, a.navbar:visited, a.navbar:hover, a.navbar:active
{
	font-family: verdana, helvetica, sans-serif;
	font-size : 8pt;
	text-decoration: underline;
	color: blue;
}

.border 
{
	background : #000080;
	color: black;	
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

.project
{
	background : black;
	color: white;	
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

.heading
{
	background : black;
	color: white;	
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

h1.heading
{
	color: #FFCC00;	
	font-family: arial, helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
}

hr.heading
{
	color: white;	
	width: 100%;
}

.estimate
{
	background : black;
	color: white;	
	font-family: arial, helvetica, sans-serif;
	font-size:12pt;
}

b.estimate
{
	color: #FFCC00;	
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight : bold;
}

.section
{
	background : #666666;
	color: white;	
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
}

.question
{
	background : #CCCCCC;
	color: black;	
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

.navigation
{
	background : black;
	color: white;	
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

.menu {
   position:absolute;
   top:30;
   left:30;
   font-family:arial;
   font-size:12pt;
   font-weight:bold;
}

.desc {
   position:absolute;
   top:50;
   left:300;
   width:200px;
   font-family:arial;
   font-size:10pt;
   visibility:hidden
}

input {
	color: black;	
	font-family: courier;
	font-size: 10pt;
}