BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : White;
	color: Black;
}
#content {
	width:750px;
	margin:0px auto;
	text-align:left;
	}


H1 {
	font-size : 16px;
	font-weight : bold;
	text-align : center;
}
H2 {
	font-size : 16px;
	font-weight : bold;
	text-align : left;
	margin-top : 20px;
	margin-bottom : 2px;
}
H3 {
	font-size : 16px;
	font-weight : bold;
	text-align : left;
}
H5 {
	font-size:13px;
	text-transform: uppercase;
}
P {
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
}
P.header1 {
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
}
P.header2  {
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	float : right;
}
P.header3 {
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	padding-top : 12px;
}
P.header4 {
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	text-transform : uppercase;
	padding-top : 12px;
}
P.header5 {
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	margin-bottom : 0px;
	text-transform : uppercase;
}
P.bugnote {
	font-size : 13px;
	font-style : italic;
	font-weight : normal;
	color: #FF0066;
}
A {
	color : #555555;
	font-weight : bold;
	text-decoration : underline;
}
A:VISITED {
	color : #696969;
	font-weight : bold;
	text-decoration: underline;
}
A:HOVER {
	color : Gray;
	font-weight : bold;
	text-decoration: underline;
}
A:ACTIVE {
	color : Gray;
	font-weight : bold;
	text-decoration: underline;
}
A:FOCUS {
	color : Gray;
	font-weight : bold;
	text-decoration: underline;
}
.small {
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	margin-top : -6px;
}
P.copyright {
	font-size : 10px;
	font-style : italic;
	font-weight : normal;
	margin-top : -5px;
}
UL {
	list-style-position: outside;
}
LI {
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	margin-left : 3%;
	margin-right : 10%;
}
LI.close {
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	margin-bottom : -10px;
}
DIV.imageleft {
	padding : 5px 5px 5px 0px;
	float : left;
}
DIV.imageright {
	padding : 5px 0px 5px 5px;
	float : right;
}
SPAN.caption {
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
}
SPAN.item {
	color: Green;
}
SPAN.hazard {
	color: #FF0066;
}
SPAN.enemy {
	color: #ff3300;
}
SPAN.movable {
	color: #008080;
}
SPAN.crystal {
	color: #0000FF;
}
SPAN.gem {
	color: #9933ff;
}
SPAN.artifact {
	color: #6666ff;
	font-weight:bold;
}
SPAN.relic {
	color: #990099;
	font-weight:bold;
}
SPAN.ammo {
	color: #0084d1;
}
SPAN.rubbing {
	color: #0099ff;
	font-weight:bold;
}
SPAN.wii {
	color: #0099ff;
}
SPAN.bronze {
	color: #993300;
	font-weight:bold;
}
SPAN.silver {
	color: #6666ff;
	font-weight:bold;
}
SPAN.gold {
	color: #ff9900;
	font-weight:bold;
}
SPAN.jade  {
	color: #00b55a;
	font-weight:bold;
}
SPAN.red  {
	color: #cc0000;
	font-weight:bold;
}
SPAN.cube {
	color:#990099;
}
SPAN.emphasis {
	font-style: italic;
	font-weight : bold;
}
.note {
	font-style: italic;
}
TD {
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
}
TABLE.specialgray {
	border : 1px solid Gray;
	border-spacing : 0px;
	border-collapse: collapse;
}
TD.specialgray {
	border : 1px solid Gray;
	border-spacing : 0px;
	border-collapse: collapse;
	padding: 5px;
}
A.controls {
	color: #cc3300;
	font-weight : bold;
	text-decoration : underline;
}
A.controls:visited {
	color: #cc3300;
	font-weight : bold;
	text-decoration: underline;
}
A.controls:hover {
	color: #ff6600;
	font-weight : bold;
	text-decoration: underline;
}
A.controls:active {
	color: #ff6600;
	font-weight : bold;
	text-decoration: underline;
}
A.controls:focus {
	color: #ff6600;
	font-weight : bold;
	text-decoration: underline;
}
.floatright {
	float : right;
	padding-left : 5px;
}
.floatleft {
	float : left;
	padding-right : 5px;
}
TABLE.mobileitem {
	padding: 5px;
	border: 1px solid #000000;
}
.graybar {
	color : White;
	background-color : #a1a1a1;
	padding-bottom : 3px;
	padding-top : 3px;
}
