
td.datacellone {
	background-color: #ededed; color: white;
}
td.datacelltwo {
	background-color: #ffffff; color: white;
}
td.datacellthree {
	background-color: #101113; color: white;
	}
	
td.datacellleft{
	background-color: #ffffff; color: white;
	width:204px;
	background-image: url(images/home/side-image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	}	
.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 10px;
 	padding-right: 10px;
	text-transform: none;
	color:#545456;
	text-decoration: none;
}	
.whitetext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 5px;
  	padding-right: 5px;
   	padding-right: 10px;

text-transform: none;
	color:#ffffff;
	text-decoration: none;
}	
.h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: caps;
	padding: 10px;
	color:#545456;
	text-decoration: none;
}
.h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: caps;
	padding: 10px;
	color:#4b3a5f;
	text-decoration: none;
}
a.bluelink, a:visited.bluelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: normal;
	font-variant: normal;
	color: #1e2e68;
	text-decoration: none;
}

a:hover.bluelink	{
	text-decoration: underline;
	color: #990000;

}

a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 15px 10px 7px 5px;
	color: #ffffff;
	text-decoration: none;
}

a:hover.link	{
	text-decoration: none;
	color: #ffffff;

}

a.greylink, a:visited.greylink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: normal;
	font-variant: normal;
	color: #1e2e68;
	text-decoration: none;
}

a:hover.greylink	{
	text-decoration: none;
	color: #666666;

}

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left:20px;
font: bold 11px Verdana;
background:  url(images/nav-bg.jpg) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 10px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 15px 7px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: #ededed;
background: transparent url(images/pointer.jpg) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(images/nav-bg.jpg) bottom right no-repeat; /*optional right round corner*/
}

</style>