body,tr,td{
		font-family: tahoma;
		font-size: 11px;
}

.copy{
		color: gray;
}

a{
	font-color: #165BB1;
}


a:hover{
		text-decoration: none;
}


a.menu_other{
		color:black;
}

a.menu{
		font-size: 16px;
		color: white;
}

a.menuset{
		font-size: 16px;
		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: 12px;
		
}


hr{
		color:#AFAFAF;
		height: 1;
}

.comment{
		color: gray;
		font-weight: normal;
}

.small{
		font-size: 9px;
}