@CHARSET "ISO-8859-1";

/* 300 for light, 400 for regular, 600 for semibold, 700 for bold */

.FontStyle_01 {
	font-family: 'Open Sans', sans-serif;
	font-size: 37px;
	font-weight: 600;
	line-height: 51px;
}

.FontStyle_02 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 51px;
}

.FontStyle_02_Italic {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 51px;
	font-style: italic;
}

.FontStyle_03 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
}

.FontStyle_04 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
}

.FontStyle_05 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.FontStyle_06 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.FontStyle_07 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.FontStyle_08 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.FontStyle_09 {
		font-family: 'Open Sans', sans-serif;
		font-size: 10px;
		font-weight: 300;
		line-height: 14px;
}

.FontStyle_10 {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
}



