table.border {
}
  td.wideborderwhite {
	border-width: 15px;
	padding: 1px;
	border-style: inset;
	border-color: #FFCC00;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
  td.widebordergray{
	border-width: 15px;
	padding: 1px;
	border-style: inset;
	border-color: #FFDD88;
	background-color: #333333;
	-moz-border-radius: 0px 0px 0px 0px;
}
.gold {color: #FFCC66}
.large {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
}
.small {
	font-family: "Times New Roman", Times, serif;
	font-size: large; 
	font-weight: 100;
}
.tinygold {
	color: #FFCC66;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
}
.smallgold {
	color: #FFCC66;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.boldgold {
	color: #FFCC66;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: center;
}
.small2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large; 
	font-weight: 900;
}
.placeholder{
	color:#333333;
}

A:link { color: #E69316}
A:visited { color: #FFCC66}
A:active { color: #E69316}
A:hover { color: #FFCC66}

A.gray:link { color:gray}
A.gray:visited { color:gray}
A.gray:active { none; color:gray}

A.black:link { color:black}
A.black:visited { color:black}
A.black:active { color:black}
A.gray:hover { color:black}
A.gray:hover { color:black}

#info td {
	vertical-align: top;
}