<!--
/* HTML Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%;
	margin:0px;
}
a {
	color:#4cb2ff;
}
hr {
	border: none 0; 
	border-top: 1px dashed #CCCCCC;
	height: 1px;
}
ul {
list-style:square;
list-style-type:square;
color:#172532;
}


/* Main Styles */
.headerMain {
	font-size: 215%;
}
.headerSub {	
	font-size: 120%;
	color: #999999;
	font-weight:bold;
	font-style:italic;
}
.headerAtt {	
	font-size: 160%;
	color: #999999;
	border-bottom:1px solid #cccccc;
	margin-bottom:15px;
}
.headerAtt a
 {	
	color: #999999;
	text-decoration:none;
}


/* Catalog Styles */
.diagram {
	padding-right:10px;
	padding-bottom:12px;
}
.details {
	position:relative;
	z-index:100px;
	top:170px;
	left:27px;
}
.row1 {
	background-color:#fafcff;
}
.row2 {
	background-color:#ecf5ff;
}
.small {
	font-size:95%;
}
.italic {
	font-style:italic;
	color:#333333;
	font-size:95%;
}
.req {
	color:#cc0000;
}
.catTitle {
	margin-top:5px;
	color: #66a3cf;
	font-weight: bold;
	font-size:120%;
}


/* Main Structure */
#navHeight {
	height:40px;
}
#subNavHeight {
	height:20px;
}
.sideWidth {
	width:20px;
}
.lineWidth {
	width:1px;
}
.mainWidth {
	width:748px;
}
.mainContent {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 118%;
}
.footer {
	color:#8f99ad;
}
.footer a {
	color:#8f99ad;
}
-->
