BODY  {background-color: #FFFFFF;
	   width: 1000px; 
}

#container {
			min-width: 1000px;
			max-width: 1000px;
			width:expression(document.body.clientWidth < 1000? "1000px" : document.body.clientWidth > 1000? "1000px" : "auto");
}

hr { color: #808080; height: 1; 
}

h1 { 
color: #666666; 
font-family:Times New Roman; 
font-size:16pt; font-weight: normal; letter-spacing:5px; word-spacing:0; line-height:100%; margin-top:0; margin-bottom:0;
}

h2 { 
color: #666666; 
font-family: Times New Roman; 
font-weight: normal;
font-size: 16pt; letter-spacing:2px; word-spacing:0; line-height:150%; margin-top:0; margin-bottom:0 
}

h3 { 
color: #006699; 
font-family:Times New Roman; 
font-size:22pt; word-spacing:0; line-height:100%; margin-top:0; margin-bottom:0 
}

.catalog {
	width: 20%;
	font-size: 95%;  
	text-align: center; 
	padding: 2px; 
	color: #666666;
	vertical-align: top;
	font-family:MS Sans Serif 
}

a:link {
	color: #84414A;
	text-decoration: underline;
	}
a:visited { 
	color: #84414A;
	text-decoration: underline; 
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #84414A;
	text-decoration: underline; 
	}
	