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

.background_grey{
	background-color: rgb(238,238,238);
}

.background_pink{
	background-color: rgb(241,226,236);
}

.background_white{
	background-color: #FFFFFF;
}

.dark_red{
	color: rgb(168,3,13);
}

.red{
	color: rgb(159,22,24);
}

.dark_grey{
	color: rgb(73,73,73);
}

.light_red{
	color: rgb(214,173,173);
}

.black{
	color:#000000;
}

/* TEXT */

.helvetica{
	font-family: helvetica;
	font-style: normal;
	font-variant: normal;
}

.verdana{
	font-family: verdana;
	font-style: normal;
	font-variant: normal;
}

.bold{
	font-weight:bold;
}

.text_11{
	font-size:11px;
	line-height: 12pt;
	color: #4d4d4d;/*rgb(73,73,73);*/
}

.text_11_2{
	font-size:11px;
	line-height: 0pt;
	color: #4d4d4d;
}

.text_9{
	font-size:9px;
	line-height: 15pt;
}

.text_8_5{
	font-size:8.5px;
	line-height: 15pt;
}

.text_22{
	font-size:22px;
	line-height: 24pt;
}

.text_18{
	font-size:18px;
	line-height: 20pt;
}

.text_30{
	font-size:30px;
	line-height:32pt;
}

.no_decoration{
	text-decoration:none;
}