@charset "utf-8";
/*body {
	background-color: #E1DBEE;
}*/

@font-face {
	font-family: 'SGKara';
        src: url('SGKara-Light.woff');
		url('SGKara-Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('SGKara-Light.ttf') format('ttf');  
		font-weight: 300;
}


@font-face {
	font-family: 'SGKara';
        src: url('SGKara-Regular.woff');
		url('SGKara-Regular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('SGKara-Regular.ttf') format('ttf');  
		font-weight: 400;
}


@font-face {
	font-family: 'SGKara';
        src: url('SGKara-SemiBold.woff');
		url('SGKara-SemiBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('SGKara-SemiBold.ttf') format('ttf');  
		font-weight: 700;
}

@font-face {
	font-family: 'SGKara';
        src: url('SGKara-Bold.woff');
		url('SGKara-Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('SGKara-Bold.ttf') format('ttf');  
		font-weight: 900;
}

.SGKaraLight {
	font-family: SGKara;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 300;
}

.SGKaraNormal {
	font-family: SGKara;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 400;
}

.SGKarasBold {
	font-family: SGKara;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 700;
}

.SGKaraBold {
	font-family: SGKara;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: 900;
}