/* CSS Document */

html, body {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-align:left;
letter-spacing:-0.02em;
color:#333333;
}

h1, h2, h3, h4, h5 { 
margin:0px;
padding:0px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;
line-height:normal;
color:#790e0e;
}

h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
}

h4 {
font-size:12px;
}
h5 {
font-size:11px;
}

a:visited {color:#555555;
text-decoration:none;
}
a:link{color:#555555;
text-decoration:none;
}
a:hover {color:#666666;
text-decoration:underline;
}

.white {
color:#FFFFFF;
text-decoration:none;
}
.white a:visited {
color:#FFFFFF;
text-decoration:none;
}
.white a:link {
color:#FFFFFF;
text-decoration:none;
}
.white a:hover {color:#FFFFFF;
text-decoration:underline;
}

