		a{cursor: hand; color: "#3399ff"; text-decoration: none;}
		a:link{color: #708090; text-decoration: none;}
		a:visited{color: #708090; text-decoration: none;}
		a:active{color: #708090; text-decoration: none;}
		a:hover{color: #708090; text-decoration: underline;}

body{
	background-color: White;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
}


td{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}

h1{
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #708090;
	margin-top: 5px;
	margin-bottom: 1px;	
}

h2{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #696969;
	margin-top: 8px;
	margin-bottom: 2px;	
}

input{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}

.inp{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	border: 1px solid Silver;
	margin-top: 2px;
}

select{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}

textarea{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;	
}

p{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 1px;
}

hr{
	border-top: 1px solid black;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.hdr {
	background-color: #F1F1F1;
	font-weight: bolder;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	font-size: 8pt;
	font-family: Tahoma;
}

hr {
	height: 1px;
}