h1 {
	font-size: 8pt;
}
h2 {
	font-size: 8pt;
}
h3 {
	font-size: 8pt;
	font-weight : normal;
}
tr,td,th,body
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
a:link {
	font-size: 8pt;
	font-weight : bold;
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	color: #CC0000;;
	font-weight : bold;
	text-decoration: none;
}

a:active {
	color: #CC0000;;
}

a:hover {
	color: #000000;
}
input, checkbox, select {
	border: 1px solid #4E77A6;
	background: #fbfbfb;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	height: 16px;
	vertical-align:top;
}
option {
font-size: 10px;
}

textarea {
	border: 1px solid #4E77A6;
	background: #fbfbfb;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-weight: normal;
	line-height: 16px;
}
textarea.code1, textarea.code2 {
	overflow-x = scroll;
}
td {
	vertical-align:top;
}