/* CSS Document */

body {
background-repeat:repeat-x;
background-color:#FFFFFF;
}

#body {
font-family: Arial;
font-size: 10px;
color: #939598;
}

#header {
font-family: Georgia;
font-size: 11px;
color: #000737;
font-weight:regular;
text-align:right;
}

a {
font-family: Arial;
font-size: 10px;
color: #939598;
text-decoration:none;
}

a:hover {
font-family: Arial;
font-size: 10px;
color: #939598;
text-decoration:underline;
}