﻿.text_title
{
	font-size: 17px;
}

span.text_title
{
	display: block;
	font-size: 15px;
}

.text_large
{
    font-size: 18px;
}

.text_high
{
	font-size: 16px;
}

.text_low
{
	font-size: 14px;
}

.link
{
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

.link:hover
{
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

.link_low
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
}

.link_low:hover
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-decoration: underline;
}

.text_error
{
    color: Red;
}

.text_padding
{
	float:left;
	padding: 0px 10px 0px 0px;
}
