@charset "utf-8";
/* CSS Document */

/***************************************************************/
/* Top Level Defs                                              */
/***************************************************************/
body {
font-size:12px;
font-family:Verdana;
color:#333333;
}

h1 {
font-family:impact;
font-size:1.4em;
font-weight:normal;
}

h2 {
font-size:1em;
font-weight:bold;
margin:0px;
}

a:link {
text-decoration:none;
}

a:visited {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.blue {
color:#0A51A1;
}

.green {
color:#2F982F;
}

.red {
color:#F8100E;
}
