body
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}

td
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}

h1
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 22px;
  font-weight : normal;
  color:#999999;
}

h2
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}

h3
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}

h4
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#ffffff;
}

h5
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
  line-height: 20px;
  text-align : justify;
}

h6
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 8px;
  font-weight : normal;
  color:#999999;
}


h1,h2,h3,h4,h5,h6,li,ul {
	margin:0;
}

li {	
	margin-bottom:10px;
}

input, select
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#000000;
}

a
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  font-weight:normal;
  text-decoration: none;
}

a:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  font-weight:normal;
  text-decoration: none;
}

a.Link
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  font-weight:normal;
  text-decoration: none;
}

a.Link:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  font-weight:normal;
  text-decoration: none;
}

a.MenuLink
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  font-weight:normal;
  text-decoration: none;
}

a.MenuLink:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  font-weight:normal;
  text-decoration: none;
}


a.menulink
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  text-decoration: none;
}

a.menulink:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  text-decoration: none;
}


a.menusublink:link
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  text-decoration: none;
}

a.menusublink:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#cfcfcf;
  text-decoration: none;
}


a.menusublink:visited
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  text-decoration: none;
}


a.footer
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  font-weight:bold;
}

a.footer:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  text-decoration: none;
  font-weight:bold;
}

.pagettl
{
  font-family : Arial, Arial, Verdana, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  color:#ffffff;
}


.org_text {
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


.tableHeading
{
  background-color: ;
}

.breadcrumb
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color:#999999;
}
a.breadcrumb
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#999999;
  font-weight:normal;
  text-decoration: none;
}

a.breadcrumb:hover
{
  font-family : Arial, Verdana, sans-serif;
  font-size : 12px;
  color:#ffffff;
  font-weight:normal;
  text-decoration: none;
}

td.whitebg {
	background:#FFFFFF;
}



<!-- FORM -->

input, textarea, select { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	color:#000;
	width: 280px;
	background: url(images/bg_form.png) #FFF left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
#Products {
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
	height:200px;
	width: auto;
	color:#000;
	background:#FFF;
	}
select:focus {
	background: #F77A20;
}


textarea { 
	width: 300px;
	max-width: 300px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	color:#FFF;
	background: #F77A20;
	border-color: #FFF; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: 120px;
	padding: 15px 15px;
	background: #F77A20;
	border: 0;
	font-size: 14px;
	color: #fff;
	cursor:pointer;
	}

input.check {
	width:auto;
	background:none;
}

#Comments {
	width: 100px;
}

#InstallationDate {
	width:80px;
}

#button {
	padding: 10px;
	border: solid 1px #FFF;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	color:#FFF;
	width: auto;
	background: #F77A20;	
}
#button:hover {
	color:#F77A20;
	background:#FFF;
}


