/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #898b8d;
}


body {
	background-color: #FFFFFF;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* Regular Links */
a {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #00abbc;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00abbc;
}
a:hover {
	text-decoration: underline;
	color: #00abbc;
}
a:active {
	text-decoration: none;
	color: #00abbc;
}
/* End Regular Links */


/* Middle Area */
.TablaContenido {
	background-image: url(images/ContentBackGround.gif);
	background-repeat:repeat;
}


.TablaBackGround {
	background-image: url(images/TableBackgroundd.gif);
	background-repeat:repeat-x
}

ul {
	font-family: Arial;
	font-size: 11px;
	line-height: 26px;
	font-weight: normal;
	color: #505050;
	list-style-image: url(images/Bullet.jpg);
	text-align: left;
}

/* End Middle Area */


/* Bottom Area */
.bottom {
	font-family: Arial;
	font-size: 11px;
	line-height: 26px;
	text-align: center;
	color: #676869;
}


a.Bottom {
	font-family: Arial;
	font-size: 11px;
	line-height: 26px;
	color: #676869;
}
a.Bottom:link {
	text-decoration: none;
}
a.Bottom:visited {
	text-decoration: none;
	color: #676869;
}
a.Bottom:hover {
	text-decoration: underline;
	color: #676869;
}
a.Bottom:active {
	text-decoration: none;
	color: #676869;
}


/* End Bottom Area */


/* Inner Pages */

.InnerContents {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #414141;
}

.MiniTitles {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: justify;
	color: #00abbc;
}

.BolderTitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: justify;
	color: #000000;
}


.MiniTablesText {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	color: #414141;
}

/* End Inner Pages */


