a {
	color : #003896;
	font-family : Arial, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}
a.nav {
	color : #ffffff;
	font-family : Arial, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}
a.nav:hover {
	background-color : #ffffff;
	font-family : Arial, sans-serif;
	color : #003896;
	text-decoration : none;
}
a:hover {
	background-color : #003896;
	font-family : Arial, sans-serif;
	color : #ffffff;
	text-decoration : none;
}
body {
	background-color : #c0c0c0;
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 8pt;
}
h2 {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18pt;
}
h3 {
	color : #000000;
	font-family : Georgia, 'Times New Roman', Times, serif;
	font-size : 12pt;
}
h4 {
	color : #ffffff;
	font-family : 'Times New Roman', Times, serif;
	font-size : 18pt;
}
h5 {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
}
h6 {
	color : #ff0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
}
hr {
	color : #003896;
	background-color : #003896;
	height : 1px;
	width : 75%;
}
img.product {
	border : 1px solid #000000;
}
input, textarea {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 10pt;
}
p.nav {
	color : #ffffff;
	font-family : Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-align : center;
}
td, p {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 8pt;
}
th {
	background-color : #003896;
	font-family : Arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #ffffff;
}
#menu {
	list-style-image: url("http://www.aignerindex.com/images/arrow.gif");
	margin-left: -20px;
}
#menu li {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	margin-left : 2px;
}
#menu li ul {
	color : #000000;
	font-family : Arial, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	margin-left : -30px;
}
.button {
	color : #ffffff;
	background-color : #003896;
	font-family : Arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	cursor : pointer;
}
.bold {
	font-weight : bold;
}
.center {
	text-align : center;
}
.green {
	color : #00ff00;
}
.italic {
	font-style : italic;
}
.orange {
	color : #ff9900;
}
.purple {
	color : #cc66ff;
}
.red {
	color : #ff0000;
}
.right {
	text-align : right;
}
.yellow {
	background-color : #000000;
	color : yellow;
}
.white_on_blue {
	background-color : #003896;
	font-family : Arial, sans-serif;
	color : #ffffff;
}