body {
    color: #000000;
    text-align: justify;
    text-decoration: none;
    font-family: "Lucida Grande", Verdana, arial, sans-serif;
    font-size: 13px;
}
h1 {
    color: #000000;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}
h2 {
    color: #000000;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
}
a {
    color: #DF4400;
    text-decoration: none;
    font-size: 13px;
}
a:hover {
    color: #0017C1;
}
a:visited {
    color: #DF4400;
    text-decoration: none;
    font-size: 13px;
}
a:visited:hover {
    color: #0017C1;
}
ul {
    list-style-image: url('soft_icons/bullet.png');
}
li {    
    color: #000000;
    text-align: justify;
    text-decoration: none;
    font-size: 13px;
}
table.code {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    
    margin-left:10px;
    padding-left:20px;
    padding-right:20px;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
    background-color:#E3E3E3;
    width:80%;
    
}
th.code {
	border-width:  0px 1px 1px 1px;	border-color: #000000;	border-style: solid;
	background-color:#833222;
	text-align:center;
}
table.program {
    text-align:justify;
    border-bottom-style:dashed;
    padding-bottom:10px;
    margin-bottom:10px;
    margin-top:10px;
    border-color:#000000;
    border-width:1px;
    background-color:#FFFFFF;
    width:100%; /* 478px */
}
img {
border:0;
}
.hiddenPic {
display:none;
}