/******************* Start Skip Navigation *******************/

a.skip:link, a.skip:visited {
	position: absolute;
	top: 0;
	left: -9999px;
}

a.skip:focus, a.skip:hover, a.skip:active {
	position: absolute;
	top: 46px;
	left: 164px;
	width: 134px;
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
	z-index: 900;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font: 0.65em/1.2em Arial, Helvetica, sans-serif;
	background: url(/imagebank/2332-skip-pointer.gif) top left no-repeat;
}
	
/******************* End Skip Navigation *******************/


body{
	margin: 0;
	padding: 0;
}

#container{
	margin: 0 auto;
	width: 778px;
	border-left: 1px solid #bfbfbf;	
	border-right: 1px solid #bfbfbf;	
	border-bottom: 1px solid #bfbfbf;	
}

div.blue{
	position: relative;
	margin: 0 auto;
	width: 778px;
	background: #83d5fa url(/imagebank/2332-blue-head-back.gif) top left repeat-x;
}
div.pink{
	position: relative;
	margin: 0 auto;
	width: 778px;
	background: #ffe3f1 url(/imagebank/2332-pink-head-back.gif) top left repeat-x;
}
div.green{
	position: relative;
	margin: 0 auto;
	width: 778px;
	background: #a2ecd1 url(/imagebank/2332-green-head-back.gif) top left repeat-x;
}
div.purple{
	position: relative;
	margin: 0 auto;
	width: 778px;
	background: #f2d0f1 url(/imagebank/2332-purple-head-back.gif) top left repeat-x;
}
div.orange{
	position: relative;
	margin: 0 auto;
	width: 778px;
	background: #f1b463 url(/imagebank/2332-orange-head-back.gif) top left repeat-x;
	display: block;
}



#header .minheight{
	position: relative;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px; /* OLD CODE DISABLED */
	float: left;
}
.clearboth{
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}
#header .logo{
	position: relative;
	top: 24px;
	left: 10px;
	margin: 0;
	padding: 0;
	display: block;
	width: 108px;
	height: 34px;
}
/* Fix IE. \*/

* html #header ul#nav { /* all list items */
	margin-left: 10px;
}
* html #header.blue ul#nav {
	background-position: -10px 0;
}
* html #header.pink ul#nav {
	background-position: -10px 0;
}
* html #header.green ul#nav {
	background-position: -10px 0;
}
* html #header.purple ul#nav {
	background-position: -10px 0;
}
* html #header.orange ul#nav {
	background-position: -10px 0;
}

* html ul#nav li { /* all list items */
	margin: 0 10px 0 0;
}
* html ul#nav li.nopad { /* all list items */
	margin: 0 0 0 0;
}
/* End */


/* *********** START NAVIGATION *********** */

#navholder{
	float: left;
	margin: 42px 0 0 0;
	padding: 0 0 10px 0;
}

#header.blue #navholder{
	background: url(/imagebank/2332-home-white.gif) top left repeat-y;
}
#header.pink #navholder{
	background: url(/imagebank/2332-about-white.gif) top left repeat-y;
}
#header.green #navholder{
	background: url(/imagebank/2332-culture-white.gif) top left repeat-y;
}
#header.purple #navholder{
	background: url(/imagebank/2332-why-white.gif) top left repeat-y;
}
#header.orange #navholder{
	background: url(/imagebank/2332-jobs-white.gif) top left repeat-y;
}

ul#nav { /* all lists */
	padding: 0 0 10px 0;
	margin: 0;
	position:relative;
	list-style: none;
}
ul#nav li { /* all list items */
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	padding: 1px 0 0 0;
	width: 144px;
	}

ul#nav li a:link, ul#nav  li a:visited  {
	margin: 0;
	padding: 4px 10px 5px 10px;
	display: block;  /* This allows for better positioning of the vertical separator lines, otherwise it won't be as close to center as possible */
	font: 0.7em/1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;	
	text-decoration: none;
	width: 124px;
}
	
ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus  {
	margin: 0;
	padding: 4px 10px 5px 10px;
	display: block;  /* This allows for better positioning of the vertical separator lines, otherwise it won't be as close to center as possible */
	font: 0.7em/1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;	
	text-decoration: none;
	width: 124px;
}



/* *********** BLUE *********** */	
	
#header.blue #navholder #nav li.blue {
	background: #09f url(/imagebank/2332-blue-tab-top.gif) top left no-repeat;
}
#header.blue #navholder #nav li.blue a {
	background: #09f url(/imagebank/2332-blue-tab-bot.gif) bottom left no-repeat;
}
#header.blue #navholder #nav li.current.blue a {
	background: #09f url(/imagebank/2332-current-tab-bot.gif) bottom left no-repeat;
}


#header.blue #navholder #nav li.pink {
	background: #f39 url(/imagebank/2332-blue-tab-top.gif) top left no-repeat;
}
#header.blue #navholder #nav li.pink a {
	background: #f39 url(/imagebank/2332-blue-tab-bot.gif) bottom left no-repeat;
}


#header.blue #navholder #nav li.green{
	background: #00c26f url(/imagebank/2332-blue-tab-top.gif) top left no-repeat;
}
#header.blue #navholder #nav li.green a {
	background: #00c26f url(/imagebank/2332-blue-tab-bot.gif) bottom left no-repeat;
}


#header.blue #navholder #nav li.purple{
	background: #cc00d2 url(/imagebank/2332-blue-tab-top.gif) top left no-repeat;
}
#header.blue #navholder #nav li.purple a {
	background: #cc00d2 url(/imagebank/2332-blue-tab-bot.gif) bottom left no-repeat;
}


#header.blue #navholder #nav li.orange{
	background: #f60 url(/imagebank/2332-blue-tab-top.gif) top left no-repeat;
}
#header.blue #navholder #nav li.orange a {
	background: #f60 url(/imagebank/2332-blue-tab-bot.gif) bottom left no-repeat;
}



/* *********** BLUE *********** */


/* *********** PINK *********** */	
	
#header.pink #navholder #nav li.blue {
	background: #09f url(/imagebank/2332-pink-tab-top.gif) top left no-repeat;
}
#header.pink #navholder #nav li.blue a {
	background: #09f url(/imagebank/2332-pink-tab-bot.gif) bottom left no-repeat;
}


#header.pink #navholder #nav li.pink {
	background: #f39 url(/imagebank/2332-pink-tab-top.gif) top left no-repeat;
}
#header.pink #navholder #nav li.pink a {
	background: #f39 url(/imagebank/2332-pink-tab-bot.gif) bottom left no-repeat;
}
#header.pink #navholder #nav li.current.pink a {
	background: #f39 url(/imagebank/2332-pink-tab-bot.gif) bottom left no-repeat;
}

#header.pink #navholder #nav li.green{
	background: #00c26f url(/imagebank/2332-pink-tab-top.gif) top left no-repeat;
}
#header.pink #navholder #nav li.green a {
	background: #00c26f url(/imagebank/2332-pink-tab-bot.gif) bottom left no-repeat;
}


#header.pink #navholder #nav li.purple{
	background: #cc00d2 url(/imagebank/2332-pink-tab-top.gif) top left no-repeat;
}
#header.pink #navholder #nav li.purple a {
	background: #cc00d2 url(/imagebank/2332-pink-tab-bot.gif) bottom left no-repeat;
}


#header.pink #navholder #nav li.orange{
	background: #f60 url(/imagebank/2332-pink-tab-top.gif) top left no-repeat;
}
#header.pink #navholder #nav li.orange a {
	background: #f60 url(/imagebank/2332-pink-tab-bot.gif) bottom left no-repeat;
}

/* *********** PINK *********** */



/* *********** GREEN *********** */	
	
#header.green #navholder #nav li.blue {
	background: #09f url(/imagebank/2332-green-tab-top.gif) top left no-repeat;
}
#header.green #navholder #nav li.blue a {
	background: #09f url(/imagebank/2332-green-tab-bot.gif) bottom left no-repeat;
}


#header.green #navholder #nav li.pink {
	background: #f39 url(/imagebank/2332-green-tab-top.gif) top left no-repeat;
}
#header.green #navholder #nav li.pink a {
	background: #f39 url(/imagebank/2332-green-tab-bot.gif) bottom left no-repeat;
}


#header.green #navholder #nav li.green{
	background: #00c26f url(/imagebank/2332-green-tab-top.gif) top left no-repeat;
}
#header.green #navholder #nav li.green a {
	background: #00c26f url(/imagebank/2332-green-tab-bot.gif) bottom left no-repeat;
}
#header.green #navholder #nav li.current.green a {
	background: #00c26f url(/imagebank/2332-green-tab-bot.gif) bottom left no-repeat;
}

#header.green #navholder #nav li.purple{
	background: #cc00d2 url(/imagebank/2332-green-tab-top.gif) top left no-repeat;
}
#header.green #navholder #nav li.purple a {
	background: #cc00d2 url(/imagebank/2332-green-tab-bot.gif) bottom left no-repeat;
}


#header.green #navholder #nav li.orange{
	background: #f60 url(/imagebank/2332-green-tab-top.gif) top left no-repeat;
}
#header.green #navholder #nav li.orange a {
	background: #f60 url(/imagebank/2332-green-tab-bot.gif) bottom left no-repeat;
}

/* *********** GREEN *********** */



/* *********** PURPLE *********** */	
	
#header.purple #navholder #nav li.blue {
	background: #09f url(/imagebank/2332-purple-tab-top.gif) top left no-repeat;
}
#header.purple #navholder #nav li.blue a {
	background: #09f url(/imagebank/2332-purple-tab-bot.gif) bottom left no-repeat;
}


#header.purple #navholder #nav li.pink {
	background: #f39 url(/imagebank/2332-purple-tab-top.gif) top left no-repeat;
}
#header.purple #navholder #nav li.pink a {
	background: #f39 url(/imagebank/2332-purple-tab-bot.gif) bottom left no-repeat;
}


#header.purple #navholder #nav li.green{
	background: #00c26f url(/imagebank/2332-purple-tab-top.gif) top left no-repeat;
}
#header.purple #navholder #nav li.green a {
	background: #00c26f url(/imagebank/2332-purple-tab-bot.gif) bottom left no-repeat;
}


#header.purple #navholder #nav li.purple{
	background: #cc00d2 url(/imagebank/2332-purple-tab-top.gif) top left no-repeat;
}
#header.purple #navholder #nav li.purple a {
	background: #cc00d2 url(/imagebank/2332-purple-tab-bot.gif) bottom left no-repeat;
}
#header.purple #navholder #nav li.current.purple a {
	background: #cc00d2 url(/imagebank/2332-purple-tab-bot.gif) bottom left no-repeat;
}

#header.purple #navholder #nav li.orange{
	background: #f60 url(/imagebank/2332-purple-tab-top.gif) top left no-repeat;
}
#header.purple #navholder #nav li.orange a {
	background: #f60 url(/imagebank/2332-purple-tab-bot.gif) bottom left no-repeat;
}

/* *********** PURPLE *********** */



/* *********** ORANGE *********** */	
	
#header.orange #navholder #nav li.blue {
	background: #09f url(/imagebank/2332-orange-tab-top.gif) top left no-repeat;
}
#header.orange #navholder #nav li.blue a {
	background: #09f url(/imagebank/2332-orange-tab-bot.gif) bottom left no-repeat;
}


#header.orange #navholder #nav li.pink {
	background: #f39 url(/imagebank/2332-orange-tab-top.gif) top left no-repeat;
}
#header.orange #navholder #nav li.pink a {
	background: #f39 url(/imagebank/2332-orange-tab-bot.gif) bottom left no-repeat;
}


#header.orange #navholder #nav li.green{
	background: #00c26f url(/imagebank/2332-orange-tab-top.gif) top left no-repeat;
}
#header.orange #navholder #nav li.green a {
	background: #00c26f url(/imagebank/2332-orange-tab-bot.gif) bottom left no-repeat;
}


#header.orange #navholder #nav li.purple{
	background: #cc00d2 url(/imagebank/2332-orange-tab-top.gif) top left no-repeat;
}
#header.orange #navholder #nav li.purple a {
	background: #cc00d2 url(/imagebank/2332-orange-tab-bot.gif) bottom left no-repeat;
}


#header.orange #navholder #nav li.orange{
	background: #f60 url(/imagebank/2332-orange-tab-top.gif) top left no-repeat;
}
#header.orange #navholder #nav li.orange a {
	background: #f60 url(/imagebank/2332-orange-tab-bot.gif) bottom left no-repeat;
}
#header.orange #navholder #nav li.current.orange a {
	background: #f60 url(/imagebank/2332-orange-tab-bot.gif) bottom left no-repeat;
}
/* *********** ORANGE *********** */


/* *********** END NAVIGATION *********** */




#content{
	margin: 0;
	padding: 10px;
}

a:link.jobpanel img, a:visited.jobpanel img{
	padding: 2px;
	border: 1px solid #fff;
}
a:focus.jobpanel img, a:hover.jobpanel img, a:active.jobpanel img{
	padding: 2px;
	border: 1px solid #f1b463;
}


/* *********** HOME *********** */

.bluecontent a:link, .bluecontent a:visited{
	color: #09f;
	text-decoration: underline;
}
.bluecontent a:hover, .bluecontent a:active, .bluecontent a:focus{
	color: #09f;
	text-decoration: none;
}

.bluecontent h2{
	color: #09f;
}

.bluecontent h3{
	color: #09f;
}

#homeintro{
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	background: url(/imagebank/2332-home-back.jpg);
	height: 317px;
}
#homeintro h1{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	left: 79px;
}
#homeintro p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 259px;
	left: 455px;
}

/* *********** HOME *********** */

/* *********** ABOUT *********** */

.pinkcontent a:link, .pinkcontent a:visited{
	color: #f39;
	text-decoration: underline;
}
.pinkcontent a:hover, .pinkcontent a:active, .pinkcontent a:focus{
	color: #f39;
	text-decoration: none;
}

.pinkcontent h2{
	color: #f39;
}

.pinkcontent h3{
	color: #f39;
}

#aboutintro{
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	background: url(/imagebank/2332-about-back.jpg);
	height: 192px;
}
#aboutintro h1{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	left: 123px;
}
#aboutintro p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 155px;
	left: 415px;
}

/* *********** ABOUT *********** */

/* *********** CULTURE *********** */

.greencontent a:link, .greencontent a:visited{
	color: #00c26f;
	text-decoration: underline;
}
.greencontent a:hover, .greencontent a:active, .greencontent a:focus{
	color: #00c26f;
	text-decoration: none;
}

.greencontent h2{
	color: #00c26f;
}

.greencontent h3{
	color: #00c26f;
}

#cultureintro{
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	background: url(/imagebank/2332-culture-back.jpg);
	height: 191px;
}
#cultureintro h1{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	left: 114px;
}
#cultureintro p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 141px;
	left: 411px;
}

/* *********** CULTURE *********** */

/* *********** WHY *********** */

.purplecontent a:link, .purplecontent a:visited{
	color: #cc00d2;
	text-decoration: underline;
}
.purplecontent a:hover, .purplecontent a:active, .purplecontent a:focus{
	color: #cc00d2;
	text-decoration: none;
}

.purplecontent h2{
	color: #cc00d2;
}

.purplecontent h3{
	color: #cc00d2;
}

#whyintro{
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	background: url(/imagebank/2332-why-back.jpg);
	height: 198px;
}
#whyintro h1{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	left: 40px;
}
#whyintro p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 147px;
	left: 396px;
}



/* *********** WHY *********** */


/* *********** JOBS *********** */

.orangecontent a:link, .orangecontent a:visited{
	color: #f60;
	text-decoration: underline;
}
.orangecontent a:hover, .orangecontent a:active, .orangecontent a:focus{
	color: #f60;
	text-decoration: none;
}

.orangecontent h2{
	color: #f60;
}

.orangecontent h3{
	color: #f60;
}

#jobsintro{
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	background: url(/imagebank/2332-jobs-back.jpg);
	height: 192px;
}
#jobsintro h1{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	left: 72px;
}
#jobsintro p{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 137px;
	left: 437px;
}

p.centertxt{
	text-align: center;
}

p.capfeature{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #cc00d2;
	font-size: 1em;
}

/* *********** JOBS *********** */



/* *************** start image positioning *************** */ 
.imgleft{
	margin: 0 1em 1em 0;
	padding: 0;
	position: relative;
	float: left;
}
.imgright{
	margin: 0 0 1em 1em;
	padding: 0;
	position: relative;
	float: right;
}
/* *************** end image positioning *************** */ 





h2{
	margin: 1em 0 0.5em 0;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}

h3{
	margin: 1em 0 0.5em 0;
	padding: 0;	
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
h4{
	margin: 1em 0 0 0;
	padding: 0;	
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}

p{
	margin: 0 0 1em 0;
	padding: 0;
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
}
.addtop{
	display: table;
	padding-top: 10px;
}

hr{
	margin: 0.5em 0;
	padding: 0;
	clear: both;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
}

#content ul{
	margin: 0.5em 0 1em 1em;
	padding: 0;
}
#content ul li{
	margin: 0 0 0.5em 1.5em;	
	padding: 0;	
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
}
#content li ul li{
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
}




#footer{
	margin: 0 auto;
	padding: 10px 0;
	width: 778px;
}
#footer p{
	font: 0.7em/1.2em Arial, Helvetica, sans-serif;
	color: #666;
}
#footer a:link, #footer a:visited{
	color: #666;
	text-decoration: underline;
}


#footer a:hover, #footer a:active, #footer a:focus {
	color: #666;
	text-decoration: none;
}




/* ************** START JOB DISPLAY ELEMENTS ************** */

/* Fix IE. \*/

* html #content ul.job_action_links li.apply, * html #content ul.job_action_links li.email{
	display: inline;
	margin: 0 0.9em 0 0;
	padding: 0 0.6em 0 0;
}	
* html #content ul.detailed_jobs_list li{ 			/* VERY IMPORTANT - forces the list block height to be respected 
														as well as spacing between title and other lines */
	height: 1%;
}
/* End */



/* List elements */

#content ul.detailed_jobs_list{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

#content ul.detailed_jobs_list li{
	margin: 0;
	padding: 0 0 0.5em 0;
	clear: left;
	/*border-top: 1px solid #ccc;*/
	display: block;
}
#content hr.notoppad{
	margin-top: 0;
}
#content ul.detailed_jobs_list li .job_title{
	display: block;
	margin: 0 0 0.2em 0;
	padding: 0;
	font: 1.4em/1.2em Arial, Helvetica, sans-serif;    /* becuse this is in a list it needs the height bumping up a bit to match the H2 height */
	font-weight: bold;
}

/*a:link.job_title, a:visited.job_title  {    ------- Used when client specifies a different link treatment
	text-decoration: none;
}

a:focus.job_title, a:hover.job_title, a:active.job_title  {
	text-decoration: underline;
}*/

.sector, .city, .jobType{
	margin:0 0 0 0;	
	padding:0;
	color: #f60;
}
#content .job_details{
	display: block;
	font-weight:bold;
	color: #f60;
	margin:0 0 0.3em 0;
	padding:0 0 0.3em 0;
}
#content .job_role{
	display: block;
	color: #000;
	margin:0 0 0.3em 0;
	padding:0 0 1em 0;
	line-height: 1.4em;
}

/* List elements */



#content h1.title{                                /*------ This is used to create a differing title style if required for the job title */
	margin: 0 0 0.5em 0;
	padding: 0;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #f60;
	font-weight: bold;
	border: none;
	text-transform: none;
}
p.logo{
	margin: 0;
	padding: 0;
}
p.logo img{                    /* The logo for the job is automatically brought in. This hides the logo from the display. */
	display: none;
}

#content p.job_divers{
	margin:0 0 0em 0;
	padding:0 0 0em 0;
}
p.descr{
	margin:0 0 0.3em 0;
	padding:0 0 1em 0;
}
.publicationDate {
	position: relative;
	display: block;
	margin: 1em 0 0 0;
	font-size: 0.9em;
}
.job_divers .sector, .job_divers .city, .job_divers .jobType{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.descr_title{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #f60;
}
ul.job_action_links{
	list-style: none;
	margin: 0 0 0em 0;
	padding: 0;
	text-align: center;}

ul.job_action_links li{
	margin: 0;
	padding: 0;
	font-weight: 100;
}

#content ul.job_action_links li.apply, #content ul.job_action_links li.email{
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0.8em 0 0;
}

.apply{
	border-right: 1px solid #036;
}




/* ************** END JOB DISPLAY ELEMENTS ************** */




/* ************** START OPTIONAL STYLING **************** */

.content ul.imagelist{
	position: relative;
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}
.content ul.imagelist li{
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;	
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	background: url(//imagebank/1354-list-pointer.gif) top left no-repeat;
	background-position: 2px 0.3em;     /* 	The co-ordinates start from the top and left of the element (in this case the li) 
											First is position in from the left, then position down from the top  */
}
.content ul.imagelist li ul{
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}
.content ul.imagelist li ul li{
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.5em;
	font: 1em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	background: url(//imagebank/1354-list-pointer.gif) top left no-repeat;
	background-position: 2px 0.3em;     /* 	The co-ordinates start from the top and left of the element (in this case the li) 
											First is position in from the left, then position down from the top  */
}

table{
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
table caption{
	margin: 0;
	padding: 5px 0.4em 5px 0;
	text-align: right;	
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	font-style: italic;
}
table th{
	margin: 0;
	padding: 0.4em 0.8em;
	background: #999;	
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table th.blank{
	margin: 0;
	padding: 0.4em 0.8em;
	background: #fff;	
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table td{
	margin: 0;
	padding: 0.4em 0.8em;
	font: 0.75em/1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;	
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table tr.odd{
	background: #f3f1f2;	
}
table tr.even{
	background: #e7e7e7;	
}
table td.currency{
	text-align: right;
}

table td p{
	margin: 0;
	padding: 0;
}

table tr:hover{    /* ---- This can be optionally activated for hilighting rows*/
	background: #ececec;
}



/* START TEXT ALIGNMENTS */

.righttxt{
	text-align: right;
}
.lefttxt{
	text-align: left;
}
.centertxt{
	text-align: center;
}

/* END TEXT ALIGNMENTS */


/* START IMAGE ALIGNMENTS */

img.border{
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
img.leftimg{
	float: left;
	margin: 0 1em 1em 0;
}
img.rightimg{
	float: right;
	margin: 0 0 2em 1em;
}
.centerimg{             /* This requires a DIV wrapped around the image with this class applied  */ 
	margin: 0 auto;
	text-align: center;
}
.centerimg img{
	margin: 0 0 1em 0;
}

/* END IMAGE ALIGNMENTS */


/* Fix IE. \*/
* html #content ol{
	padding: 0 0 0 1.5em;
	width: 95%;
}
* html #content ol li{
	margin: 0 0 0.5em 0.5em;
}
* html #content ol li ol li{
	margin: 0 0 0.5em 1em;
}
* html #content ul li ul.alpha li{
	margin: 0 0 0.5em 3.5em;
}
/* End */



/* ************** END OPTIONAL STYLING **************** */
