@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

html {
height: 100%;
width: 100%;
}

html, body {
font-family: Arial, Helvetica, sans-serif;
/* font-size: 90%; */
font-size: 12px;
font-weight: normal;
color: #666666;
}

body {
margin:0;
padding:0;
background:#FFF;
}

a {
text-decoration: none;
/* color:#F68833; */
color:#FB9A23;
}

h1			{font-family:"Arial Narrow", Arial, sans-serif;font-size: 2.0em;color: #F68632;	padding-top: 0px; padding-bottom: 30px; /*border: double 3px blue;*/}

p{
padding-top: 5px;
padding-bottom: 5px;
}

img {
	border:none;
}

input{
height:18px;
} 
