h1 {
font-family:Arial, Courier ,sans-serif; 
font-size:18px; 
color:#000000;
margin: 10px;
}

h2 {
font-family:Arial, Courier ,sans-serif; 
font-size:16px; 
color:#000000;
margin: 10px;
}

h3 {
font-family:Arial, Courier ,sans-serif; 
font-size:14px; 
color:#000000;
margin: 10px;
font-weight:bold;
}

.text {
font-family:Arial, Courier ,sans-serif; 
font-size:14px; 
color:#000000;
text-align:justify;
margin: 10px;
}

p {
font-family:Arial, Courier ,sans-serif; 
font-size:14px; 
color:#000000;
text-align:justify;
margin: 10px;
}

#footer p {
text-align: center;
font-family:Arial, Courier ,sans-serif; 
font-size:10px; 
line-height:0px
}

.bold {
font-weight:bold;
}

.red {
color:red;
}

img {
border: 0;
}

a {
color:#FF8800; 
text-decoration:none; 
}

a:hover { 
color:#000000; 
text-decoration:none; 
}

.table{
    background-color: #EEEEEE;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    width: 100%; 
}

.tablesmall{
    background-color: #EEEEEE;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    table-layout: fixed;
    text-decoration: none;
    width: 150px; 
    margin-left: 10px;
}

.tablemedium{
    background-color: #EEEEEE;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    width: 500px; 
    margin-left: 100px;
}

.tdtitle{
    width: auto;
    border-bottom: 1px solid #FFC000;
    font-weight:bold;
}
.td {
    width: auto;
    border-bottom: 1px dotted #FFC000;
    vertical-align:top;
    padding: 3px;
}

table.codetable {
    border: 1px solid #FFC000;
    margin: 5px;
    width: 600px;
    line-height:15px;
}

td.codetable {
    background-color: #F5F5F5;
    color: #000000;
    font-family: Arial;
}

.codetable {
    border: 1px solid #FFC000;
    margin: 5px;
    width: 600px;
    line-height:15px;
    background-color: #F5F5F5;
    color: #000000;
    font-family: Arial;
padding: 10px;
}

.left {
	text-align:left;
}