.image_title {font-size: 10px; font-family: Verdana,Arial}
.image_title {color: #999999}
.image_title a:visited {color: #999999; text-decoration: none}
.image_title a:link {color: #999999; text-decoration: none}
.image_title a:hover {color: #999999; text-decoration: underline}

.body1, .body2, .body3, .body4, .body5 { font-family: Georgia,"Times New Roman",Times,serif }
.body1, .body2, .body3, .body4, .body5 { font-size: 12px }

.body1 {color: #333333; line-height: 17px;  text-align: left}
.body1 a:visited {color: #3D6D99; text-decoration: none; font-weight: bold}
.body1 a:link {color: #3D6D99; text-decoration: none; font-weight: bold}
.body1 a:hover {color: #9B9267; text-decoration: none; font-weight: bold}

.footer {font-size: 10px; font-family: Verdana,Arial}
.footer {color: #666666; line-height: 17px}

.file_name {font-size: 10px; font-family: Verdana,Arial; color: #666666}

.body2 {color: #333333; line-height: 17px; text-align: justify}
.body2 a:visited {color: #004080}
.body2 a:link {color: #004080}
.body2 a:hover {color: #7b611a}

.body3 {color: #004080}
.body3 a:visited {color: #333333; text-decoration: none}
.body3 a:link {color: #333333; text-decoration: none}
.body3 a:hover {color: #7b611a; text-decoration: none}

.body4 {color: #333333}
.body4 a:visited {color: #333333; text-decoration: none}
.body4 a:link {color: #333333; text-decoration: none}
.body4 a:hover {color: #7b611a; text-decoration: none}

.body5 {color: #999999}
.body5 a:visited {color: #999999; text-decoration: none}
.body5 a:link {color: #999999; text-decoration: none}
.body5 a:hover {color: #7b611a; text-decoration: none}

.thumb_style {position: absolute; z-index: 1; width: 95%; left: 3px; top: 375px; clip: rect(); display: none}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 

DYSKE:
Use this on the container block, not in the content block.
You can apply multiple classes to an element by separating them with a space.
E.g. class="clearfix anotherClass"
clearfix must come first.
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		


