* {
	padding:0;
	margin:0;
}

@import url("reset.css");

p,td,a{
	font-family:
	Helvetica,'Times New Roman',Times,serif;
	font-size:14px;
} 

body {
	font-family:
	Helvetica,'Times New Roman',Times,serif;
	font-size:14px;
	background-image:url(./images/background.jpg);
	repeat;
	background-attachment:fixed; padding:0px;
	background-color:#90ECFF;
	margin:8px;
}


li {
	font-size:14px;
	color:#117ACB;
	position:relative;
	text-position:relative;
	top:0px;
	left:0px;
	margin:2px;
	text-align:left;
	list-style-type:none;
	list-style-position:outside;
	display:block;
/*	background: url(./images/tcs-logo-bullet.gif) no-repeat left top */
} 

ul ul li {
	padding-left:10px;
}

ul ul ul li {
	padding-left:15px;
}

h1 {
	font-size:20px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

h4 {
	font-size:14px;
	font-weight:bold;
}

h5 {
	font-size:12px;
	font-weight:bold;
}
	 
img { 
	margin:0px; 
 
}

table {
	table-layout:auto;
	border-collapse:separate;
	border-spacing:0;
	cell-spacing:3px;
	empty-cells:show;
	speak-header-cell:once;
}

td {
	text-align:right;
}

a:link { color:#F5FAFB; background-color:#117ACB; text-decoration:none; display:block; font-weight:bold; }
a:visited { color:#F5FAFB; background-color:#117ACB; text-decoration:none; display:block; font-weight:bold; }
a:hover { color:#117ACB; background-color:#F5FAFB; text-decoration:none; display:block; font-weight:bold; } 
a:active { color:#F5FAFB; background-color:#117ACB; text-decoration:none; display:block; font-weight:bold; }
a:focus { color:#F5FAFB; background-color:#117ACB; text-decoration:none; display:block; font-weight:bold; }

.footer {
	font-size:11px;  
	color:#FCFCFC;  
}

.corporate {
	color:#117ACB;
	background-color:#F5FAFB;
	font-family:Franklin Cond. Gothic;
}

.corporate_invers {
	color:#F5FAFB;
	background-color:#117ACB;
	font-family:Franklin Cond. Gothic;
}

		 

