﻿/* CSS Document */
body {
	margin:0;
	padding:0;
	}
H1{
Font-size: 15px; Color: #0331AB; Font-family: Arial; margin-left: 12; 
}

H2{
Font-size: 15px; Color: black; Font-family: Arial; margin-left: 12; 
}

H3{
Font-size: 15px; Color: black; Font-family: Arial; margin-left: 35; 
}

H4{
Font-size: 13px; Color: black; Font-family: Arial; margin-left: 12; 
}


.text {
FONT-SIZE: 13px; COLOR: black; FONT-FAMILY: Arial; margin-right: 15; margin-left: 10;
}
.text1{ 
font-size: 10pt;  Color:#0331AB; font-family: Arial; margin-left: 12; margin-right: 12; text-align: justify;
}

.text2{
font-size: 9pt; Color: #0331AB; font-family: Arial; margin-left: 12; margin-right: 10; text-align: justify; line-height: 18px;
}

.text3{
font-size: 10pt; Color: black; font-family: Arial; padding-bottom: 9px; text-align: center;
}
.text4{
FONT-SIZE: 13px; COLOR: black; FONT-FAMILY: Arial; margin-right: 15; margin-left:35;
}
.text5{
FONT-SIZE: 13px; COLOR: black; FONT-FAMILY: Arial; margin-right: 15; margin-left:35; text-align: justify;
}
.text6{
font-size: 9pt; Color: black; font-family: Arial; padding-bottom: 9px; text-align: center;
}
.text7{
font-size: 8pt; Color: black; font-family: Arial; padding-bottom: 8px; text-align: right;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #004200;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 0.8em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}