.class1 a:link {text-decoration: none; color: #FFFFFF;}
.class1 a:visited {text-decoration: none; color: #FFFFFF;}
.class1 a:active {text-decoration: none;}
.class1 a:hover {text-decoration: none; color: #FFFFFF;}

.class2 a:link {text-decoration: none; color: #000000;}
.class2 a:visited {text-decoration: none; color: #000000;}
.class2 a:active {text-decoration: none;}
.class2 a:hover {text-decoration: none; color: #FFCC00;}

.class3 a:link {text-decoration: none; color: #FFFFFF;}
.class3 a:visited {text-decoration: none; color: #FFFFFF;}
.class3 a:active {text-decoration: none;}
.class3 a:hover {text-decoration: none; color: #FFCC00;}


p.body
{
font-family: Arial, Verdana, 'Comic Sans', Arial,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 11pt;
padding-top: 12pt;
color: #333333;
text-align: left;
text-decoration: none
}

p.body1
{
font-family: Arial, Verdana, 'Comic Sans', Arial,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 11pt;
color: #FFFFFF;
text-align: left;
text-decoration: none
}

p.body2
{
font-family: Arial, Verdana, 'Comic Sans', Arial,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 9pt;
color: #000000;
text-align: left;
text-decoration: none
}

p.body3
{
font-family: Arial, Verdana, 'Comic Sans', Arial,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 13pt;
color: #FFCC00;
text-align: left;
text-decoration: none
}

p.body4
{
font-family: Arial, Verdana, 'Comic Sans', Arial,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
color: #FFFFFF;
text-align: left;
text-decoration: none
}

p.body5
{
font-family: Arial, Verdana, 'Comic Sans', Arial,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 9pt;
color: #FFFFFF;
text-align: left;
text-decoration: none
}

p.imp
{
font-family: Arial, Verdana, 'Comic Sans', Arial,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 9pt;
color: #FFFFFF;
text-align: center;
text-decoration: none
}

p.window
{
font-family: Arial, Verdana, 'Comic Sans', Arial,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
color: #FFFFFF;
text-align: left;
text-decoration: none
}


.04012
{
background-image: url(04012.jpg);
background-repeat: no-repeat;
background-attachment: fixed
}

.gallery
{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img
{
border: 1px white;
margin: 0 5px 5px 0;
}

.thumbnail:hover
{
background-color: transparent;
}

.thumbnail:hover img
{
border: 0px;
}

.thumbnail span
{ /*CSS for enlarged image*/
position: absolute;
background-color: none;
padding: none;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img
{ /*CSS for enlarged image*/
border-width: none;
padding: none;
}

.thumbnail:hover span
{ /*CSS for enlarged image*/
visibility: visible;
top: 415;
left: 670px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

