*{
  font-family:      Helvetica, Arial, Trebuchet MS, Verdana, sans-serif;
  color:            #666666;
}

html, body{
  height:           100%;
}

body{
	background-color: #9FA4AC;
	font-size:        12px;
	text-align:       left;
	margin:           297;
	padding:          0;
}

table{
  border-collapse:  collapse;
}

td, th{
  vertical-align:   top;
  padding:          0;
}

form{
  margin:           0;
}

a, a:link, a:active{
	cursor:           pointer;
	text-decoration:  underline;
	font-weight:      bold;
	color: #FF3300;
}

a:hover{
  text-decoration:  none;
  color:            #009EA1;
}

input, textarea, select{
  font-size:        12px;
}

img{
  border:           0;
}

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

h6{
  font-weight:     normal;
  font-size:       11px;
}

hr
{
  display:none;
}

