 
/*
  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  
*/

.customBanner
{
	font-family: Arial;
	font-size:medium;
	color: #a9a18c;
	padding-right:10px;
	text-align:right; 
}

.LanguageLink
{
	font-family: Arial;
	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;
}

p {
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 0px;
}

h1,h2,h3,h4{
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-weight:normal;
	Color: #a9a18c;
}

h1 { 	font-size: 3em;}

h2 { 	font-size: 2.7em;}

h3 { 	font-size: 1.8em;}

h4 { 	font-size: 1.2em;}

hr {
        border: none 0px;
		border-top: 1px solid #c3bda3 ;
		height: 1px;
        margin: 0px;
        margin-bottom: 10px;
}

a
{
	font-family: Arial;
	font-weight:normal;
	color:#ea2026;
	text-decoration: none;
}


a:hover, a:active, a:focus
{
	text-decoration: underline;
}

a.redlinks
{
	font-family: Arial;
	font-weight:normal;
	color:#ea2026;
	text-decoration: none;
}
.tabletitle
{
	font-family: Arial;
	font-weight:bold;
	color:#ea2026;
}

a.redlinks:hover, a:active, a:focus
{
	text-decoration: underline;
}

UL
{
   		
}

LI
{
	margin-bottom:10px; 
}
LI.spediv
{
	margin-bottom:3px; 
}
/* remove all padding and spacing from tables 
table  { border-collapse: collapse; border-spacing: 0; }
td, xxth { padding: 0;}
*/
 
table{ font-size:1em;}

td a
{
	font-family: Arial;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
}

td a:hover, a:active, a:focus
{
	text-decoration: underline;
}
.back {
	font-family: Arial;
	color: #a9a18c;
}
#jobTitle a{
	font-family: Arial;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
	padding:3px 0px 0px 0px;
}
#jobTitle a:hover{
	font-family: Arial;
	font-weight:normal;
	color:#000000;
	text-decoration: underline;
}
.paging{
	font-family: Arial;
	font-weight:normal;
	color: #a9a18c;
}
.slpage{
	font-family: Arial;
	font-weight:bold;
	color: #ea2026;
}
a.pgg{
	font-family: Arial;
	font-weight:normal;
	color: #a9a18c;
	text-decoration: underline;
}
a.pgg:hover{
	font-family: Arial;
	font-weight:normal;
	color: #ea2026;
}
.trbg{
	background-color:#c3bda3;
}
.trbg2{
	background-color:#e9e7e1;
}