/*
    Fitness4U (Print Styles)

    @company Alfreso Design
    @website alfresco.com.au | alfrescodesign.com
    @created 2005-12-09
    @version 1.0
*/

/*
	*=Hide these elements
*/
.noprint,
.accessibility, 
.acc,
.header form,
.header .topmenu,
.menu,
.sidecol,
.footer h4,
hr
{
	display: none;
}

/*
	*=Show these elements
*/
.content,
.page .accessibility,
.footer
{
	display: block;
}



/*
	*=Custom Elements
*/
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size: 12.5pt;
}

a img
{
	border: 0cm none;
}

a:link { color: #777; }
a:visited { color: #555; }

.branding img
{
	float: right;
}

.header 
{
	padding: 0.5cm;
	border-bottom: 2mm solid #278bca;
}

.page
{
	padding: 1cm;
}

.content table
{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.content table th
{
	text-align: left;
	border-bottom: 2px solid #ccc;
	padding: 0.1cm;
}
.content table th a { color: #000; }
.content table td
{
	border-bottom: 1px solid #ccc;
	padding: 0.1cm;
}

.footer
{
	text-align: center;
	font-size: 11pt;
	font-weight: normal;
}

