.Head{font-family:Verdana;font-size:12pt;font-weight:bold;font-variant: small-caps;color: #e3c370;}
.SubHead{font-family:Verdana;font-size:9pt;font-weight: bold;color: #e3c370;}
.SubSubHead{font-family:Verdana;font-size: 11px;font-weight: bold;color: #e3c370;}
	/* text style used for most text rendered by modules */
.Normal, .NormalDisabled{font-family:Verdana;font-size:9pt;font-weight: normal; color:#ffffff;}
/* text style used for rendered text which should appear disabled */
.NormalDisabled{color: Silver;}
/* text style used for rendered text which requires emphasis */
.NormalBold{font-family:Verdana;font-size: 9pt;font-weight: bold; color:#ffffff;}
/* text style used for error messages */
.NormalRed{font-family:Verdana;font-size:9pt;font-weight: bold;color: #ff0000;}
.StandardButton{background: #e3c370 none; color: #000000;font-family:Verdana; font-size:9pt;font-weight: normal;}
.NormalTextBox{background:#262626 none; color:#ffffff;font-family:Verdana; font-size:9pt;font-weight:normal;border: solid 1px #e3c370;}
.SkinObject{font-weight: bold;font-size: 8.5pt;color: #e3c370;font-family: Verdana;text-decoration: none;}
A.SkinObject:link{text-decoration: underlinecolor: #e3c370;}
A.SkinObject:visited{text-decoration: underline;color: #e3c370;}
A.SkinObject:hover{text-decoration: none;color: #e3c370;}
A.SkinObject:active{text-decoration: none;color: #e3c370;}
/* GENERIC */
H1{font-family: Verdana;font-size: 20px;font-weight: normal;color: #e3c370;}
H2{font-family: Verdana;font-size: 20px;font-weight: normal;color: #e3c370;}
H3{font-family: Verdana;font-size: 12px;font-weight: normal;color: #e3c370;}
H4{font-family: Verdana;font-size: 12px;font-weight: normal;color: #e3c370;}
H5, DT{font-family: Verdana;font-size: 11px;font-weight: bold;color: #e3c370;}
H6{font-family: Verdana;font-size: 11px;font-weight: bold;color: #e3c370;}
TFOOT, THEAD{font-family: Verdana;font-size: 12px;color: #e3c370;}
TH{vertical-align: baseline;font-family: Verdana;font-size: 12px;font-weight: bold;color: #e3c370;}
A:link{text-decoration: underline;color: #e3c370;}
A:visited{text-decoration: underline;color: #e3c370;}
A:hover{text-decoration: none;color: #e3c370;}
A:active{text-decoration: none;color: #e3c370;}
SMALL{font-size: 8px;}
BIG{font-size: 14px;}
BLOCKQUOTE, PRE{font-family: Lucida Console, monospace;}
UL LI{list-style-type: square;}
UL LI LI{list-style-type: disc;}
UL LI LI LI{list-style-type: circle;}
OL LI{list-style-type: decimal;}
OL OL LI{list-style-type: lower-alpha;}
OL OL OL LI{list-style-type: lower-roman;}
OL UL LI{list-style-type: disc;}
HR{color: #000000;height: 1pt;text-align: left;}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #e3c370;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #e3c370;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #e3c370;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #e3c370;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}