/*-- footerleft --*/
.greygradleft {
	background-image: url(img\greygrad_bg_left.gif);
	background-repeat: no-repeat;
	width:7px;
	height:83px;
}
/*-- footermid --*/
.greygradmid {
	background-image: url(img\greygrad_bg_mid.gif);
	background-repeat: repeat-x;
	height:83px;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
}
/*-- footerright --*/
.greygradright {
	background-image: url(img\greygrad_bg_right.gif);
	background-repeat: no-repeat;
	width:7px;
	height:83px;
}


.ContentPane  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #7A7A7A;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}
.ContentPane li {
	list-style-type: disc;
	COLOR: #7A7A7A;
	line-height:1.5;
}
.ContentPane ul {
	list-style-type: disc;
	COLOR: #7A7A7A;
	line-height:1.5;
}

.ContentPane td  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #7A7A7A;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}

.ContentPane p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #7A7A7A;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.2;
}

/*--- LINK ---*/

.ContentPane A:link
{
	text-decoration: none;
	COLOR: #7A7A7A;
}

.ContentPane A:visited
{
	text-decoration: none;
	COLOR: #7A7A7A;
}

.ContentPane A:hover
{
	text-decoration: underline;
	COLOR: #22659C;
}

.ContentPane A:active
{
	text-decoration: none;
	COLOR: #7A7A7A;
}


/*-------------------------------------------*/

/*-- header --*/
.header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	width:693px;
	height:166px;
}

/*-------------------------------------------*/


/*-- Container 1 --*/
.arrow {
	background-image:url(arrow.gif);
	background-repeat:no-repeat;
	width:31px;
	height:21px;
	background-position:left center;
}


/*-- Container 2 --*/
.dots {
	background-image:url(cnt2-dots.gif);
	background-repeat:repeat-x;
	height:23px;
}


