@charset "UTF-8";

@font-face {
	font-family: Symbol;
	src: url("../WebFont/ITCSymbolStd-Book.woff");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: Symbol;
	src: url("../WebFont/ITCSymbolStd-BookItalic.woff");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: Symbol;
	src: url("../WebFont/ITCSymbolStd-Medium.woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: Symbol;
	src: url("../WebFont/ITCSymbolStd-MediumItalic.woff");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: Symbol;
	src: url("../WebFont/ITCSymbolStd-Bold.woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Symbol;
	src: url("../WebFont/ITCSymbolStd-BoldItalic.woff");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: Symbol;
	src: url("../WebFont/ITCSymbolStd-Black.woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Symbol;
	src: url("../WebFont/ITCSymbolStd-BlackItalic.woff");
	font-weight: 400;
	font-style: italic;
}

html {
	font-family: Symbol;
	font-weight: 200;
	font-style: normal;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: black;
}

a[href^=tel] {
text-decoration:inherit;
color: inherit;
}