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

H1
{
	font-family: Arial;
	font-size: 14pt;
	color: Green;
	background-color: #c3e7c6;
}

UL
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: Green;
}

.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: #2b8b66;/*#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=#c3e7c6, endColorstr=White);
}

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

.Home
{
	border: solid 1px #cb660e;
	color: #cb660e;
	FILTER: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ffefd5, 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:	#3333cc;
	}
