body {
	background : #FFFFFF url(images/back.gif) repeat-y;
}

A:link {
	color : Red;
	text-decoration : underline;
}

A:active {
	color : Red;
	text-decoration : underline;
}

A:visited {
	color : Maroon;
	text-decoration : underline;
}

A:hover {
	color : Red;
	text-decoration : underline;
}

span.origin {
	position : absolute;
	top : 0px;
	left : 0px;
}

span.logo {
	position : absolute;
	top : 61px;
	left : 0px;
}

span.nav {
	position : absolute;
	top : 200px;
	left : 55px;
}

span.header1 {
	color : #543414;
	text-transform : capitalize;
	font : normal normal 14pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight : normal;
}

span.header2 {
	color : #B3946F;
	text-transform : capitalize;
	font : normal normal 11pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight : bold;
}

span.text {
	color : #742C04;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.textbold {
	color : #742C04;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight : bold;
}

span.textsm {
	color : #742C04;
	font : normal normal 8pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight : normal;
}

span.tablehdr1 {
	color : #FCF4EC;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight : bold;
}

span.tablehdr2 {
	color : #FCF4EC;
	font : normal normal 8pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight : bold;
}

td.dark {
	background : #543414;
	color : #FCF4EC;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight : bold;
}

td.light {
	background : #FCF4EC;
	color : #742C04;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

td.med {
	background : #B3946F;
	color : #742C04;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

tr.dark{
	background : #543414;
	color : #FCF4EC;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight : bold;
}

tr.light {
	background : #FCF4EC;
	color : #742C04;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

tr.med {
	background : #B3946F;
	color : #742C04;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

tr.white {
	background : #FFFFFF;
	color : #742C04;
	font : normal normal 10pt/normal "Arial Unicode MS", Arial, Helvetica, sans-serif;
}