/* Filename: basic.css */
.border0 {
border:0;
}
img {
border:0
}
a:link { 
    color: #990000; 
    font-weight: bold; 
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:active {  
    color: #000000; 
    font-weight: bold; 
    text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {  
    color: #990000; 
    font-weight: bold; 
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {  
    color: #000000; 
    font-weight: bold; 
    text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

body {  margin: 0px 0px 
	}

p {
    font-size: .9em; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 1.6em; 
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: bottom
}

h2 {
    font-size: 1.2em; 
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}

h3 {
    font-weight: bold;
    font-size: 0.9em;  
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}

h4 {
    margin-top: 0em;
    font-weight: bold;
    font-size: 0.9em; 
    margin-bottom: 0em;
    text-transform: uppercase;
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    text-align: center;
}

h5 {
    font-weight: bold;
    font-size: 0.9em; 
    margin-bottom: 0em;
    text-transform: uppercase;
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}

h6 {
    border-top: #cccccc thin solid; 
    margin-top: 2em;
    font-weight: bold;
    font-size: 0.9em; 
    margin-bottom: 0em;
    text-transform: uppercase;
    color: #999999; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}

blockquote { 
    margin: 0em 4em 1em 4em
}
.right2 {
	text-align: right; font-size: .9em; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.left { text-align: left; font-size: .9em; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
