﻿/* 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: 18px; Color: black; Font-family: Arial; margin-left: 4; margin-right: 10; margin-top: 1em; text-align: justify; letter-spacing:3;
}
H4{
Font-size: 15px; Color: black; Font-family: Arial; margin-left: 35; 
}

.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: 9pt; Color: black; font-family: Arial; margin-left: 4; margin-right: 30; text-align: justify; line-height: 18px; letter-spacing: 1;
}
.text4{
FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: Arial; margin-right: 5; margin-left: 15; text-align: justify;
}
.text5{
FONT-SIZE: 13px; COLOR: black; FONT-FAMILY: Arial; margin-right: 15; margin-left:35; text-align: justify;
}
.text6{
font-size: 10pt; 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;
}
.text8{
font-size: 9pt; Color: black; font-family: Arial; padding-bottom: 9px; text-align: center;
}
.text9{
font-size: 10pt; Color: black; font-family: Arial; padding-bottom: 15px; text-align: center;
}

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

#thumbBox .header{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
text-align: right;
right: 0;
top: 0;
position: absolute;
padding-top:10px;
background: #313131;
z-index: 10;
cursor: hand;
cursor: pointer;

}


#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;
}
