 
/*
  Corporate Red		#ea2026
  Corporate Grey	#a9a18c
  Grey tint 1		#b6af9d   
  Grey tint 2		#c3bda3 (195,189,174)   Grey tint 1,  selected secondary menu
  Grey tint 3		#d0cbbf highlight grey , used for the selected tab, graphics and sub heading
  Grey tint 4		#ddd9d0   
  Grey tint 5		#e9e7e1  
*/


.LanguageLink
{
	font-family: Arial, Sans-serif;
	font-size:xx-small;
	color: #a9a18c
}

a.LanguageLink
{
	font-weight:normal;
	color: #a9a18c
}

a.LanguageLink:hover
{
	font-weight:normal;
	color: #ea2026
}


img 
{
  border: none;
  display: block;
}

title
{
	caption :"hola";
}
p {
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 0px;
	LINE-HEIGHT: 150%
}

h1,h2,h3,h4,h5{
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-weight:normal;
	Color: #a9a18c;
}

h1 { 	font-size: 3em;}

h2 { 	font-size: 2em;}

h3 { 	font-size: 1.5em;}

h4 { 	font-size: 1em; font-weight: bold;}

h5 { 	font-size: 1em;}

hr {
        border: none 0px;
	border-top: 1px solid #c3bda3 ;
	height: 1px;
        margin: 0px;
        margin-bottom: 10px;
}

a
{
	font-family: Arial, Sans-serif;
	font-weight:normal;
	color:#ea2026;
	text-decoration: none;
}


a:hover, a:active, a:focus
{
	text-decoration: underline;
}

/* remove all padding and spacing from tables */ 
table  { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0;}

table{ font-size:1em;}

td a
{
	font-family: Arial, Sans-serif;
	font-weight:normal;
	color:#ea2026;
	text-decoration: none;
}

td a:hover, a:active, a:focus
{
	text-decoration: underline;
}