/** BASIC */

body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #455162;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #5A7619;
}

.text3 {
	text-align: center;
	font-size: 9px;
	color: #B6B6B6;
}

/** LINKS */

a {
	text-decoration: none;
	color: #C89812;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
	font-weight: bold;
	color: #424242;
}

a.link2 {
	font-size: 10px;
	color: #C89812;
}

/** BACKGROUNDS */

.bg1 {
	background: url('images/homepage17.gif') repeat-y;
}

.bg2 {
	background: url('images/subpage02.gif') repeat-y;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin: 2px 15px 0px 0px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
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: 1.1em;
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*/
font: bold 11px Tahoma;
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}