p {
 font-family: Arial;
 font-size: 9pt;
}

B {
 font-family: Arial;
 font-size: 10pt;
}

A.box {
 font-family: Arial;
 font-size: 10pt;
 color: #6B8BC5;
 padding-bottom:5px;

}

A.menu {
 font-family: Arial;
 font-size: 10pt;
 color: #6B8BC5;
 padding-left:10px;


}

A {
 font-family: Arial;
 font-size: 9pt;
 color: #1C305A;
}

H1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13pt;
 color: #6B8BC5;
 font-weight: bold;
}

H2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #1C305A;
 font-weight: bold;
}

body {
 background-image: url("images/bg.gif");
 background-repeat:repeat-x;
 background-color:#82A9F0;


}