/* CSS Document */

.body{
margin:0;
}

.main {
font-family:Verdana, Georgia, "Times New Roman", Times, serif;
width:100%;
height:100%;
background-image:url(bg.jpg);
}

.PUBL {
margin-bottom:3px; margin-top:3px; margin-left:3px;
}

.PUBR {
margin-bottom:3px; margin-top:3px; margin-right:3px;
}

.header {
}

.footer {
padding:3px;
}

.bottom{
border-top:1px solid #D6D6D6;
font-size:11px;
font-family:Verdana, Georgia, "Times New Roman", Times, serif;
}

.copyright {
font-size:10px;
border-top:1px solid #000000;
font-family:Verdana, Georgia, "Times New Roman", Times, serif;
}

.text {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:normal;
	margin:5px;
	color: #333333;
	text-align: left;
	padding: 5px;
	text-align: justify;
}

.textTABLE {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	margin:5px;
	color: #333333;
	text-align: left;
	padding: 5px;
}

.text2 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:normal;
	margin:5px;
	color:#FF0000;
	text-align: left;
	padding: 5px;
	text-align: justify;
}

.text3 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:normal;
	color: #333333;
}

.text_form {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:normal;
	margin:5px;
	color: #333333;
	text-align: right;
	padding: 5px;
}

.text a {
color:#000000;
text-decoration:none;
	
}

.text a:hover {
color:#0000FF;
text-decoration:none;
}

.text_center {
font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:normal;
	margin:5px;
	color: #333333;
	text-align: left;
	padding: 5px;
	text-align: center;
}

.text_center a {
color:#000000;
text-decoration:none;
	
}

.text_center a:hover {
color:#0000FF;
text-decoration:none;
}

.title {
font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:oblique;
	text-transform:uppercase;
	margin:5px;
	padding: 5px;
}

/* Image Pop Up */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background:url(IMG/bg.png);
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: #FFFFFF;
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;
}

/* End Image Pop Up */
