body
{
	font-family: Arial;
	font-size: 10pt;
}

H1
{
	font-family: Arial;
	font-size: 14pt;
	color: #29598c;
	background-color: #cbf2fd;
}

UL
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #29598c;
}

.BackClass
{
	background-color: #7d932e;
	FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#aebc43, endColorstr=#7d932e);
}
.Converge
{
	FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#29614a, endColorstr=#aebc43);
}

.MenuLink A:active, .MenuLink A:link, .MenuLink A:visited 
{
	font-family: Arial;
	font-size: 9pt;
	background-color: #29598c; /*#ced7d6;*/
	color: White;  /*#aebc43;*/
	border: solid 1px Black;
	text-decoration: none;
	width: 100px;
	HEIGHT: 15px;
	
	/*font-weight: bold;	*/
}

.ContentsPanel
{
	FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=steelblue, endColorstr=#c4c5e6);
	width: 130px;
	height: 130px;
	border: solid 1px black;
}


.MenuLink A:hover
{
	font-family: Arial;
	font-size: 9pt;
	background-color: #cb0f0f;/*#29598c;*/ /*#ced7d6;*/
	color: white;  /*#aebc43;*/
	border: solid 1px Black;
	/*font-weight: bold;	*/
	text-decoration: underline;
	width: 100px;
	HEIGHT: 15px;
}
.FadeRight
{
	/*FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ced7d6, endColorstr=White);*/
	FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#a6e5fa, endColorstr=White);
}

.FadeLeft
{
	
	/*FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=White, endColorstr=#a6e5fa);*/
	FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=White, endColorstr=#cbf2fd);
}

.FadeDown
{
	/*FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#c4c5e6, endColorstr=White);*/
	FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#c4c5e6, endColorstr=White);
	
}
.Testimonial
{
	border: solid 3px SteelBlue;
	color: SteelBlue;
	FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#effcff, endColorstr=White);
}

.Home
{
	border: solid 1px SteelBlue;
	color: SteelBlue; /*#cb0f0f;*/
	/*FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ffd5d5, endColorstr=White);*/
	FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#effcff, endColorstr=White);
}

.HomeText
{
	font-family: Arial;
	font-size: 9pt;
	text-align: justify;
}

.HomePicture
{
	FLOAT: right; 
	MARGIN-LEFT: 20px;
}

.TeamText
{
	font-family: Arial;
	font-size: 9pt;
	text-align: justify;
	vertical-align: top;
}

A:link, A:active,A:visited	
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration:	none;
	color:	#3333cc;
	}	
	
A:hover	
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration:	underline;
	color:	#cb0f0f /*#3333cc;*/
	}
