html, body, div, form, fieldset 
{
   margin: 0;
   padding: 0;
   font: 11px/140% Arial, Helvetica, sans-serif;
   color:#333;
 }
 
 BODY 
{
	background:#FFF;
	height:100%;
}

a { color:#e20012; text-decoration:underline; }
a:hover { color:#e20012; text-decoration:underline; }
a img { border:0;}

/* Heading */
h1 {font-size:20px;}
h1, h2, h3, h4, h5, h6, .head {
	margin:0 0 0.4em;
	color:#333;
}
h2 { font-size:2.25em; }
h3 { font-size:1.3em; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; display:table-cell; }
td { padding:0; vertical-align:top; display:table-cell;}

/* Paragraph */
p { margin:0 0 .8em; }

/* Form */
form { 	display:inline;}
label { color:#333;  cursor: pointer;font-size:12px; }
input, select, button { vertical-align:middle; }
input, select, textarea { 
   font-size: 	100%;
   font-family: inherit;
}
input.input-text {	height:16px; color:#BBB;}
select {	height:19px;	}

/* Lists */
ol, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

:focus { outline: 0; }

.clear { clear:both; height:1px !important; border:0 !important;}
.clear_left { clear:left; height:1px !important; border:0 !important;}