TD
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal
}
DIV
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal
}
body{
	margin:0px;
	padding:0px;
	background-color:#569eff;
	background-image:url('../images/bg.gif');
	background-attachment:fixed;
	background-position:center; 
	background-repeat: repeat-y;
	height:100%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal
}	
H2
{
	FONT-FAMILY: Arial;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold
;
	font-size: 17px
;
	color: #00297b
}
h3 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #00297b;
}
.contenttext {
	font-size: 11px;
	color: #000000;
	
}
.top_nav_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.contentTable {background: url('/en/hr/new_hire_zone/images/contentBG.gif') no-repeat;}
.sendmereminder {
	font-size: 12px;
	color: #00297b;
	font-family: Arial, Helvetica, sans-serif;
}
.top_nav:visited {
	font-size: 12px;
	color: #00297b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.top_nav:link {
	font-size: 12px;
	color: #00297b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.top_nav:active {
	font-size: 12px;
	color: #00297b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.top_nav:hover {
	font-size: 12px;
	color: #0054fd;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.footer_nav:visited {
	font-size: 12px;
	color: #00297b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_nav:link {
	font-size: 12px;
	color: #00297b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_nav:active {
	font-size: 12px;
	color: #00297b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_nav:hover {
	font-size: 12px;
	color: #0054fd;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


A.newsletter_buytickets:visited {
	font-size: 12px;
	color: #00297b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
A.newsletter_buytickets:link {
	font-size: 12px;
	color: #00297b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
A.newsletter_buytickets:active {
	font-size: 12px;
	color: #00297b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
A.newsletter_buytickets:hover {
	font-size: 12px;
	color: #0054fd;
	text-decoration: underline;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;	
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
width: 660px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: -5px;
	top: 1px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

