BODY {
	background: url("../images/main_back.gif") #FFFFFF repeat-y;
	margin: 0px; 
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

A {
	background: transparent;
	color: #0000ff;
}

IMG {
	border-width: 0px;
}

/* TD: HSpacer: Table row used to add space between data rows (usually spans columns) */
TD.HSpacer {
	height: 10px;
}

/* TD: VSpacer: Table cell used to add space between data colums */
TD.VSpacer {
	width: 10px;
}

TD.PageContent {
	width: 640px;
}

/* DIV: AlignRight */
DIV.AlignRight {
	text-align: right;
}

/* DIV: AlignCenter */
DIV.AlignCenter {
	text-align: center;
}

HR.Footer {
	width: 600px;
	height: 1px;
}

A.Footer {
	font-size: 9px;
}

SPAN.Copyright {
	font-size: 9px;
}