/* 
    Document   : reset
    Created on : 18-Jan-2010, 09:43:45
    Author     : rich.middleditch
*/

*{
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
}
html{
    font-size: 100%;
}
body{
    font-size: 62.5%;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
fieldset, img{
    border: 0;
}
a{
    color: #0065BD;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:focus
{
    text-decoration: underline;
}
legend{
    display: none;
}