/**
* ----------------------------------------------------------------------------------------------------
* stylesheet.css
* Parodia Recruitment Job Board Software, Cactusoft Ltd - www.cactusoft.com
* Copyright (c) 1998 - 2005. All rights reserved.
* ----------------------------------------------------------------------------------------------------
**/

/* ===
PRINT AREA
This controls the print display
=== */

body		{background-color: #FFFFFF; }
img		{border: 0px;}



/* ===
VIEW JOB RECORDTEMPLATE
=== */

h2
	{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 40px;
	font-weight: bold;
	color: black;
	margin-top: 3px;
}
.printArea{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:30px;
}


