/* styles for text only (p,a,h1,h2,..) */
* {
  font-family: Arial;
}
body{
  font-size: 12px;
}
a{
  color:#3333AA;
  text-decoration: underline;
}
a:hover{
  text-decoration: underline;
}

h1,h2,h3{
    color:black;
}

h1{
    font-family:Arial;
    font-size:20px;
    font-weight:normal;
    margin:10px 0px;
}
div.contentBox h1{
    font-family:times New Roman;
    font-size:22px;
    font-weight:bolder;
    margin:10px 0px;
}
h2{
    font-family:tahoma;
    font-size:14px;
    font-weight:bolder;
    margin:25px 0 9px;
}

h3{
    font-size:12px;
}

h1 a,h2 a,h3 a,h4 a{
    text-decoration: none;
    color:black;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{
    text-decoration: underline;
    color:black;
}

table{
    margin:10px 2px;
    border-collapse:collapse;
    border-color:gray;
}


th{
    font-size:11px;
    font-weight:bolder;
    padding:3px 5px;
    text-align:center;
    background-color:#DDDDF3;
    border-color:gray;
}

td{
    font-size:11px;
    padding:2px 5px;
    border-color:gray;
}
select, option, input{
    font-size:11px;
    
}
p{
    margin:11px 0;
}
a img{
    border:0px;
}

strong a{
    font-weight: bolder !important;
}
