/**#################### DEFAULT and FORMS CSS ####################**/

body,html {
  padding          : 0;
  margin           : 0;
             }

p {
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #000000;
  font-size        : 13px;
  line-height      : 16px;
}
td {
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #000000;
  font-size        : 13px;
  line-height      : 16px;
}
tr {
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #000000;
  font-size        : 13px;
  line-height      : 16px;
}
div {
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #000000;
  font-size        : 13px;
  line-height      : 16px;
}

hr {
  color            : #000000;
  height           : 1px;
  width            : 100%;
}

a:link, a:visited {
  color            : #000000;
  text-decoration  : underline;
  
}
a:hover {
  color            : #990000;
  text-decoration  : underline;
  
}

ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}

li {  
  line-height      : 14px;
  padding-left     : 14px;
  padding-top      : 2px;
  background-image : url(../images/bullet.gif) ;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

ol li {
background-image: none;
}

form {
margin           : 0; 
padding          : 0;
}

.inputbox {
 color        : #000000;
 background   : #ffffff;
 border       : 1px solid #8E9CA8;
 margin       : 3px 0;

}

form select.button{
 color        : #000000;
 background   : #E2E7EA;
}

option {
background   : #E2E7EA;
}

h1 {
  font-size        : 16px;
  color            : #000000;
    }

h2 {
  font-size        : 15px;
  color            : #000000;
    }

h3 {
  font-size        : 14px;
  color            : #000000;
    }

h4 {
  font-size        : 10px;
  color            : #000000;
    }

}


/******************* Top Menu************************/


.topnav {
	 width				: 0; 
       text-decoration		      : none; 
       color				: #ffffff;
       font-size                    : 14px;
	}

a.topnav {
	position			: relative;
	width				: auto;
	background			: #0D0D0D;
 	padding			: 11px 6px 11px 6px;
	color				: #ffffff;
      text-decoration		: none;
	font-weight			: normal;
      line-height             : 38px !important; 
      line-height             : 16px; 
      _height:0;
      
	}


a.topnav:link {
text-decoration		: none;
color                           : #ffffff;
}

a.topnav:visited {
text-decoration		: none;
color                           : #ffffff;
}

a.topnav:hover {
 	width		: auto;
	color		: #000000;
	background	: #ffcc01;
      padding		: 11px 6px 11px 6px;
 	font-weight	: normal;
	text-decoration	: none;
}


#tophormenu {
background     : #000000;
padding-right  : 10px;
border-top     : 1px solid #7E8890;
border-bottom  : 1px solid #7E8890;
}

