
/*  A  */
	
	a { 
		color:			#000000;
		text-decoration:	none;
	}
	a.underline { 
		color:			#000000;
		text-decoration:	underline;
	}
		
/*  BODY  */
	
	body { 
		background-color:	#ffffcc;	
		margin-top:		0pt;
		margin-left:		5pt;
		font-family:		arial;
		font-size:		14px;
		color:			#003300;
	}
	
/*  DIV  */
	
	div.main {
		position: 		relative;
		top:				0px;
		left:			0px;
		width:			760px;
	}
	div.sidemenu1 {	
		background-color:	white;
		padding:			5px -5px 0px 5px;
		text-align:		left;
		position:			absolute;
		width:			125px;
		height:			170px;
		top:				260px;
		left:			0px;
		font-size:		13px;
		font-weight:		normal;
		border-width:		thin;
		border-style:		solid;
	}
	div.sidemenu2 {
		background-color:	white;
		padding:			5px -5px 0px 5px;
		text-align:		left;
		position:			absolute;
		width:			125px;
		height:			168px;
		top:				435px;
		left:			0px;
		font-size:		13px;
		font-weight:		normal;
		border-width:		thin;
		border-style:		solid;
	}
	div.sidemenu3 {
		background-color:	white;
		padding:			5px -5px 0px 5px;
		text-align:		left;
		position:			absolute;
		width:			125px;
		height:			205px;
		top:				608px;
		left:			0px;
		font-size:		13px;
		font-weight:		normal;
		border-width:		thin;
		border-style:		solid;
	}
	div.sidespacer {
		position:			absolute;
		width:			10px;
		height:			5px;
		top:				816px;
		left:			0px;
	}
	div.item {
		left:			0px;
		padding:			1px 0px 1px 5px;
		width:			125px;
		text-align:		left;
		position:			relative;
	}
	div.itemHighlighted {
		cursor:			pointer;
		left:			0px;
		padding:			1px 0px 1px 5px;
		width:			125px;
		text-align:		left;
		position:			relative;
		background-color:	#d7f6d6;
	}
	div.body {
		padding:			10px 0px 0px 0px;
		position:			absolute;
		text-align:		left;
		top:				265px;
		left:			145px;
		width:			615px;	
	}
	
/*  P  */

	p.header {
		text-align:		center;
		font-family:		arial;
		font-size:		17px;
		font-weight:		bold;
		margin:			0px 0px 0px 0px;
	}
	p.subheader {
		text-align:		left;
		font-family:		arial;
		font-size:		14px;
		font-weight:		bold;
		margin:			0px 0px 0px 0px;
	}
	p.details {
		font-family:		arial;
		font-size:		12px;
		font-weight:		normal;
		margin:			0px 0px 10px 0px;
	}
	p.footer {
		position:			relative;
		text-align:		center;
		font-family:		arial;
		font-size:		10px;
		font-weight:		normal;
		margin:			25px 0px 25px 0px;
	}

/*  TABLE  */
	
	table.catalog {
		padding:			0pt;
		width:			615px;
	}
	table.dim {
		padding:			0pt;
		width:			185px;
	}
	td.catalog  { 
		font-family:		arial;
		font-size:		13px;
		font-weight:		bold;
		vertical-align:	top;
		text-align:		center;
		background-color:	white;
		border-width:		thin;
		border-style:		solid;		
	}
	td.dim  { 
		font-family:		arial;
		font-size:		12px;
		font-weight:		normal;
		vertical-align:	top;
	}
	td.form  { 
		font-family:		arial;
		font-size:		12px;
		font-weight:		bold;
		vertical-align:	bottom;
		text-align:	right;
	}
	td.formAns  { 
		font-family:		arial;
		font-size:		12px;
	}