﻿.BlueTitle
{
	color: #0a7aa2;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}
.OrangeTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #ff6600;
}
.GrayTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color:Gray;
}
.GreenTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #006600;
}
.MidRedTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #800000;
}

.BlackText
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}
.AScontentText
{
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Advantages ul li
{
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	background: url(../images/tick2.gif) no-repeat 5px 5px;
	line-height: 20px;
	color: #666666;
}
.OrangeText
{
	font-family: Arial;
	font-weight: bold;
	color: #ff6600;
}

