/* Body */ 

td,tr,p,div {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 120%;
	} 


/* Links */ 
a:link, a:visited {
	font-size: 11px; 
	color: #990000; 
	text-decoration: none; 
	font-family: verdana, arial, sans-serif; 
	}
a:hover {
	color: #990000; 
	text-decoration: underline; 
	}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited { 
	font-size: 13px; 
	font-weight: bold; 
	color: #9D080A; 
	text-align:left; 
	} 
a.contentpagetitle:hover {
	font-size: 13px; 
	font-weight: bold; 
	text-align:left; 
	color: #9D080A; 
	text-decoration:underline; 
	font-weight: bold; 
	} 

/* Remember to Update componentheading in CSS file for /countries folder in Australian Site*/
.componentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	
}

