
/* CSS Document */

#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 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #999999;
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;
}

body {
	background-image:url(metal003.gif);
	background-repeat: repeat;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

p{text-align:justify;
padding: 0in .1in 0in .2in;
font-family:Tahoma;
font-size:12px}

#bodycontents{ background-color:#333333; 
 border-top:#FF0000 medium ridge; 
min-height:10in;
font-family:Tahoma;
font-size:12px;

 padding: .2in .1in 0in .1in ;  width:14.18in

}
li{text-align:justify}

h1{text-align:left;
font-family:tahoma;
font-size:14px;
font-weight:bolder;
padding-left:.1in;
color:#FF0000}
h2{text-align:left;
font-family:tahoma;
font-size:14px;
font-weight:bolder;
padding-left:.1in;
color:#FF0000}

a{color:#CCCCCC ; font-family:Verdana; font-weight:bold; font-size:14px }
a:visited {color:#CCCCCC}
a:hover{color:#CCCCCC}  

table {border:thin #666666 solid ; background-color:#333333 ; color:#FFFFFF ; width: 871px }
tr {border:thin #666666 solid ; width: 427px}
th {border:thin #666666 solid;  width: 427px}
td {
	border: thIN #FF0000 solid;
 	width: 427px;
}

