/* CSS Document */

/*
	COLOR
	c1 = white	(#ffffff)
	c2 = black	(#000000)
	c3 = grey 	(#d9d9d9)
	c4 = grey2	(#858585)
	c5 = red	(#d82423)
	c6 = weinrot(#cd0236)
*/
.t_c1	{	color:#ffffff;	}
.t_c2	{	color:#000000;	}
.t_c3	{	color:#d9d9d9;	}
.t_c4	{	color:#858585;	}
.t_c5	{	color:#d82423;	}
.t_c6	{	color:#cd0236;	}
.t_c7	{	color:#aba9a9;	}

.t_white	{	color:#FFFFFF;		}
.t_red		{	color:#d82423;		}
.t_grey		{	color:#858585;		}
.t_black		{	color:#000000;		}

/*
	FONT-WEIGHT
*/
.t_bold		{	font-weight:bold;	}
.t_normal	{	font-weight:normal;	}

/*
	FONT-FAMILY
*/
.t_verdana	{	font-family:Verdana, Arial, Helvetica, sans-serif;	}

/*
	TEXT-ALIGN
*/
.t_left		{	text-align:left;	}
.t_center	{	text-align:center;	}
.t_right	{	text-align:right;	}
.t_justify	{	text-align:justify;	}

/*
	FONT-SIZE
*/
.t_7		{	font-size:7px;		}
.t_8		{	font-size:8px;		}
.t_9		{	font-size:9px;		}
.t_10		{	font-size:10px;		}
.t_11		{	font-size:11px;		}
.t_12		{	font-size:12px;		}
.t_13		{	font-size:13px;		}
.t_14		{	font-size:14px;		}
.t_15		{	font-size:15px;		}
.t_16		{	font-size:16px;		}
.t_17		{	font-size:17px;		}
.t_18		{	font-size:18px;		}

/*
	LINE-HEIGHT
*/
.t_lh_7		{ 	line-height:7px;	}
.t_lh_8		{ 	line-height:8px;	}
.t_lh_9		{ 	line-height:9px;	}
.t_lh_10	{ 	line-height:10px;	}
.t_lh_11	{ 	line-height:11px;	}
.t_lh_17	{ 	line-height:17px;	}
.t_lh_14	{ 	line-height:14px;	}