BODY {
	background-image: url(images/theme2a.gif);
	background-color: #FFFFFF;
	
	font-size: 12pt;
	color: #000080;
        }

.font1 {
	font-family :  Arial, sans-serif;
	font-size: 24pt;
	color: #000080;
	}

.font2 {
	font-family :  'Arial Black', Arial, sans-serif;
	font-size: 14pt;
	color: #000080;
	}

.font3 {
	font-family :  Arial, sans-serif;
	font-size: 12pt;
    font-weight: bold;
	color: #000080;
	}

.font4 {
	font-size: 12pt;
    font-weight: bold;
    font-style: italic;
	color: #000080;
	}

A:LINK {
    color: #0000D0; 
	}

A:VISITED {
    color: #000060; 
	}

A:HOVER { 
    color: #0080C0;
	}
/* note that A:HOVER isn't supported by all browsers */

H1 {
   font-family :  'Arial Black', Arial, sans-serif;
   font-size: 14pt;
   color: #000080;
   }

H2 {
   font-family :  Arial, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: #000080;
   }
   
H3 {
   font-family :  Arial, sans-serif;
   font-size: 22pt;
   color: #000080;
   }
   
H4 {
   font-family :  'Arial Black', Arial, sans-serif;
   font-size: 12pt;
   color: #000080;
   }

input.btn{
   color: #666;
   cursor: pointer;
   font-family: Arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   background-color: #ddd;
   border-width: 2px;
   border-color: #888;
   border-style: outset;
   background-image: url(images/butbak.gif);
   }

input.btnhov{
   color: #444;
   border-style: inset;
   background-image: url(images/butbak1.gif);
   }
   
input.blubtn{
   color: #fff;
   cursor: pointer;
   font-family: Arial, sans-serif;
   font-size: 13px;
   width: 120px;
   height: 24px;
   border-width: 0px;
   background-image: url(images/blank3.gif);
   }

input.blubtnhov{
   color: #ff8;
   font-size: 12px;
   font-weight: bold;
   }

blubtn.blubtn{
   color: #fff;
   cursor: pointer;
   font-family: Arial, sans-serif;
   font-size: 13px;
   width: 120px;
   height: 24px;
   border-width: 0px;
   background-image: url(images/blank3.gif);
   }
   
blubtn.blubtnhov{
   color: #ff8;
   font-size: 12px;
   font-weight: bold;
   }
   
a.menu {
   position: relative;
   text-align: center;
   text-decoration: none;
   color: #fff;
   cursor: pointer;
   font-family: Arial, sans-serif;
   font-size: 13px;
   width: 120px;
   height: 24px;
   min-width: 120px;
   min-height: 24px;
   border-width: 0px;
   background-image: url(images/blank3.gif);
   background-repeat: no-repeat;
   background-color: transparent;
   margin: 0;
   padding-top: 4px;
   display: block;
   }

a.menu:visited {
   color: #fff;
   }

a.menu:hover {
   color: #ff8;
   font-size: 12px;
   font-weight: bold;
   }

div.thumbnail {
   float: left;
   width: 300px;
   margin: 0 10px 10px 0;
   padding-bottom: 10px;
   border:1px solid #975;
   background: url(images/theme2b.gif);
	   }
   
div.thumbnail img {
   float: left;
   margin: 10px 10px 0 10px;
   border: 1px solid #00F;
	   }
	   
div.thumbnail p {
   margin: 0;
   padding: 10px;
	   }
