@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
body, html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #A2A2A2;
    font-size: 12px;
    color: #3D3D3D;
    font-family: Arial, Tahoma, Verdana;
}

a {
    color: #0049A4;
}

a:hover {
    color: #CF0A0D;
}

img {
    border: 0px;
}

h1, h2, h3, h4, h5 {
    font-family: Arial, Tahoma, Verdana;
    line-height: 1.2em;
}


h1 {
    font-size: 21px;
    font-weight: bold;
    color: #CF0A0D;
}

h2 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.red {
    color: #CF0A0D;
}
.style2 {color: #CCCCCC}
.style3 {font-size: 18px}
.style4 {color: #FF0000}
.style5 {font-size: 12px; }
.style6 {
	font-size: 14px;
	color: #FF0000;}

-->
</style>


