
	ADDRESS,
	BLOCKQUOTE,
	BODY, DD, DIV,
	DL, DT,
	FIELDSET, FORM,
	FRAME, FRAMESET,
	H1, H2, H3, H4,
	H5, H6, IFRAME,
	NOFRAMES,
	OBJECT, OL, P,
	UL, APPLET,
	CENTER, DIR,
	HR, MENU, PRE 	{ display: block }
	HEAD 			{ display: none }
	TABLE 			{ display: table }
	TR 				{ display: table-row }
	THEAD 			{ display: table-header-group }
	TBODY 			{ display: table-row-group }
	TFOOT 			{ display: table-footer-group }
	COL 			{ display: table-column }
	COLGROUP 		{ display: table-column-group }
	TD, TH 			{ display: table-cell }
	CAPTION 		{ display: table-caption }
	BODY 			{ background-image: url("images/backsw.jpg"); 
					  background-attachment: fixed; background-repeat: repeat;
					  background-color: #a3cfb6; color: black;
					  font-family: arial,helvetica,sans-serif }
	A				{ text-decoration: none }
	A:link			{ color: blue }
	A:visited		{ color: #008B00 }
	A:active		{ color: #f00 }
	A:hover			{ color: rgb(255,0,0) }
	LI.JUSTIFY		{ font-family: arial,helvetica,sans-serif;
					  text-align: justify }
	P				{ font-family: arial,helvetica,sans-serif;
					  text-align: justify }
	TH				{ font-family: arial,helvetica,sans-serif;
	   				  font-weight: bold; text-align: center }
	TD				{ font-family: arial,helvetica,sans-serif }
	CAPTION 		{ text-align: center }
	CENTER			{ font-family: arial,helvetica,sans-serif;
	   				  text-align: center }
	H1, H2, H3, H4,
	H5, H6, B,
	STRONG 			{ font-weight: bold }
	I, CITE, EM,
	VAR, ADDRESS 	{ font-style: italic }
	PRE, TT, CODE,
	KBD, SAMP		{ font-family: courier new,courier,monospace }
	PRE 			{ white-space: pre  }
	SUB 			{ vertical-align: sub }
	SUP 			{ vertical-align: super }
	S, STRIKE, DEL 	{ text-decoration: line-through }
	DIR,
	U, INS 			{ text-decoration: underline }
	CENTER 			{ text-align: center }
	BR:before 		{ content: "\A" }

