@charset "utf-8";
/* CSS Document */

a.link_mn
{
	color: #FFF;
	text-decoration: none
}

a.link_mn:hover
{
	color: #0FF;
	text-decoration: underline
}

a.link_footer
{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.link_footer:hover
{
	color: #0FF;
	text-decoration: underline;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.link_dark
{
	color: #069;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

}

a.link_dark:hover
{
	color: #C0C;
	text-decoration: underline;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_pink
{
	color: #F69;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_pink:hover
{
	color: #C0C;
	text-decoration: underline;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.font_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
}

.font_title_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
} 

.font_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}
.font_prod_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #FFF;
	font-weight: bold;
}

.font_contact_us_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: bold;
	color: #000;
	font-weight: bold;
	text-align: justify;
}
.font_contact_us_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	color: #000;
	font-weight: bold;
	text-align: justify;
}
.font_contact_us_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	color: #000;
	font-weight: bold;
	text-align: justify;
}

.font_contact_us_space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	line-height: .5;

}


@font-face {
    font-family: 'Garamond';
    src: url(http://fonts.googleapis.com/css?family=EB+Garamond);
	font-weight: normal;
	font-style: normal;
}

.csign {

	font-family: Garamond;

}