* { 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;
}
.wrapper{
    padding-top:10px;
    width:960px;
    margin-left:auto;
    margin-right:auto;
}
/* for navigation menu */
.nav {
}
.nav li {
    float:left;
    display:block;
    padding:3px;
    border:none;
    font-size:16px;
    font-weight:normal;
    color:#8080FF;
    margin-right:3px;
    text-decoration:none;
}
.nav li:hover {
    text-decoration:underline;
}
.copyright {
    text-align:right;
    font-size:10px;
}

p {
    padding-bottom:10px;
}
.pad {
    padding:10px;
}
a {
    color:#2050F0;
}
a:hover {
    text-decoration:underline;
}

