<style type="text/css">

.class1 a:active{color: #2E3092;}
.class1 a:hover{color: #2E3092; font-weight: bold;}
.class1 a:link{color: #2E3092;}
.class1 a:visited{color: #2E3092;}

.class2 a:active{color: #000000;}
.class2 a:hover{color: #000000; font-weight: bold;}
.class2 a:link{color: #000000;}
.class2 a:visited{color: #000000;}

.class3 a:active{color: #FFFFCC;}
.class3 a:hover{color: #FFFFCC; font-weight: bold; }
.class3 a:link{color: #FFFFCC;}
.class3 a:visited{color: #FFFFCC;}

.class4 a:active{color: #0E0C3B;}
.class4 a:hover{color: #0E0C3B; font-weight: bold; }
.class4 a:link{color: #0E0C3B;}
.class4 a:visited{color: #0E0C3B;}

h1{text-align: center; font-family: Tahoma, Arial;font-size: 24pt;font-weight: 700;font-style: normal;color: #2E3092;}

h2{text-align: center; font-family: Tahoma, Arial;font-size: 18pt;font-weight: 700;font-style: normal;color: #000000;}
  
h3{text-align: left; font-family: Tahoma, Arial;font-size: 14pt;font-weight: 700;font-style: normal;color: #000000;}

h4{text-align: left; font-family: Tahoma, Arial;font-size: 14pt;font-weight: 700;font-style: normal;color: #000000;}

h5{text-align: center; font-family: Tahoma, Arial;font-size: 8pt;font-weight: 400;font-style: normal;color: #2E3092;}

h6{text-align: center; font-family: Tahoma, Arial;font-size: 12pt;font-weight: 700;font-style: normal;color: #000000;}

body{
background-image:url('images/background.jpg');
background-repeat: repeat-x;
background-color:#A4BCE1;
font-family: Tahoma, Arial;
font-size: small;
text-align: center;
text color: #2E3092;
}
#wrapper{
background-color: #FFFFFF;
width: 900px;
font-family: Tahoma, Arial;
font-size: 10pt;
font-weight: 500;
color: #2E3092;
text-align: center;
vertical-align: middle;
border: solid;
border-width: 1px;
}
#content{
text-align: left;
font-family: Tahoma, Arial;
font-size: 10pt;
font-weight: 500;
color: #2E3092;
padding-left: 10px;
padding-right: 5px;

}
#centered{
text-align: center;
font-family: Tahoma, Arial;
font-size: 10pt;
font-weight: 500;
color: #2E3092;
padding-left: 10px;
padding-right: 5px;
}

#footer{
background-color: #D4E3F6;
text-align: center;
font-family: Tahoma, Arial;
font-size: 10pt;
font-weight: 500;
color: #2E3092;
vertical-align: top;
border: solid;
border-color:inherit;
border-width: 0px;
border-top: 0px;
}
</style>