.printbody		{	font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 15px; font-style: normal; color: #000000;}
.body			{	font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 17px; font-style: normal; color: #333333;}
.alert			{	font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 17px; font-style: normal; color: #ff0000;}
.headline		{	font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px; font-style: normal; font-weight: bold; color: #CA0062;}
.homeheadline	{	font-family: Helvetica, Arial, sans-serif; font-size: 24px; line-height: 30px; font-style: normal; font-weight: bold; color: #000000;}
.navheadline	{	font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 12px; font-style: normal; font-weight: bold; color: #FFFFFF; padding: 4px 0px 4px 0px;}
.pageidentifier	{	font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 14px; font-style: normal; color: #CA0062;}
.footer 		{	font-family: Helvetica, Arial, sans-serif; font-size: 10px; line-height: 14px; font-style: normal; color: #CCCCCC;}
.tng	 		{	font-family: Helvetica, Arial, sans-serif; font-size: 10px; line-height: 14px; font-style: normal; color: #999999;}

#sidenav {
	padding: 4px;
}
#sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidenav li {
	margin: 1px;
}
#sidenav li a {
	padding: 3px 3px 3px 5px;
	width: 135px;
	display: block;
	color: #FFF;
	background-color: #CA0062;
	border: 1px solid #d9277d;
	text-decoration: none;
}
#sidenav li a:hover, #sidenav li a:active {
	background-color: #d9277d;
	border: 1px solid #000;
	color: #000;
}
.navtext {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	font-style: normal; 
}

.Print			{   display:none;}
b				{	font-weight: bold;}

a  				{	color: #CA0062; text-decoration: underline;}
A:hover 		{	color: #000000; text-decoration: underline;}

a.body			{	color: #CA0062; text-decoration: underline;}
A.body:hover	{	color: #000000; text-decoration: underline;}

a.tng			{	color: #999999; text-decoration: none;}
A.tng:hover		{	color: #666666; text-decoration: underline;}


.repeatHorz
  {
    background-repeat: repeat-x;
    background-position: top left;
}