/* CSS Document */

a:link, a:visited, a:active {
font-size: 11px;
color: #000000;
font-weight: normal;
text-decoration: underline;
}

a:hover {
color: #999999;
text-decoration: underline overline;
}

a.click:link, a.click:visited, a.click:active {
font-size: 15px;
color: #333333;
font-weight: bold;
text-decoration: none;
}

a.click:hover {
color: #000000;
text-decoration: underline;
}

body {
font-family: Tahoma, Arial;
}

h1 {
font-size: 25px;
margin-bottom: 10px;
text-align: left;
}

h2 {
font-size: 15px;
margin-top: 25px;
margin-bottom: -15px;
}

p {
text-align: justify;
font-size: 12px;
}

hr {
border: 0px;
background-color: #000000;
color: #000000;
height: 2px;
margin-bottom: -15px;
}