/* Generic Selectors */ 

body { 
margin: 0;
overflow: -moz-scrollbars-vertical; 
} 

/* header text */
h1 { 
  color: #ff9933;
  font-family: verdana,tahoma,arial; 
  font-size: 16px; 
  font-weight: normal;
  padding: 0px; 
	margin: 0px; 
 }
 
/* subheading text */
h2 { 
	color: #666666;
	font-family: verdana,tahoma,arial; 
	font-size: 14px; 
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	}
 
/* body text */
h3 { 
	color: #000000;
	font-family: verdana,tahoma,arial; 
	font-size: 12px; 
	font-weight: normal;
	padding: 0px;
	margin: 0px; 
	}

/* footer text */
h4 { 
	color: #000000;
	font-family: verdana,tahoma,arial; 
	font-size: 10px; 
	font-weight: normal;
	padding: 0px; 
	margin: 0px;
	}
 
/* links */ 
a:link { 
	color: #ff9933;
	text-decoration: none;
	}
a:visited { 
	color: #666666;
	text-decoration: none;
	}
a:hover { 
	color: #666666;
	text-decoration: none;
	}
a:active { 
	color: #666666;
	text-decoration: none;	
	}

form{
  margin:0;
}

/* tiny mce header text */
.heading { 
  color: #ff9933;
  font-family: verdana,tahoma,arial; 
  font-size: 16px; 
  font-weight: normal;
  padding: 0px; 
	margin: 0px; 
 }
 
/* tiny mce subheading text */
.sub_heading { 
	color: #666666;
	font-family: verdana,tahoma,arial; 
	font-size: 14px; 
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	}
 
/* tiny mce body text */
.body { 
	color: #000000;
	font-family: verdana,tahoma,arial; 
	font-size: 12px; 
	font-weight: normal;
	padding: 0px;
	margin: 0px; 
	}

