BODY, TD, TR, TABLE {
	font-size : 10pt;							/* Text size */
	font-family : verdana, arial, sans-serif;	/* Font type */
	color: black; 								/* Text colour */
}

/* Link colours not used */
A {color: #00549F;}
A:Active {color: #00549F;}
A:Visited {color: #00549F;}


/* SMPQ2 headings */
.Pg_hdr_sub1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.Pg_hdr_sub2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/* Single Questinnnaire Buttons */
.newButton
{
	font-size			: 8pt;
	font-weight			: bolder;
	font-family			: verdana;
	background			: #ece9d8;
	border-bottom		: 2px solid #828177;
	border-right		: 2px solid #828177;
	border-left			: 2px solid #f9f8f3;
	border-top			: 2px solid #f9f8f3;
	color				: black;
	text-decoration		: none;
	cursor				: pointer;
	background-image	:url('/images/metal_button.JPG');
	background-repeat	: no-repeat;
	background-position	: left;
	PADDING-TOP			: 3px;
	PADDING-BOTTOM		: 3px;
	PADDING-LEFT		: 5px;
	PADDING-RIGHT		: 5px;	
}

.newButtonMouseDown
{
	font-size			: 8pt;
	font-weight			: bolder;
	font-family			: verdana;
	background			: #ece9d8;
	border-bottom		: 2px solid #f9f8f3;
	border-right		: 2px solid #f9f8f3;
	border-left			: 2px solid #828177;
	border-top			: 2px solid #828177;
	color				: black;
	text-decoration		: none;
	cursor				: pointer;
	background-image	:url('/images/metal_button.JPG');
	background-repeat	: no-repeat;
	background-position	: left;
	PADDING-TOP			: 4px;
	PADDING-BOTTOM		: 2px;
	PADDING-LEFT		: 6px;
	PADDING-RIGHT		: 4px;	
}

/* Single Questinnnaire formatting */
.SQInformation {
	background-color: #f4f4da;
	border-bottom		: 1px solid #CDCD56;
	border-right		: 1px solid #CDCD56;
	border-left			: 1px solid #CDCD56;
	border-top			: 1px solid #CDCD56;
	PADDING-LEFT		: 20px;
	PADDING-BOTTOM		: 10px;
	PADDING-TOP			: 10px;
	PADDING-RIGHT		: 20px;	
}
.QInformation {
	background-color: #f4f4da;
	border-bottom		: 1px solid #CDCD56;
	border-right		: 1px solid #CDCD56;
	border-left			: 1px solid #CDCD56;
	border-top			: 1px solid #CDCD56;
	PADDING-LEFT		: 20px;
	PADDING-BOTTOM		: 10px;
	PADDING-TOP			: 10px;
	PADDING-RIGHT		: 20px;	
}
.QResponses {
	background-color: #f4f4da;
	border-bottom		: 1px solid #CDCD56;
	border-right		: 1px solid #CDCD56;
	border-left			: 1px solid #CDCD56;
	border-top			: 1px solid #CDCD56;
	PADDING-LEFT		: 20px;
	PADDING-BOTTOM		: 10px;
	PADDING-TOP			: 10px;
	PADDING-RIGHT		: 20px;	
}

/* Form formatting */
button, input, select
{
	font-size			: 8pt;
	font-weight			: bolder;
	font-family			: verdana;
	color				: black;
	text-decoration		: none;
	cursor				: pointer;
	background-image	:url('/images/metal_button.JPG');
	background-repeat	:no-repeat;
	background-position	:left;
}
