* { margin: 0; padding: 0; text-decoration: none; }
ul { list-style: none; }
table { border:0; border-collapse:collapse; }
a img { border: 0; } 
/* Clear Floats Tool */
.clear:after { 	
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hide Element Tool */
.hide { display: none !important; }
.reset { margin: 0; padding: 0; }
.center { text-align: center; }

body, td, th, textarea {
    font-size: 12px; 
    font-family: Verdana, Arial, Hevetica, Sans-Serif;
}
body, table {
    text-align:left;
}
td, th {
    vertical-align:top;
}
.canvas {
    width:980px;
    margin-left:auto;
    margin-right:auto;
}
p {
    margin:10px 0px 10px 0px;
}
.pad {
    padding:10px;
}
a {
    color:#96AD00;
}
a:hover {
    text-decoration:underline;
}
h1{
   font-size:16px;
   font-weight:bold;
   margin:5px 0px 10px 0px;
}.clear{clear:both;height:0;}