/*  File: print.css         */
/*  By:   Jeremy Tredway    */
/*  Ver:  2009-02-26        */

body {
	background: #fff;
	color: #000;
	font: 14px/1.5 Arial, Helvetica, Verdana, serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

a, a:link, a:active, a:visited, a:hover {
	color: blue;
}

#sub_header {
	margin: 1em 0;
}
#sub_header_title {
	font-size: 2em;
	font-weight: bold;
}

.bread_crumb {
	font-size: .825em;
}
.bread_crumb a,
.bread_crumb a:link,
.bread_crumb a:active,
.bread_crumb a:visited,
.bread_crumb a:hover {
	color: #000;
	text-decoration: none;
}
.bread_crumb a:after {
	content: " : ";
}

#home_flash_module,
#top_util,
#header,
#sub_header_left,
#left_content,
#right_content,
#footer {
	display: none;
}

