/* CSS Document */
*{
margin:0;
padding:0;
}
html{
font-family:tahoma, Verdana, Arial;
font-size:12px;
}
body{
text-align:center;
color:#0a3ca1;
background:#23abe5 url(../images/bg.jpg) repeat-x left top;
line-height:25px;
}
ul{
list-style:none;
}
a img{
border:none;
}
a{
color:#0a3ca1;
text-decoration:none;
}
a:visited{
color:#0a3ca1;
}
a:hover{
color:#112C4A;
}
h3{
font-size:14px;
font-family:Arial;
}
ol{}
dl{}
dt{
font-weight:bold;
}
dd{}
p{
line-height:1.6em;
}
input{}
select{}
textarea{}

.clear{
clear:both;
}
