/**
 * $Id: print.css 865 2010-01-03 18:00:00Z AWard $
 * Website Baker template: CAN - Old Theme
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: Andy Norris / CAN
 * 
 * @author     Andy Norris / CAN / A Ward (conversion)
 * @copyright  Andy Norris / CAN
 * @license    Andy Norris / CAN
 * @version    1.0
 * @platform   Website Baker 2.8
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
.header {
	display: none;
}
.menu {
	display: none;
}
.content {
	vertical-align: top;
}
.footer {
	display: none;
}