BODY
{
    background-color: #000000;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
}

A:active
{
	border-width: 0px;
	color: #8F8F22;
}
A:hover
{
	border-width: 0px;
	color: #8F8F22;
}
A:link
{
	border-width: 0px;
	color: #FFFFFF;
}
A:visited
{
	border-width: 0px;
	color: #AFAFAF;
}

TABLE
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000000;
	border-width: 0px;
	table-layout:auto;
	border-collapse: collapse;	
}

TD
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ButtonCell
{	height: 1px;
	width:150px;
	background-color:#333366;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.TranparentTable
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	border-width: 0px;
	table-layout:auto;
	border-collapse: collapse;	
	background-color: Transparent;
	vertical-align: top;
}

.TransparentCell
{	width: 50%;
	height: 100%;
	text-align:left;
	vertical-align: top;
}
.TransparentHighlightCell
{	width: 50%;
	height: 100%;
	text-align:left;
	vertical-align: top;
	color:Yellow;
}

.FooterCell
{	height: 1%;
	width:100%;
	text-align:right;
	background-color:#333366;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 5px;
}

.LogoCell
{ 
	width:150px;
	background-color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 58px;
	text-align:left;
}

.ContentCell
{	width: 100%;
	height: 100%;
	text-align:left;
	color:#FFFFFF;
	background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-image: url(./images/background-3.gif);
	
}

.CarlosText
{
	text-align:left;
	color:#FFFF00;
	border-width: 0px;
	
}

A.CarlosText:active
{
	border-width: 0px;
	color: #FFFF00;
}
A.CarlosText:hover
{
	border-width: 0px;
	color: #FFFF33;
}
A.CarlosText:link
{
	border-width: 0px;
	color: #FFFF00;
}
A.CarlosText:visited
{
	border-width: 0px;
	color: #AFAFAF;
}
.BulletItem
{
    color: #FFFFFF;
	font-style:normal;
	font-weight: bolder;
	text-decoration: underline;
}




