/* CSS Document */


.styleLabel {
	color:#FFFFFF;
	font-style:italic;
	font-weight:bolder;
	font-size:18px;
}
.styleAddressLabel {
	color:#FFFFFF;
	text-decoration:overline underline;
	font-style:italic;
}
.styleDataBlink {
	color:#FFFFFF;
	text-decoration:overline underline;
}
.styleData {
	color:#FFFFFF;
}
.styleDataDescription {
	color:#FFFFFF;
	
}

p#blinking {
	/* only usable on other than IE */
	text-decoration: blink;
}
.underline 
{ 
text-decoration: underline; 
} 
.overline 
{ 
text-decoration: overline; 
} 
.strikethrough 
{ 
text-decoration: line-through; 
} 
.blink 
{ 
text-decoration: blink; 
} 
.style2footer {font-size: 14px}
.style3footer {font-family: Arial, Helvetica, sans-serif; font-style: italic; color: #333333;}
.styleContact {font-size: 12px}
.styleMobile {	color: #CCCCCC;
	font-size: 12px;
}
