/*FONTS*/

@font-face {
 font-family: ITCAvantGarde;
 src: url("fonts/avgr45w.eot") /* EOT file for IE */
}
@font-face {
 font-family: ITCAvantGarde;
 src: url("fonts/avgr45w.ttf") /* TTF file for CSS3 browsers */
}



@font-face {
 font-family: ITCAvantGardeBold;
 src: url("fonts/avgr65w.eot") /* EOT file for IE */
}
@font-face {
 font-family: ITCAvantGardeBold;
 src: url("fonts/avgr65w.ttf") /* TTF file for CSS3 browsers */
}

/*-----------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 12px;
}
.tit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.subtit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6792A2;
}
.mailyellow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-color: #F6F86B;
}
.mailyellow:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	background-color: #FFF;
}
.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F6F86B;
}
.submenu {
	font-family: ITCAvantGarde, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 1px;
	padding: 2px;
	display: block;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submenu:hover {
	font-family: ITCAvantGarde, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 1px;
	padding: 2px;
	display: block;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F6F86B;
}

