/* CSS Document */
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

h1, h3, h4, h5, h6 {margin:20px 0 15px 0; font-weight:bold; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000080}
h1 {font-size:26px;}
h2 {clear:both;margin:50px 0 15px 0; font-size:22pt; font-weight:bold; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000080}
h3 {font-size:22px; font-weight:normal}
ul, ol, dl, li {margin:15px 0 0}
p {width:100%; text-align:justify; margin:15px 0 0 0}
a {text-decoration:underline; outline:none}

a:link {
COLOR: #000080;
}
a:visited {
COLOR: #000080;
}
a:hover {
color:#a63c3c;
}
a:active {
color:#a63c3c;
}
	
.clear {clear:both; float:left}

body {
	font-size:14px;
	font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}