/* A X I S Web Design Style Sheet */


    .info {color: #555555; font-family: Arial; font-weight: bold; font-size: 16pt; font-style: italic;  text-decoration: none;}
    .email {color: #0044FF; font-family: Arial; font-weight: bold; font-size: 14pt; text-decoration: none;}
    .small {color: #FFFFFF; font-family: Arial; font-weight: normal; font-size: 9pt; text-decoration: none;}
    .thanks {color: #99CC66; font-family: Arial; font-weight: bold; font-size: 16pt; text-decoration: none;}
    .link {color: #DD0000; font-family: Arial; font-weight: bold; font-size: 11pt; text-decoration: none;}
    .text {color: #FFFFFF; font-family: Arial; font-weight: normal; font-size: 11pt; line-height: 120%; text-decoration: none; text-align: justify;}
    .text2 {color: #333333; font-family: Arial; font-weight: normal; font-size: 11pt; line-height: 120%; text-decoration: none; text-align: justify;}
    .text3 {color: #FFFFFF; font-family: Arial; font-weight: normal; font-size: 11pt; line-height: 120%; text-decoration: none; text-align: justify;}
    .text4 {color: #FFFFFF; font-family: Arial; font-weight: normal; font-size: 11pt; line-height: 120%; text-decoration: none;}
    .bold {color: #FFFFFF; font-family: Arial; font-weight: bold; font-size: 11pt; line-height: 120%; text-decoration: none; text-align: justify;}
    .menu {color: #99CC99; font-family: Arial; font-weight: normal; font-size: 8pt; line-height: 120%; text-decoration: none;}
    .menu:hover {color: #FFFFFF; font-family: Arial; font-weight: normal; font-size: 8pt; line-height: 120%; text-decoration: none;}
    .lower {color: #FFFFFF; font-family: Arial; font-weight: bold; font-size: 8pt; text-decoration: none;}
    .dots {color: #FFFFFF; font-family: Arial; font-weight: bold; font-size: 8pt; text-decoration: none;}
    .home {color: #000000; font-family: Arial; font-weight: bold; font-size: 14pt; text-decoration: none;}
    .question {color: #DDDDDD; font-family: Arial; font-weight: bold; font-size: 14pt; text-indent: 1em; text-decoration: none;}
    .services {color: #BB2222; font-family: Arial; font-weight: bold; font-size: 16pt; font-style: normal; text-decoration: none;}
    .name {color: #FFFFFF; font-family: Arial; font-weight: normal; font-size: 14pt; line-height: 110%; text-decoration: underline;}
    .name2 {color: #FFFFFF; font-family: Arial; font-weight: bold; font-size: 18pt; text-decoration: underline;}
    .free {color: #99CC99; font-family: Arial; font-weight: bold; font-size: 20pt; font-style: normal; text-decoration: none;}
    .print {color: #333399; font-family: Arial; font-weight: bold; font-size: 11pt; font-style: normal; text-decoration: none;}
    .print:hover {color: #FFFFFF; font-family: Arial; font-weight: bold; font-size: 11pt; font-style: normal; text-decoration: none;}
    .small {color: #FFFFFF; font-family: Arial; font-weight: normal; font-size: 6pt; line-height: 120%; text-decoration: none;}
    .copyright {color: #CCCCCC; font-family: Arial; font-weight: normal; font-size: 11pt; line-height: 120%; text-decoration: none;}


/*here's where the body gets set up*/
BODY  {
	background-image : url("images/bar.gif");
	background-repeat : repeat-y;
	background-color : #336699;
	margin: 0px auto;
}
