/**
 * Style sheet xBasic
 */

/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:4px 0px 12px 0px;
	padding:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#990066;
}

h2
{
	margin:0px 0px 8px 0px;
	padding:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

h3
{
	margin:15px 0px 6px 0px;
	padding:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:14px;
	color:#C80083;
}

h4
{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

h5
{
	margin:10px 0px 6px 0px;
	padding:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:14px;
	color:#C80083;
}

h6
{
	margin:0px 0px 14px 0px;
	padding:0;
	background-image:url("tl_files/eufiles/fondo_h1.gif");
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#990066;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:11px;
	color:#8A8A8A;
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}
