body,tr,td{
		font-family: tahoma;
		font-size: 11px;
}

.copy{
		color: gray;
}

a{
	color: #165BB1;
}


a:hover{
		text-decoration: underline;
}

a.none{
		text-decoration: none;
		color: black;
}


a.top_menu{
		color:white;
		text-decoration: none;
}

sup{
		color: red;
}

input,textarea,select{
		font-size: 11px;
		background-color : white;
		border-color : #ff9933;
		border-style : ridge;
		border-left : 1 solid;
		border-top : 1 solid;
		border-bottom : 1 solid;
		border-right : 1 solid;
		
}

.menutitle{
		color:black;
		font-weight:bold;
		font-size:12px;
}
.formtitle{
		font-size: 14px;
		font-weight: bold;
}

h1{
		margin-top:1;
		margin-bottom:1;
		font-size: 18px;
}

h2{
		margin-top:1;
		margin-bottom:1;
		font-size: 15px;
		font-weight: bold;
		font-family: Arial;
}

hr{
		color:#dfdfdf;
		height: 1;
}

.comment{
		color: gray;
}

.small{
		font-size: 9px;
}