/* CSS Document */

/* Default.css */
html, body {margin: 0; padding: 0; height: 100%;}
body {
	font-family : Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	/*font-size: 100.1%;*/
	font-size: 12px;
	background-color: #373B32;
	color: #666666;
	line-height: 1.5; 
	/*letter-spacing:1px;*/
}
table, tr, td{vertical-align:top;}

h1, h2, h3, h4, h5, h6 {color: #666666; font-weight:normal; /*letter-spacing:1px;*/ font-family: century gothic, georgia, arial;}
h1{font-size: 32px; /*padding:30px 0px 10px 0px; line-height:1.4;*/}
h2{font-size: 32px; /*padding:15px 0px 2px 0px;*/ }
h3{font-size: 18px; color: #000; padding:9px 0px 2px 0px;}


a{color: #000; text-decoration: underline;}
a:hover{color: #000; text-decoration: none;}

p{padding-bottom:9px;}

/* Use as required to clear float values */
.Clear{clear:both;}
