/***
	[typography.css]
	Contains sites text styling
	NOTE: Does not including typrography for menus (see menu.css)
*/
	body
		{
		font-family:Helvetica,Arial,Verdana,Times New Roman;
		font-size:80%;
		}
	
	h1
		{
	color:#167ba3;
	font-size:18px;
	font-weight:bold;
	margin-left:0;
		}
	
	h2
		{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 10px;
		}
	
	h3
		{
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		}
		
	h4
		{
		font-size:12px;
		font-weight:bold;
		}
		
	p
		{
	font-size:12px;
	color: #333333;
	font-weight: normal;
		}
	
	h2,h3,h4,p,table
		{
		margin-left:15px;
		}
		
	img
		{
		border:0;
		}
		
	ul
		{
		list-style-image:url(/Documents/app/_inc/gui/ListItemBullet.gif);
		margin-left:28px;
		padding-bottom:10px;
		padding-left:10px;
		font-size:12px;
	color: #333333;
	font-weight: normal;
		}
		
	table
		{
		border-color:#999999;
		empty-cells:show;
		width: 95%;
		border-collapse: collapse;
		border: 2px;
		border-style: solid;
		}
		
	th
		{
		background-color:#CCCCCC;
		border: 1px;
		border-color:#999999;
		border-style: solid;
		padding: 5px;
		}
		
	tr
		{
		border-color:#999999;
		border-style: solid;
		padding: 5px;
		vertical-align: top;
		border: 1px;
		}
	
	td
		{
		border-color:#999999;
		border-style: solid;
		padding: 5px;
		vertical-align: top;
		border: 1px;
		}
		

	caption
		{
	margin:0 0 0.50em 0;
	font-weight:bold;
	text-align:right;
	font-weight:normal;
	font-size:0.85em;
	color:#167ba3;
		}
		
	/*table
	{
		margin:0 auto;
		border-collapse:collapse;
		empty-cells:show;
		
		}
	th,td
		{
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		border-left:1px solid #E6E6E6;
		border-right:1px solid #E6E6E6;
		vertical-align:top;
		padding:0.5em;
		}*/
	
	thead tr
		{
		background-color:#666;
		background-image:url("http://www.prod.ret.gov.au/Department/mce/Documents/html/images/TableTH_BG.gif");
		background-repeat:repeat-x;
		background-position:bottom;
		
		}
		
	thead tr th
		{
		color:#FFF;
		border-left:1px solid #999;
		border-right:1px solid #999;
		}
		
	.FloatLeft
		{
		float:left;
		}
		
	.FloatRight
		{
		float:right;
		}
	
.breadcrumbtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: left;
	font-weight: normal;
	padding-top: 17px;
	text-indent: 15px;
	height: 35px;
	text-decoration: none;
}

.breadcrumbtext a:visited { 
color:#ffffff; 
 text-decoration: none;
}
 
.breadcrumbtext a:active {
color:#ffffff; 
 text-decoration: none;
 }

.breadcrumbtext a:link{
color:#ffffff; 
 text-decoration: none;
 }
 
 .breadcrubmtext a:hover{
 text-decoration: none;
 }


.whatnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
}
#hosted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 3px;
	width: 635px;
	float: right;
}
.quicklinksheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}




