* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #ffffcc;
	background-image: url(Images/Back.gif);
	background-attachment: fixed;
	margin: 0;
	padding: 8 4 4 4;
	border-top:solid #cce 2px;
   border-left:solid #aad 2px;
}

p {
	color: #000066;
	font-size: 12px;
	font-weight: normal;
	margin: 4 0 0 0;
}

h2 {
	color: #aa0000;
	font-size: 18px;
	font-weight: bold;
	margin: 22 0 6 0;
	text-indent: 0;
}

h1 {
	color: #aa0000;
	font-size: 20px;
	font-weight: bold;
	margin: 12 0 12 60;
	text-indent: -56;
}

strong {
	font-size: 16px;
	font-weight: bold;
}

em {
   font-style: normal;
   font-weight: bold;
   color:#a00;
}

a:link,a:visited,a:active {
	color: #000080;
}

table,form {
	margin: 0;
	border-style: none;
	width: 100%;
	font-size: 12px;
}

table.instruments {
	border-top: 1px solid #C0C0C0;
	table-layout: fixed;
}

table.news {
	border-top: 1px solid #aa0000;
	table-layout: fixed;
}

td {
	vertical-align: top;
	border-style: none;
}

td.instruments {
	border-bottom: 1px solid #C0C0C0;
}

td.news {
	border-bottom: 1px solid #aa0000;
}

td.instruments_h2 {
   border-top: 1px solid #aa0000;
   border-bottom: 1px solid #aa0000;
}

td.gray {
	background-color: #E1E1E1;
}

ul {
	margin-top: 6;
	color: #000066;
}

ul.header li {
	margin: 6;
	font-weight: bold;
}

img {
	border: none;
}

img.border {
	border: 1 px solid;
}

img.shadow {
	margin-right: 2;
	margin-bottom: 2;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
}

input,textarea {
	color: #000080;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
}

input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.inv {
	display: none;
}