@charset "UTF-8";
/* CSS Document */

.content {
	background-image: url(..images/contentBackground.jpg);
	background-repeat: repeat-y;
}
.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.bottom{
	background-image: url(..images/bottom.jpg);
	background-repeat: repeat-y;
}

.leftspacer{
	background-image: url(../images/espanol/leftsapacer.png);
	background-repeat: no-repeat;
}

.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}
a{
	color:#000;
}
a:link{
	color:#000;
}
a:visited{
	color:#000;
}

.leftspacer2{
	background-image: url(../images/spacer.png);
	background-repeat: no-repeat;
}