/*-------------------------
CSS 
--------------------------*/

* { margin: 0; padding: 0; border: none; }
body {font-family: Tahoma, Geneva, sans-serif; font-weight: normal; font-size: 13px; color: #575757; background: #f1ede6; }

form { display: block; }

h1 { font-size: 30px; font-weight: normal; color: #272727; padding: 0px; margin: 0px; font-family: 'Roboto Condensed', sans-serif; font-weight : 700;}
h2 { font-size: 25px; font-weight: normal; color: #272727; padding: 0px 0px 10px 0px; margin: 0px;  font-family: 'Roboto Condensed', sans-serif; font-weight : 700;}
h3 { font-size: 21px; font-weight: normal; color: #272727; padding: 0px; margin: 0px; font-family: 'Roboto Condensed', sans-serif; font-weight : 700;}
h4 { font-size: 18px; font-weight: bold; color: #272727; padding: 0px; margin: 0px;  font-family: 'Roboto Condensed', sans-serif; font-weight : 700;}
h5 { font-size: 16px; font-weight: bold; color: #272727; padding: 0px; margin: 0px;  font-family: 'Roboto Condensed', sans-serif; font-weight : 700;}
h6 { font-size: 14px; font-weight: bold; color: #272727; padding: 0px; margin: 0px;  font-family: 'Roboto Condensed', sans-serif; font-weight : 700;}

img { border: none; text-decoration: none; }

label, button {	cursor: pointer; }
fieldset { border: none; }

