﻿.text-footer
{
	font-family: Tahoma;
	font-size: 7pt;
	color: #848484;	
}

.text-footer a:link
{
	font-family: Tahoma;
	font-size: 7pt;
	color: #848484;	
	text-decoration: none;
}

.text-footer a:visited
{
	font-family: Tahoma;
	font-size: 7pt;
	color: #848484;	
	text-decoration: none;
}

.text-footer a:hover
{
	font-family: Tahoma;
	font-size: 7pt;
	color: #D2D2D2;	
	text-decoration: underline;
}

.text-footer-bold
{
	font-family: Tahoma;
	font-size: 7pt;
	color: #D2D2D2;	
}

.text-normal
{
	font-family: Tahoma;
	font-size: 9pt;	
	color: #5F5F61;	
}

.text-normal a:link
{
	font-family: Tahoma;
	font-size: 9pt;	
	color: #5F5F61;	
	text-decoration: none;
}

.text-normal a:visited
{
	font-family: Tahoma;
	font-size: 9pt;	
	color: #5F5F61;	
	text-decoration: none;
}

.text-normal a:hover
{
	font-family: Tahoma;
	font-size: 9pt;	
	color: #5F5F61;	
	text-decoration: underline;
}

.text-bold
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #5F5F61;	
}

.text-blue
{
	font-family: Tahoma;
	font-size: 9pt;	
	color: #01B5DD;	
}

.text-blue-bold
{
	font-family: Tahoma;
	font-size: 9pt;	
	color: #01B5DD;	
	font-weight: bold;
}

.text-small
{
	font-family: Tahoma;
	font-size: 8pt;	
	color: #5F5F61;	
}

.small-blue
{
	font-family: Tahoma;
	font-size: 8pt;	
	color: #01B5DD;	
}

.small-blue a:link
{
	font-family: Tahoma;
	font-size: 8pt;	
	color: #01B5DD;	
	text-decoration: none;
}

.small-blue a:visited
{
	font-family: Tahoma;
	font-size: 8pt;	
	color: #01B5DD;	
	text-decoration: none;
}

.small-blue a:hover
{
	font-family: Tahoma;
	font-size: 8pt;	
	color: #01B5DD;	
	text-decoration: underline;
}

.text-red
{
	font-family: Tahoma;
	font-size: 9pt;	
	color: #FF0000;	
}

select, input, textarea
{
	border-color: #01B5DD;
	border-style: solid;
	border-width: 1px;	
	font-family: Tahoma;
	font-size: 9pt;	
	color: #5F5F61;	
	width: 210px;
}

