﻿
a
{
	text-decoration: none;
}
img
{
	border: solid 0px #FFFFFF;
}


.SmallGreen
{
	font-size: 11px;
	color: #2aaa1c;
}

.SmallRed
{
	color: Red;
	font-size: 11px;
}


.TextBlueBigBold
{
	
	color: #395d75;
	font-size: 18px;
	font-weight: bold;
}


.TextWhiteBigBold
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}



.TextWhiteMedBold
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}


.TextWhiteMedBoldLink
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.TextWhiteMedBoldLink:hover
{
	color: #FFFFFF;
	text-decoration:underline;
	font-size: 14px;
	font-weight: bold;
}

.TextBlackMedBold
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}







.TextGrayBlueMedBoldLink
{
	font-weight: bold;
	font-size: 13px;
	color: #808080;
}
.TextGrayBlueMedBoldLink:hover
{
	font-weight: bold;
	font-size: 13px;
	color: #3e6bb4;
	text-decoration: underline;
}



.TextBlueMedBoldLink
{
	color: #3e6bb4;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.TextBlueMedBoldLink:hover
{
	color: #3e6bb4;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}


.TextBlueBigBoldLink
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.TextBlueBigBoldLink:hover
{
	color: #395d75;
	font-size: 16px;
	font-weight: bold;
}



.TextBlueBigBold
{
	color: #395d75;
	font-size: 16px;
	font-weight: bold;
}







.TextBlueMedBold
{
	color: #395d75;
	font-size: 13px;
	font-weight: bold;
}

.TextBlueMedBigBold
{
	color: #395d75;
	font-size: 15px;
	font-weight: bold;
}

.TextBlueMed
{
	color: #3e6bb4;
	font-size: 13px;
}


.TextWhiteSmall
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.TextWhiteMedBoldLink
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.TextWhiteMedBoldLink:hover
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}


.TextGrayMedBoldLink
{
	color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
}

.TextGrayMedBoldLink:hover
{
	color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.TextBlueSmall
{
	color: #3e6bb4;
	font-size: 12px;
}


.TextBlackSmall
{
	color: #000000;
	font-size: 12px;
}

.TextBlueSmallBold
{
	color: #3e6bb4;
	font-size: 12px;
	font-weight: bold;
}





.ErrorMessage
{
	color: red;
	font-size: 13px;
}


.ErrorMessageBig
{
	color: red;
	font-size: 17px;
	font-weight: bold;
}

.TextPurple
{
	font-size: 13px;
	color: #ec008c;
}


.BorderLeftTop
{
	border-left: solid 1px #d3e0e9;
	border-top: solid 1px #d3e0e9;
}

