/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link {
     color: #EEEEEE;
     background-color: transparent;
     }

a:visited {
     color: #EEEEEE;
     background-color: transparent;
     }

a:hover {
     color: #EEEEEE;
     background-color: transparent;
     text-decoration: none;
     }

a:active {
     color: #EEEEEE;
     background-color: transparent;
     }


.header{
 font-family: Times, serif;
 font-size: 40pt;
 color: #000000;
 font-weight: bold;
}

.main_title{
 font-family: Times, serif;
 font-size: 20pt;
 font-weight: bold;
 color: #000000;
 background-color: #E8E3DE;
 }
 
.welch_small{
 font-family: Arial,sans-serif;
 font-size: 8pt;
 font-weight: bold;
 color: #000000;
}

.main_content{
 font-family: Arial,sans-serif;
 font-size: 10pt;
 color: #000000;
 }

.main_bold{
 font-family: Arial,sans-serif;
 font-size: 10pt;
font-weight: bold;
 color: #000000;
 }

.footer{
 font-family: Arial,sans-serif;
 font-size: 10pt;
 color: #FFFFFF;
 }

.main_background{
 background: url(images/main_background.jpg);
 background-repeat: no-repeat; 

}

.main_background_intro{
 background: url(images/main_background_intro.jpg);
 background-repeat: no-repeat; 

}



