body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14px;
	color: #999999;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #00AEEF;
	line-height: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	font-style: normal;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;

}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}

.bg {
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	top: auto;
}

.small_inp            { font-family: verdana, arial, helvetica, sans-serif;
                        font-size: 8pt;
						color: #000099;
                        height: 150px;
			width: 200px; }
.other_inp              { font-family: verdana, arial, helvetica, sans-serif;
                        font-size: 8pt;
						color: #000099;
                        border: 1px solid #999999;
                        background-color: #E0E0E0;
                        width:200px;}