a, a:link, a:visited, a:active { 
	font-size: 14px; 
	color: #bf3030; 
	text-decoration: none 
}

a:hover { 
	color: #000000; 
	text-decoration: none 
}

.text_align_right 
{
	text-align:right;
}

.text_align_left 
{
	text-align:left;
}

.text_align_center 
{
	text-align:center;
}

.text_color_corelired 
{
	color:#bf3030;
}

.text_color_red 
{
	color:#dd0000;
}

.text_color_orange
{
	color:#d67900;
}

.text_color_yellow 
{
	color:#aca900;
}

.text_color_green 
{
	color:#00dd00;
}

.text_color_blue 
{
	color:#0000dd;
}

.text_color_grey 
{
	color:#cccccc;
}

.text_color_mediumgrey 
{
	color:#696969;
}

.text_color_darkgrey 
{
	color:#444444;
}

.text_color_gold 
{
	color:#ffe600;
	-webkit-text-stroke: 1px #c2ae00;
}

.text_size_small 
{
	font-size:10px;
}

.text_size_8, a.text_size_8:link, a.text_size_8:hover, a.text_size_8:visited, a.text_size_8:active
{
	font-size:8px;
	line-height:8px;
}
.text_size_9, a.text_size_9:link, a.text_size_9:hover, a.text_size_9:visited, a.text_size_9:active
{
	font-size:9px;
	line-height:9px;
}

.text_size_10, a.text_size_10:link, a.text_size_10:hover, a.text_size_10:visited, a.text_size_10:active
{
	font-size:10px;
	line-height:10px;
}

.text_size_12, a.text_size_12:link, a.text_size_12:hover, a.text_size_12:visited, a.text_size_12:active
{
	font-size:12px;
	line-height:12px;
}

.text_font_metrostyle
{
	font-family: "MetrostyleRegular";
}

.text_font_triglavian
{
	font-family: "triglavianRegular";
}

.text_title
{    
	font-weight: normal;
	font-size: 16px;
	font-family: 'MetrostyleRegular';
	text-transform: uppercase;
}