﻿/* FONTS */
.fontDefault
{
	font-family:Arial;
	font-size:12px;
	color:#444444;
}

.fontDefault a
{
	font-family:Arial;
	font-size:12px;
	color:Blue;
	text-decoration:underline;
}

.fontTitle
{
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
}

.fontTitleBox
{
	font-family:Arial;
	color:White;
	font-size:16px;
	font-weight:bold;
}

.titlePages
{
	font-family:Trebuchet MS;
	color:#333333;
	font-size:22px;
	font-weight:bold;
}

.fontUnderlineHover a
{
	font-family:Tahoma;
	text-decoration:none;
}
.fontUnderlineHover a:hover
{
	font-family:Tahoma;
	text-decoration:underline;
}

.fontColorHover a
{
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.fontColorHover a:hover
{
	color:#BBBBBB;
	text-decoration:none;
}

.fontBoxHome
{
	font-family:Tahoma;
	font-size:22px;
	color:#2c617d;
	padding-bottom:4px;
}

.fontBoxText
{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	padding-top:8px;
}

.fontBoxText a
{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	padding-top:8px;
}

.fontBoxText a:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	padding-top:8px;
	text-decoration:underline;
}
