html 			{ height: 100%;width:100%;}
body 			{ width:100%;height: 100%; color: #fff; background: #464646;font-family:Trebuchet MS; font-size:12px;}
#form1          { height: 100%;width:100%;}

h1, h2, h3, h4, h5, h6
 				{ font-weight: normal }
h1 				{ font-size: 17px; line-height: 18px; margin-bottom: 14px} 
h2 				{ font-size: 14px; line-height: 18px; margin-bottom: 14px}
h3				{ font-size: 11px; line-height: 18px; margin-bottom: 0 }
h4, h5, h6		{ font-size: 10px; line-height: 18px; margin-bottom: 14px }

ul, ol			{ margin-bottom: 18px }
ul 				{ list-style: square }
ol 				{ list-style: decimal }
li	 			{ margin-left: 36px; color: #1c2023; }
li p 			{ color: #fff }

/*------------------------------------------
------------------ Fonts -------------------
----------------------------------------- */

h1, h2, h3, h4, h5, h6
 				{ font-family: Trebuchet MS, serif }
p, pre, label, th, td, li
				{ font-family: Trebuchet MS, serif  } 			
				
/*------------------------------------------
------------------ Links -------------------
----------------------------------------- */

a{ font-weight: normal; text-decoration: underline; color: #c0c0c0}
a:hover			{ text-decoration: none }
a img			{ border: 0 }

/*------------------------------------------
------------- Global Classes ---------------
----------------------------------------- */

.clear			{ clear: both }
.floatLeft		{ float: left }
.floatRight		{ float: right }

.textLeft		{ text-align: left }
.textRight		{ text-align: right; padding-top: 0 !important }
.textCenter		{ text-align: center }
.textJustify	{ text-align: justify }

.bold			{ font-weight: bold !important }
.italic			{ font-style: italic }
.underline		{ border-bottom: 1px solid }
.highlight		{ background: #ffc }

.noPadding		{ padding: 0 }
.noBorder		{ border: none !important }
.noMargin		{ margin: 0 !important}
.noIndent		{ margin-left: 0; padding-left: 0 }
.noBullet		{ list-style: none; list-style-image: none }