/********************************************************************
	File:    stylesheet.css
	Author:  dvega@letternine.net
	Created: 07/03/2007
/*********************************************************************/

body {
	margin:0px;
	padding:0px;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:86%;
}
.copy img {
	padding:5px 5px 5px 5px;
}

.calloutTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #A5A5A5;
}
.calloutCopy {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}
#nav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: 1px; 
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px; 
}
#copy {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #000000;
}
.headingBlack {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold;
	color: #000000;
}
.headingRed {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold;
	color: #C51A1F;
}
.calloutHeading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	color: #FFFFFF;
}
.calloutCopy {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal;
	font-style: italic; 
	color: #000000;
}

ul {
	color: #000000;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	margin-top: 3px;
} 

.Bullet { color: #000000; font-size: 14px;	text-decoration: none;	font-weight: normal; 
}

.textnav { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #0000FF; text-decoration: none; }
.textnav:hover { text-decoration: underline; }

#nav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #FFFFFF;
}
#nav a{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
	padding:2px 0px;
}
.footer a,.footer a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
}
/* Text Editor Styles */
/*********************************************************************/
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;	
}
.titleWhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;	
}
/*********************************************************************/
/* Product Template Styles */

#productDesc {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: normal;
		color: #000000;
		margin: 20px;
		width: 550px;
	}
#productDesc li {
	list-style: outside;
	margin-left: 50px; ;
	padding-left: 0;
	text-indent: -2px;
	padding: 2px;
	margin-top: 3px;
}
#productDesc h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #000000;
}
#productDesc img {
	float: right;
}
#productDesc table {
	width: 100%;
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: #000000;
}
#productDesc table th {
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	color: #ffffff;
	background-color: #5B5F65;
	-moz-border-radius: ;
}
#productDesc table td {
	font-size: 12px; 
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
#productDetail {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: normal;
		color: #000000;
		width: 550px;
		margin-left: 72px;
		border: 1px solid black;
	}

#productDetail li {
	list-style: outside;
	margin-left: 50px; 
	margin-top: 3px;
	padding-left: 0;
	text-indent: -2px;
	padding: 2px;
}
#productDetail h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	color: #000000;
	line-height: 16px; 
	text-decoration: underline;
	text-align: center;
}
.prodtable {color: windowtext; font-size: 10.0pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Arial; text-align: left; vertical-align: bottom; white-space: nowrap; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px
}














/*
/*********************************************************************/

/* COPYRIGHT 2004 PHIL RODOPOLOUS/LETTERNINE MEDIA, INC. AND G. BRYAN MILLER/FREELANCE DESIGNER! ALL RIGHTS RESERVED*/

/* CONTACT: PHIL RODOPOULOS: philr@letternine.net or G. BRYAN MILLER: gbryanmiller@gbryanmiller.com for information regarding the use of this file!*/

/*********************************************************************/


/*----------------SANS-SERIF FONT FAMILY STYLESHEET------------------*/



/*TITLE STYLES-------------------------------------------------------*/


/* Titles - Page titles, paragraph titles, and other subtitles. May change color, size and shape within limited and appropriate web safe fonts. */

.Tagline { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; line-height: normal;	font-weight: normal; font-variant: normal; color: #FFFFFF; text-decoration: none; }

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}
.PageTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.SubTitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; color: #46300B; }



/*COPY STYLES--------------------------------------------------------*/


/* Copy Styles - MUST NEVER BE BOLD - Copy should always be black text on white background. Copy1, Copy2 etc can be customized by color or size but not boldness */

.Copy1 { font-family: Arial, Helvetica, sans-serif;	font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #FFFFFF; text-decoration: none; }
.Copy2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration: none; }
.Copy3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;	line-height: normal; font-weight: normal; font-variant: normal;	color: #336600;	text-decoration: none; }
.Copy4 { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #CC0000; text-decoration: none; }


/* Copyright Text at the bottom of each page - May change color - try to keep light and not very noticable. Usually a gray color. Should be very small Arial/Helvetica or Times/New Times Roman styles of font */ 
.Copyright { font-family: Arial, Helvetica, sans-serif;	font-size: 10px; font-style: normal; line-height: 25px; font-weight: normal; font-variant: normal; text-transform: none; color: #C3B59C; text-decoration: none; }

/* Sometimes the copy on the homepage has to be a different color than on any other page do to color used in background*/
.CopyHome { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #FFFFFF; text-decoration: none; }

/* Used for the company address if applicable to the design*/
.CopyAddress { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 16px; font-weight: bold; font-variant: normal; color: #46300B; text-decoration: none; }



/*COPY BOLD STYLES--------------------------------------------------------------*/


/* BOLD Copy Styles -  MUST ALWAYS BE BOLD - May change color, size and shape within limited and appropriate web safe fonts. */

.CopyBold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none; }

.CopyBold1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #A38D67; text-decoration: none; }

.CopyBold2 { font-family: Arial, Helvetica, sans-serif;	font-size: 13px; font-weight: bold;	color: #FFFFFF;	text-decoration: none; line-height: normal; }

.CopyBold3 { font-family: Arial, Helvetica, sans-serif;	font-size: 11px; font-weight: bold;	color: #46300B;	text-decoration: underline; line-height: normal; }


/*HIGHLIGHTED COPY STYLES--------------------------------------------------------------*/

.YellowHiLite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF66;
	white-space: normal;

}

.PinkHiLite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FF99CC;
}



/*NAVIGATION STYLES--------------------------------------------------------------*/


/* Navigation Styles - May change color, size and shape within limited and appropriate web safe fonts. */

.MainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 0px;
	letter-spacing: 1px;

}
.MainNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 0px;
}

.SubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #999966;
	word-spacing: normal;
	letter-spacing: normal;

}
.SubNav:hover {	font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-style: normal;	line-height: normal; font-weight: bold;	font-variant: normal; color: #66573E; text-decoration: none; }

.TerNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #C88B3B;
}
.TerNav:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: uppercase; color: #000000; text-decoration: none}

.MainLink, MainLink:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #0000FF; text-decoration: underline; }
.MainLink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #660099; text-decoration: underline; }


/* Footer Nav Text */
.NavText { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 20px; font-weight: normal; font-variant: normal; color: #46300B; text-decoration: none; }
.NavText:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 20px; font-weight: normal; font-variant: normal; color: #666666; text-decoration: none; }



/*NEWS ARTICLES--------------------------------------------------------------*/


/* News Headlines and News Article Styles - Can be used or not used in any given design */

.NewsItemHeadline { font-family: Arial, Helvetica, sans-serif;	font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none; }
.NewsItemHeadline:hover { font-family: Arial, Helvetica, sans-serif;	font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: underline; }


.NewsItemDate { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-style: italic; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration: none; }

.NewsItemCopy { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000;	text-decoration: none; }
.NewsItemCopy:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration: underline; }

.NewsItemMore {	font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-style: normal;	line-height: 30px; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: underline; }
.NewsItemMore:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 30px; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: underline; }

.NewsPageTitle { font-family: Arial, Helvetica, sans-serif;	font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none; }

 
/*FORM STYLES--------------------------------------------------------------*/


/* Form Styles - Standard Styles - These USUALLY stay the same */
.Form { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; color: #000000; text-decoration: underline; }

/* Form Styles - Standard Styles - These USUALLY stay the same */
.FormHeading { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; color: #000000; text-decoration: underline; }

/* Form Field Error Callout Style - Usually above style in red and/or bolder */
.FormError { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; color: RED; text-decoration: underline; }

/* Form Error Message Style */
.FormRed { font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bolder; color: RED; font-style: normal; line-height: normal; }



/*PHOTO STYLES-------------------------------------------------------*/


/* Photo Type Thumbnail Caption Style */
.PhotoCaption { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #999999; text-decoration: none; }

/* Photo Type Image Popup Link Style */
.ImgLink { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; }
.Imglink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; }

/* Photo Style Page Number Links */
.PageNums { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 26px; font-weight: normal; font-variant: normal; color: #000000; text-decoration: underline; }

/* Photo Style Current Page Number Link */
.PageNumsOn { font-family: Arial, Helvetica, sans-serif; font-size: 11px;  font-style: normal; line-height: 20px; font-weight: bolder; font-variant: normal; color: #000000;  text-decoration: none; }



/*SITEMAP STYLES-------------------------------------------------------*/


/* Site Map Main Nav Style */
.SiteMapTop { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none; }
.SiteMapTop:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #666666; text-decoration: none; }


/* Site Map Sub Nav Style */
.SiteMapSub { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: 18px; font-weight: bold; font-variant: normal; color: #333333; text-decoration: none; }
.SiteMapSub:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: 18px; font-weight: bold; font-variant: normal; color: #666666; text-decoration: none; }

/* Site Map Tertiary Nav Style */
.SiteMapTer { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 20px; font-weight: normal; font-variant: normal; color: #003399; text-decoration: none; }
.SiteMapTer:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 20px; font-weight: normal; font-variant: normal; color: #999999; text-decoration: none; }



/*MISC STYLES-------------------------------------------------------*/


/* Event Type Styles */
.Event { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: black; text-decoration: underline; }
.Event1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: black; text-decoration: none; }

/* BBS Type Style */
.BBS { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: 20px; font-weight: bold; color: #660099; }



/*SYSTEM STYLES-------------------------------------------------------*/


/* System Styles - NEVER Change */
.Time {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bolder; font-variant: small-caps; text-transform: none; color: #000000; text-decoration: none}
.Input1 {
	border:1px solid #667D8E;
	font-size: 10pt;
	color: #FFFFFF;
	background-color:rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
}


/* custom styles */
.heading {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	padding-left: 10px; 
	padding-top: 5px;
}
.copy {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}
.left {
	background: url(../images/leftbg.gif) repeat-y;
}

.resource-list a, resource-list a:visited {
	color:#002842;
	text-decoration:underline;
	font-size: 14px;
}
.resource-list a:hover {
	color:#242424;
	text-decoration:none;
	font-size: 14px;
}
/* all links */
a,a:visited {
	color:#002842;
	text-decoration:underline;
	font-size: 12px;
}
a:hover {
	color:#242424;
	text-decoration:none;
	font-size: 12px;
}

.TimesGold {
	font-family: Times New Roman;
	font-size: 18px;
	color: #666633;
	word-spacing: normal;
	letter-spacing: normal;
}
.TimesMaroon {
	font-family: Times New Roman;
	font-size: 18px;
	color: #990033;
	word-spacing: normal;
	letter-spacing: normal;
}
.TimesBlack {
	font-family: Times New Roman;
	font-size: 18px;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
}




.TimesBlue {
	font-family: Times New Roman;
	font-size: 18px;
	color: #003366;
	word-spacing: normal;
	letter-spacing: normal;
}
/* TimesBlue Link Styles */
}
.TimesBlue a:visited {	
font-family: Times New Roman;
	font-size: 18px;
	color: #003366;
	word-spacing: normal;
	letter-spacing: normal; 
	text-decoration:none;
}
.TimesBlue a:hover {	
	font-family: Times New Roman;
	font-size: 18px;
	color: #003366;
	word-spacing: normal;
	letter-spacing: normal; 
}


.DarkBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	word-spacing: normal;
	letter-spacing: normal;
}



.TimesDarkBlue {
	font-family: Times New Roman;
	font-size: 18px;
	color: #333333;
	word-spacing: normal;
	letter-spacing: normal;
}
.TimesDarkGold {
	font-family: Times New Roman;
	font-size: 18px;
	color: #999933;
	word-spacing: normal;
	letter-spacing: normal;
}
.HelvGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #666633;
	word-spacing: normal;
	letter-spacing: normal;
}
.HelvMaroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #990033;
	word-spacing: normal;
	letter-spacing: normal;
}


.HelvBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
}
.HelvBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #003366;
	word-spacing: normal;
	letter-spacing: normal;
}
.HelvBlueSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #003366;
	word-spacing: normal;
	letter-spacing: normal;
}

.HelvDarkBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #333333;
	word-spacing: normal;
	letter-spacing: normal;
}
.HelvDarkGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999933;
	word-spacing: normal;
	letter-spacing: normal;
}

a.BlueLink; a.BlueLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #333333;
	word-spacing: normal;
	letter-spacing: normal;
}

a.BlueLink:Hover {
	text-decoration: normal;
}

*/