/* CSS Document */
*{
margin:0;
padding:0;
}
html{
font-family:tahoma, Verdana, Arial;
font-size:12px;
}
body{
text-align:center;
color:#444;
line-height:20px;
}
ul{
list-style:none;
}
a img{
border:none;
}
a{
color:#66667d;
text-decoration:none;
}
a:hover{
color:#999;
}
h3{
font-size:14px;
font-family:Arial;
}
td{
text-align:left;
}
ol{}
dl{}
dt{
font-weight:bold;
}
dd{}
p{
margin:0.8em 0;
line-height:1.6em;
}
input{}
select{}
textarea{}

.clear{
clear:both;
}
