body
{
	font-family:Arial;
	background-color:Black;
	color:White;
}
.mainheader
{
	font-size: 36pt;
	color: gold;
	font-family: 'Old English Text MT' , Algerian, Arial;
}
.subheader
{  
	position:absolute; 
	top=100; 
	left=600;
	font-size: 24pt;
	color: #5c5604;
	font-family: 'Old English Text MT' , Algerian, Arial;
  }
.subheader2
{  
	position:absolute; 
	top=100; 
	left=600;
	font-size: 24pt;
	color: goldenrod;
	font-family: 'Old English Text MT' , Algerian, Arial;
  }

.hbreak
{
	height:1px;
	width:100%;
	background-color:Silver;
}
.vbreak
{
	width: 1px;
	height: 1800px;
	background-color: silver;
}
A:active
{
	font-size: 10px;
	font-family: Arial;
	color: goldenrod;
}
A:hover
{
	font-size: 10px;
	cursor: hand;
	font-family: Arial;
	text-decoration: underline;
	color:Yellow;
}
A:link
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
}
A:visited
{
	font-size: 10px;
	color: darkgoldenrod;
	font-family: Arial;
}
.PartClass
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	background-color: #696969;
}
.PartSubclass
{
	border-right: darkgray thin solid;
	border-top: darkgray thin solid;
	border-left: darkgray thin solid;
	border-bottom: darkgray thin solid;
	background-color: gray;
}
.PartTitle
{
	font-weight: bold;
	font-size: 14px;
	color: Gold;
	border-bottom: black thin solid;
}
.PartSubtitle
{
	font-weight: bold;
	font-size: 12px;
	color: Gold;
	border-bottom: black thin solid;
}
.PartTop
{
	font-weight: bold;
	font-size: 10px;
	color: Gold;
	border-bottom: black 1px solid;
}
.PartList
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
}
.PartListItalic
{
	font-size: 10px;
	font-family: Arial;
	color:gold;
	font-style:italic;
}
.PartListBold
{
	font-size: 10px;
	font-family: Arial;
	color:Gold;
}
.PartListSmall
{
	font-size: 9px;
	font-family: Arial;
	color:black;
}
.PartInput
{
	font-size: 10px;
	font-family: Arial;
	color: sienna;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: darkgray;
}
.PartButton
{
	font-size: 10px;
	font-family: Arial;
	color: sienna;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: darkgray;
}
.PartButtonHover
{
	font-size: 10px;
	font-family: Arial;
	color: Gold;
	border-right: gold thin solid;
	border-top: gold thin solid;
	border-left: gold thin solid;
	border-bottom: gold thin solid;
	background-color: dimgray;
	cursor:hand;
}
.PartInputValidator
{
	font-size: 10px;
	font-family: Arial;
	font-weight:bold;
	color: red;
	background-color: dimgray;	
}

.ForumPoster
{
	font-weight: bold;
	font-size: 14px;
	color: Gold;
}
.ForumDate
{
	font-size: 10px;
	font-family: Arial;
	color:Gold;
	border-bottom: silver thin solid;
	border-right: silver 1px solid;
}
.ForumContent
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
	border-bottom: silver thin solid;
}

/* Banking Classes */
.guildfundstable
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	background-color: #696969;
}
.guildaccountname
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
	width:300px;
}
.guildaccountcredit
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
	width:92px;
	text-align:right;
}
th
{
	font-size: 10px;
	font-family: Arial;
	color:Gold;
	text-align:left;
	vertical-align:bottom;
}
.guildstocktable
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	background-color: #696969;
	width:392;
}
.guildstockname
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
	width:400;
}
.guildstockquantity
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
	width:50px;
}
.guildstockunitvalue
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
	width:50px;
	text-align:right;
}
.guildstocklocation
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
	width:100px;
}
.guildstockstackvalue
{
	font-size: 10px;
	font-family: Arial;
	color:goldenrod;
	width:50px;
	text-align:right;
}
.guildstockcategory
{
	font-weight: bold;
	font-size: 12px;
	color: Gold;
	border-bottom: black thin solid;
}