/* -------------------------------------------------------- */
/* Default CSS Stylesheet for a new Web Application project */
/* -------------------------------------------------------- */

BODY
{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    font-size: 12px;
}

textarea { background-color: #fff; border: 1px solid gray;  }

TD
{
	font-size: 12px;	
}

H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT
{
    COLOR: #003366;
    font-style:	normal;
	text-decoration:	none;
}

H1	{	
	font-weight:	700;
	font-size:	2em;
}	
		
H2	{	
	font-weight:	700;
	font-size:	1.75em;
}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	}	

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, 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;
	}	
	
/* -------------------------------------------------------- */
/* General A TAG for Generic Links ------------------------ */
/* -------------------------------------------------------- */

A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
/* -------------------------------------------------------- */
/* LogIN Link --------------------------------------------- */
/* -------------------------------------------------------- */
.loginLink			{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 12pt;
	color: #FFFFFF;
}

.loginLink A:link	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
		
.loginLink A:visited	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
		
.loginLink A:active	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
		
.loginLink A:hover	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}

/* -------------------------------------------------------- */
/* FOOTER ------------------------------------------------- */
/* -------------------------------------------------------- */
.Footer
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 12pt;
	color: #FFFFFF;
}	
	
/* -------------------------------------------------------- */
/* Editor/Dialog Windows ---------------------------------- */
/* -------------------------------------------------------- */

FIELDSET 
{ 
	BORDER-RIGHT: #808080 1px solid; 
	BORDER-TOP: #808080 1px solid; 
	BORDER-LEFT: #808080 1px solid; 
	BORDER-BOTTOM: #808080 1px solid 
}
LEGEND 
{ 
	FONT: bold 11px Tahoma; 
	COLOR: #000000 
}

/* -------------------------------------------------------- */
/* Document Management ------------------------------------ */
/* -------------------------------------------------------- */

.ProgressBar
{
	background-color:#83be4a;
}

/* -------------------------------------------------------- */
/*Report Content ------------------------------------------ */
/* -------------------------------------------------------- */

.ReportRow
{
	background-color:83BB5A;
}

.ReportRow A:link
{
	color: White;
}
.ReportRow A:visited
{
	color: White;
}
.ReportRow A:hover
{
	color: 5A544B;
	text-decoration:	none;
}
.AlternatingReportRow
{
	background-color:EEEEEE;
}
.AlternatingReportRow A:link
{
	color: black;
}
.AlternatingReportRow A:visited
{
	color: black;
}
.AlternatingReportRow A:hover
{
	color: black;
	text-decoration:	none;
}

/* -------------------------------------------------------- */
/* Infragistics Selected Row Link ------------------------- */
/* -------------------------------------------------------- */

.igSelectedRow 
{
	 color:White;
	 background-color:Navy;
}

/* -------------------------------------------------------- */
/*Vertical Menu Text -------------------------------------- */
/* -------------------------------------------------------- */

.MenuVerticalText A:link {
	text-decoration:	none;
	color:Black;
	}	
		
.MenuVerticalText A:visited	{
	text-decoration:	none;
	color:Black;
	}	
		
.MenuVerticalText A:active	{
	text-decoration:	none;
	color:Black;
	}	
		
.MenuVerticalText A:hover	{
	text-decoration:	underline;
	color:Gray;
	}

.MenuVerticalTextIndent0 
{
	padding-left:0px;
}

.MenuVerticalTextIndent1 
{
	padding-left:10px;
}

.MenuVerticalTextIndent2 
{
	padding-left:20px;
}

/* -------------------------------------------------------- */	
/*Horizontal Menu Text ------------------------------------ */
/* -------------------------------------------------------- */
.MenuHorizontalText A:link {
	text-decoration:	none;
	color:Black;
	}	
		
.MenuHorizontalText A:visited	{
	text-decoration:	none;
	color:Black;
	}	
		
.MenuHorizontalText A:active	{
	text-decoration:	none;
	color:Black;
	}	
		
.MenuHorizontalText A:hover	{
	text-decoration:	underline;
	color:Gray;
	}
	
/* -------------------------------------------------------- */
/* ADMIN MENU --------------------------------------------- */
/* -------------------------------------------------------- */

.UCHDAdminTitle
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 10pt;
	color: #FFFFFF;	
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;	
}

.UCHDAdminLink
{
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;
	color:#532946;
	font-weight:normal;
}

.UCHDAdminLink A:LINK, .UCHDAdminLink A:ACTIVE, .UCHDAdminLink A:VISITED
{
	color:#532946;	
	text-decoration:none;	
}

.UCHDAdminLink A:HOVER
{
	color:#532946;	
	text-decoration:none;	
}

/* -------------------------------------------------------- */
/* TOPIC FLYOUT MENU -------------------------------------- */
/* -------------------------------------------------------- */

.UCHDTopicTitle
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 10pt;
	color: #FFFFFF;	
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;	
}

.UCHDCurrentMenu
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color:#532946;	
	color:white;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;
}

.UCHDCurrentMenuHover
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color:#532946;	
	color:white;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;
}

.UCHDMenuItem
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;	
	color:#532946;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;
}

.UCHDMenuHover
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;	
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;
}

.UCHDSubMenuItem
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;
	background-color:#532946;
	cursor:white;	
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;
}

.UCHDSubMenuHover
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color:#CFAB7A;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;
}

.UCHDThirdMenuItem
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color:#532946;	
	color:white;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;	
}

.UCHDThirdMenuHover
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;	
	background-color:#CFAB7A;	
	color:white;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;	
}

.UCHDCurrentMenuItem
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;	
	color:white;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;
}

.UCHDCurrentMenuItemHover
{
	height:20px;
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;		
	color:#532946;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;
}

/* -------------------------------------------------------- */
/* TOPIC (Detail) SECTION --------------------------------- */
/* -------------------------------------------------------- */
.UCHDTopicCrumbTrail
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 8pt;
	color: #532946;	
	text-decoration:	none;
}

.UCHDTopicCrumbTrail A:link {
	text-decoration:	none;
	color:#532946;
}	
		
.UCHDTopicCrumbTrail A:visited	{
	text-decoration:	none;
	color:#532946;
}	
		
.UCHDTopicCrumbTrail A:active	{
	text-decoration:	none;
	color:#532946;
}	
		
.UCHDTopicCrumbTrail A:hover	{
	text-decoration:	underline;
	color:#532946;
}

.UCHDEmergencyNotice
{
	font-size:15px;
	color:Red;
	font-weight:bold;
}

.UCHDEmergencyNotice A:Link, .UCHDEmergencyNotice A:Visited, .UCHDEmergencyNotice A:Active, .UCHDEmergencyNotice A:Hover
{
	font-size:15px;
	color:Red;
	font-weight:bold;
}
.UCHDCurrentTopic
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	color:#532946;
	font-weight:bold;
	font-size:15px;
}

.UCHDCurrentDescription
{
	color:Black;
	font-size: 11px;
}
.UCHDTopicName
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 11px;
	color: #FFFFFF;	
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
}

.UCHDTopicName A:Link, .UCHDTopicName A:Visited, .UCHDTopicName A:Active
{
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
	text-decoration:none;	
}

.UCHDTopicName A:Hover
{
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
	text-decoration:underline;	
}

.UCHDTopicDescription
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 12px;
	color: #000000;
}

.UCHDTopicDescription A:Link, .UCHDTopicDescription A:Visited, .UCHDTopicDescription A:Active
{
	color: #000000;
	text-decoration:none;	
}

.UCHDTopicDescription A:Hover
{
	color: #000000;
	text-decoration:underline;	
}

.UCHDLastModified
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	color:DimGray;
	text-decoration:none;	
	font-size: 10px;	
	font-weight:normal;
}

.PageResults
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	color: #000000;	
	text-decoration: none;
	font-weight:normal;
	font-size: 13px;	
}

.PageResults A:Link, .PageResults A:Visited, .PageResults A:Active
{	
	color: #532946;	
	text-decoration: none;
	font-weight:normal;
}

.PageResults A:Hover
{	
	color: #532946;	
	text-decoration: underline;
	font-weight:normal;
}

.ExpiredContent
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	color: #000000;	
	text-decoration: none;
	font-weight:normal;
	font-size: 13px;	
}

.ExpiredContent A:Link, .ExpiredContent A:Visited, .ExpiredContent A:Active
{	
	color: #532946;	
	text-decoration: none;
	font-weight:normal;
}

.ExpiredContent A:Hover
{	
	color: #532946;	
	text-decoration: underline;
	font-weight:normal;
}


/* -------------------------------------------------------- */
/* Matching Content List ---------------------------------- */
/* -------------------------------------------------------- */

.relevantContent
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;	
	color: White;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}

.UCHDMatchingContentList
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;
}

.UCHDMatchingContentList A:Link
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;			
}

.UCHDMatchingContentList A:Active
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;		
}

.UCHDMatchingContentList A:Visited
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;		
}

.UCHDMatchingContentList A:Hover
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;		
}

.UCHDContentDescription
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	color: #FFFFFF;
	font-size: 12px;	
}

.UCHDContentDescription A:Link
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;			
}

.UCHDContentDescription A:Active
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;		
}

.UCHDContentDescription A:Visited
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;		
}

.UCHDContentDescription A:Hover
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;		
}

.documentMatchingModifiedDate
{
	color: #FFFFFF;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 15px;	
}

.matchingTopicList
{
	color: #FFFFFF;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 5px;		
}

.suggestedContent
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;	
	color: White;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;	
}

.documentModifiedDate
{
	color: #5A544B;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 15px;	
}

.TopicList
{
	color: #5A544B;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 5px;		
}

.UCHDContentList
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;
}

.UCHDContentList A:Link
{
	color: Black;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;			
}

.UCHDContentList A:Active
{
	color: Black;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;		
}

.UCHDContentList A:Visited
{
	color: Black;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;		
}

.UCHDContentList A:Hover
{
	color: Black;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;		
}

/* -------------------------------------------------------- */
/* TOPIC RELATION SECTION --------------------------------- */
/* -------------------------------------------------------- */
.UCHDRelatedTitle
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 9pt;
	color: #FFFFFF;	
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
}

.UCHDRelatedBody
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

.UCHDRelatedBody A:LINK, .UCHDRelatedBody A:VISITED, .UCHDRelatedBody A:ACTIVE
{
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
	
}

.UCHDRelatedBody A:HOVER
{
	color:#000000;
	text-decoration: none;
	font-weight:normal;
}

/* -------------------------------------------------------- */
/* Help --------------------------------------------------- */
/* -------------------------------------------------------- */

.HelpHeader 
{
	vertical-align:top;
	font-weight: bold;
	text-decoration: underline;	
}

.HelpRowHeader
{
	vertical-align:top;
	font-weight: bold;
}

/* -------------------------------------------------------- */
/* Command Bar -------------------------------------------- */
/* -------------------------------------------------------- */

.CommandBar 
{
}

.MyPageLink
{
	color: #FFFFFF;
	text-decoration: none;
}

.MyPageLink A:link 
{
	color: #FFFFFF;
	text-decoration: none;
}

.MyPageLink A:visited	
{
	color: #FFFFFF;
	text-decoration: none;
}	
		
.MyPageLink A:active	
{
	color: #FFFFFF;
	text-decoration: none;
}	
		
.MyPageLink A:hover	
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* -------------------------------------------------------- */
/* MY PAGE------------------------------------------------- */
/* -------------------------------------------------------- */

.MyPageTitle 
{
	font-size: 14px;
	text-transform: uppercase;
	color: #532946;
	font-weight: bold;
}

.ProfileMembershipHeader
{
	font-weight:bold;
}

/* -------------------------------------------------------- */
/* TOP NAV - utilNav -------------------------------------- */
/* -------------------------------------------------------- */

.utilNav {
	font-size: 11px;
	color: #5A544B;
	letter-spacing: 0px;
	text-decoration: none;
}
.utilNav A:LINK {
	color: 5A544B;
	text-decoration: none;
}
.utilNav A:VISITED {
	color: 5A544B;
	text-decoration: none;
}
.utilNav A:HOVER {
	color: 62BD19;
	text-decoration: none;
}

/* -------------------------------------------------------- */
/* LEFT NAV ----------------------------------------------- */
/* -------------------------------------------------------- */

.tableBG {
	background-image: url(/gd/templates/images/geodocs/mainNav_back.gif);
	background-repeat: no-repeat;
}

.LeftNav0
{
	font-weight: normal; 
	font-size: 10px; 
	cursor: hand;	
	color: 5A544B;
	width:163px;
	height:27px;
	padding-left:0px;	
}

.LeftNavOn0
{
	background-color:#62BD19;
	color:#ffffff;
	font-weight:normal;
	font-size:10px;
	cursor:hand;
	padding-left:0px;
}

.LeftNavOn0 A:Link
{
	font-weight: normal; 
	font-size: 10px; 
	cursor: hand;	
	color: 5A544B;
	padding-left:0px;
}

.LeftNavOn0 A:Visited
{
	font-weight: normal; 
	font-size: 10px; 
	cursor: hand;	
	color: 5A544B;
	padding-left:0px;
}

.LeftNavOn0 A:Hover
{
	font-weight: normal; 
	font-size: 10px; 
	cursor: hand;	
	color: ffffff;
	padding-left:0px;	
}



/* -------------------------------------------------------- */
/* SEARCH ------------------------------------------------- */
/* -------------------------------------------------------- */

.SearchTabPrimaryOnInactive
{
	border-right: gray thin double;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	cursor: hand;
	color: #000000;
	padding-top: 3px;
	border-bottom: gray thin solid;
}

.SearchTabPrimaryInactive
{
	border-right: gray thin double;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	cursor: hand;
	color: #000000;
	padding-top: 3px;
	border-bottom: gray thin solid;
}

.SearchTabPrimaryOnActive
{
	border-right: gray thin solid;
	padding-right: 3px;
	border-top: gray thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: gray thin double;
	cursor: hand;
	color: #000000;
	padding-top: 3px;
}

.SearchTabPrimaryActive
{
	border-right: gray thin solid;
	padding-right: 3px;
	border-top: gray thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: gray thin double;
	cursor: hand;
	color: #000000;
	padding-top: 3px;
}

.SearchTabPrimaryActive A:LINK 
{
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchTabPrimaryActive A:VISITED {
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchTabPrimaryOnActive A:HOVER {
	font-size: 12px;
	color: #532946;
	text-decoration: underline;
}

.SearchTabPrimaryInactive A:LINK 
{
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchTabPrimaryInactive A:VISITED {
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchTabPrimaryInactive A:HOVER {
	font-size: 12px;
	color: #532946;
	text-decoration: underline;
}

.SearchTabPrimaryOnInactive A:HOVER {
	font-size: 12px;
	color: #532946;
	text-decoration: underline;
}

.SearchTabPrimarySpacer
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: gray thin solid;
}

.SearchTabSeperator
{
	border-right: gray thin solid;
	border-left: gray thin solid;
	height: 2px;
}

.SearchTabSecondaryOnInactive
{
	border-right: gray thin double;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	cursor: hand;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: gray thin solid;
}

.SearchTabSecondaryInactive
{
	border-right: gray thin double;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	cursor: hand;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: gray thin solid;
}

.SearchTabSecondaryOnActive
{
	border-right: gray thin solid;
	padding-right: 3px;
	border-top: gray thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: gray thin double;
	cursor: hand;
	color: #ffffff;
	padding-top: 3px;	
}

.SearchTabSecondaryActive
{
	border-right: gray thin solid;
	padding-right: 3px;
	border-top: gray thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: gray thin double;
	cursor: hand;
	color: #ffffff;
	padding-top: 3px;
}

.SearchTabSecondarySpacer
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: gray thin solid;
}

.SearchTabSecondaryActive A:LINK 
{
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchTabSecondaryActive A:VISITED {
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchTabSecondaryOnActive A:HOVER {
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchTabSecondaryInactive A:LINK 
{
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchTabSecondaryInactive A:VISITED {
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchTabSecondaryOnInactive A:HOVER {
	font-size: 12px;
	color: #532946;
	text-decoration: none;
}

.SearchHeader {
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 11px;
	text-transform: none;
	color: #FFFFFF;
	font-weight: normal;
}

.SearchResultHeader {
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-transform: uppercase;
	color: #532946;
	font-weight: bold;
}

.SearchAbstract
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	letter-spacing: 0px;
	text-decoration: none;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

.SearchLink 
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 532946;
	font-weight: bold;
}

.SearchLink A:LINK {
	font-size: 12px;
	color: 532946;
	text-decoration: none;
}

.SearchLink A:VISITED {
	font-size: 12px;
	color: 532946;
	text-decoration: none;
}

.SearchLink A:HOVER {
	font-size: 12px;
	color: 532946;
	text-decoration: underline;
}

/* -------------------------------------------------------- */
/* Crumb Trail ---------------------------------------- */
/* -------------------------------------------------------- */

.CrumbTrailItem
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 8pt;
	color: #532946;	
	text-decoration:	none;
}

.CrumbTrailItem A:link {
	text-decoration:	none;
	color:#532946;
}	
		
.CrumbTrailItem A:visited	{
	text-decoration:	none;
	color:#532946;
}	
		
.CrumbTrailItem A:active	{
	text-decoration:	none;
	color:#532946;
}	
		
.CrumbTrailItem A:hover	{
	text-decoration:	underline;
	color:#532946;
}

/* -------------------------------------------------------- */
/* MOVIE PLAYER SECTION - TITLE --------------------------- */
/* -------------------------------------------------------- */
.MoviePlayerTitle
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 13px;
	text-transform: uppercase;
	color: #532946;
	font-weight: bold;	
}

.MoviePlayerBody
{
	border-style: solid;
	border-width: thin;
	border-color: #003166;
}

.MoviePlayerOutside
{
	border-style: solid;
	border-width: thick;
	border-color: #003166;
}

/* -------------------------------------------------------- */
/* BASIC Content SECTION - TITLE/BODY --------------------- */
/* -------------------------------------------------------- */

.BasicContentTitle
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 13px;
	text-transform: uppercase;
	color: #532946;
	font-weight: bold;
}
.BasicContentBody 
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
.BasicContentBody A:LINK {
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}
.BasicContentBody A:ACTIVE {
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}
.BasicContentBody A:VISITED {
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}
.BasicContentBody A:HOVER {
	color:#000000;
	text-decoration: none;
	font-weight:normal;
}

/* -------------------------------------------------------- */
/* SUMMARY SECTION - TITLE/SUMMARY/BODY ------------------- */
/* -------------------------------------------------------- */

.SummaryContentTitle 
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 13px;
	text-transform: uppercase;
	color: #532946;
	font-weight: bold;
}
.SummaryContentSummary
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #5A544B;
	padding-left: 10px;	
}
.SummaryContentBody 
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
.SummaryContentBody A:LINK {
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}
.SummaryContentBody A:ACTIVE {
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}
.SummaryContentBody A:VISITED {
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}
.SummaryContentBody A:HOVER {
	color:#000000;
	text-decoration: none;
	font-weight:normal;
}

/* -------------------------------------------------------- */
/* SUMMARY SECTION - MOST POPULAR ------------------------- */
/* -------------------------------------------------------- */

.UCHDMostPopularTitle
{
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;	
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:bold;	
}

.UCHDMostPopularTitle_Alternate
{
	font-size:13px;
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;	
	color:#532946;
	text-transform: uppercase;
	font-weight:bold;	
}

.UCHDMostPopularSummary 
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	font-size: 14px;
	color: #000000;
	line-height: 15px;
}

.UCHDMostPopularSummary A:LINK 
{
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}

.UCHDMostPopularSummary A:VISITED 
{
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}
.UCHDMostPopularSummary A:HOVER 

{
	color:#000000;
	text-decoration: none;
	font-weight:normal;
}

.UCHDReadMore 
{
	font-family: 'Franklin Gothic Book', Verdana, Arial, Helvetica, sans-serif;		
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}

.UCHDReadMore A:LINK 
{
	color:#532946;
	text-decoration: underline;
	font-weight:normal;
}

.UCHDReadMore A:VISITED 
{
	color:#532946;
	text-decoration: underline;
	font-weight:normal;
}
.UCHDReadMore A:HOVER 

{
	color:#532946;
	text-decoration: none;
	font-weight:normal;
}


/* -------------------------------------------------------- */
/* CUSTOM LINK SECTION ------------------------------------ */
/* -------------------------------------------------------- */

.CustomLinkTitle {
	font-size: 13px;
	text-transform: uppercase;
	color: #529718;
	font-weight: bold;
}
.CustomLinkBody {
	font-size: 12px;
	color: #5A544B;
	line-height: 15px;
}
.CustomLinkBody A:LINK {
	color: #529718;	
	text-decoration: none;
}
.CustomLinkBody A:VISITED {
	color: #529718;
	text-decoration: none;
}
.CustomLinkBody A:HOVER {
	color: #5A544B;
	text-decoration: none;
}

/* -------------------------------------------------------- */
/* Calendar ----------------------------------------------- */
/* -------------------------------------------------------- */

.CalendarHeader {
    border:none;
    text-align:center;
    background-color: #FFFFFF;
    color: #008600;
    font-size: 12px; 
    font-family: Arial; 
    padding: 2px;
    }
.CalendarHeader a {
    text-decoration: none; 
    color: green;
}

.CalendarHeader a:visited {
    text-decoration: none; 
    color: green;
}

.CalendarHeader a:hover {
    color: black;
}

.CalendarToolbar {
    font-family:  'Franklin Gothic Book', Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px; 
    text-decoration: none; 
    color: #000000; 
    font-size: 12px; 
	font-weight: bold;
 }

.CalendarToolbar a 
{
	color:#532946;
	text-decoration: none;
}

.CalendarToolbar a:visited 
{
	color:#532946;
	text-decoration: none;	
}

.CalendarToolbar a:hover 
{ 
	color:#532946;
	text-decoration: underline;	
}

.CalendarToolbar Table {
   background-image: url('/gd/calendar/images/toolgradgrn.gif');
   background-repeat: repeat-x;
  
}

.CalendarBodyHeader
{
	background-color:#532946;	
	color:#ffffff;
    font-family:  'Franklin Gothic Book', Arial, Verdana, Helvetica, sans-serif;	
}

.CalendarBodyItem 
{
	background-color:#ffffff;
    font-family:  'Franklin Gothic Book', Arial, Verdana, Helvetica, sans-serif;
}
.CalendarBodyItem A:LINK
{
	color:Black;
    text-decoration: underline; 
}
.CalendarBodyItem A:HOVER
{
	color:Black;
    text-decoration: underline; 
}
.CalendarBodyItem A:VISITED
{
	color:Black;
    text-decoration: underline; 
}
.CalendarBodyItem A:ACTIVE
{
	color:Black;
    text-decoration: underline; 
}

.CalendarBodyItemSelected
{
    font-family:  'Franklin Gothic Book', Arial, Verdana, Helvetica, sans-serif;	
	background-color:#cfab7a;
}
.CalendarBodyItemSelected A:LINK
{
	color:Black;
    text-decoration: underline; 
}
.CalendarBodyItemSelected A:ACTIVE
{
	color:Black;
    text-decoration: underline; 
}
.CalendarBodyItemSelected A:VISITED
{
	color:Black;
    text-decoration: underline; 
}
.CalendarBodyItemSelected A:HOVER
{
	color:Black;
    text-decoration: none; 
}

.CalendarBodyItemHoliday 
{
    font-family:  'Franklin Gothic Book', Arial, Verdana, Helvetica, sans-serif;	
	background-color:#003166;
	color:white;	
}

.CalendarBodyItemInactive 
{
    font-family:  'Franklin Gothic Book', Arial, Verdana, Helvetica, sans-serif;	
	background-color:#dddddd;
}
.CalendarBodyItemInactive A:LINK
{
	color:Black;
    text-decoration: underline; 
}
.CalendarBodyItemInactive A:HOVER
{
	color:Black;
    text-decoration: underline; 
}
.CalendarBodyItemInactive A:ACTIVE
{
	color:Black;
    text-decoration: underline; 
}
.CalendarBodyItemInactive A:VISITED
{
	color:Black;
    text-decoration: underline; 
}

.CalendarListDateHeader
{
	background-color:#cccc99;
}

.CalendarListItem
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.CalendarListItem A:LINK {
	color: #000000;	
	text-decoration: none;
}

.CalendarListItem A:VISITED {
	color: #000000;
	text-decoration: none;
}

.CalendarListItem A:HOVER {
	color: #000000;
	text-decoration: underline;
}

.CalendarEventTitle
{
	font-size: 16px;
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	color: #532946;	
	font-weight:bold;
	text-transform: uppercase;	
}

.CalendarDate 
{
	font-size: 10px;
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	color: #000000;
	font-weight:bold;	
}

.CalendarListTitle, .CalendarListTitle A:LINK, .CalendarListTitle A:VISITED
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 10pt;
	color: #FFFFFF;	
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;		
}

.CalendarListDate ,.CalendarListDate A:LINK, .CalendarListDate A:VISITED
{
	font-family: 'Franklin Gothic Book' , Verdana, Arial, Times New Roman, Sans-Serif, Serif;
	font-size: 10px;
	color: #FFFFFF;	
	text-transform: none;
	letter-spacing: 2px;
	font-weight:bold;		
}

/* -------------------------------------------------------- */
/* FORM BUILDER ------------------------------------------- */
/* -------------------------------------------------------- */

.FormBuilderTitle
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 13px;
	text-transform: uppercase;
	color: #532946;
	font-weight: bold;	
}

.FormBuilderHeading 
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.FormBuilder0 
{
	font-family: 'Franklin Gothic Book', Arial, Helvetica, sans-serif;	
	list-style-image: url(/gd/webvieweditor/images.gif);
}

.FormBuilder0 OL LI	
{
	list-style:none;	
	vertical-align: bottom;	
	}	

.FormBuilder1 OL LI	{	
	list-style-type: circle;
	vertical-align: bottom;
	}	

.FormBuilder2 OL LI	{	
	list-style-type: decimal;
	vertical-align: bottom;
	}	

.FormBuilder3 OL LI	{	
	list-style-type: upper-alpha;
	vertical-align: bottom;
	}	

.FormBuilder4 OL LI	{	
	list-style-type: upper-roman;
	vertical-align: bottom;
	}	

/* -------------------------------------------------------- */
/* My Workbook ------------------------------------------- */
/* -------------------------------------------------------- */

.SubmittedFont 
{
	color: #0000CC;
	font-size: 12px;
	font-weight: bold;
}

.ApprovedFont 
{
	color: #33CC00;
	font-size: 12px;
	font-weight: bold;
}

.RejectedFont 
{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

.NotReviewedFont 
{
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

/* -------------------------------------------------------- */
/* ARCHIVE ------------------------------------------------ */
/* -------------------------------------------------------- */

.ArchiveSearch
{
	font-family: Arial;
	font-size: 8px;
	color: White; 
}

.ArchiveSearch TextBox {font-size: 8px; height: 15px}

.Archive A:LINK {
	color: #FFFFFF;	
	text-decoration: underline;
}

.Archive A:VISITED {
	color: #FFFFFF;	
	text-decoration: underline;
}

.Archive A:HOVER {
	color: #FFFFFF;	
	text-decoration: underline;
}

.Archive FIELDSET 
{ 
	BORDER-RIGHT: #A1A1A1 1px solid; 
	BORDER-TOP: #A1A1A1 1px solid; 
	BORDER-LEFT: #A1A1A1 1px solid; 
	BORDER-BOTTOM: #A1A1A1 1px solid 
}

.Archive LEGEND 
{ 
	FONT: bold 11px Arial; 
	COLOR: #FFFFFF; 
}

.ArchiveNav
{
	background-color: #2557ad;	
}

.ArchiveBack
{
	background-color: #A1A1A1;
}

/* -------------------------------------------------------- */
/* PolicyBook ------------------------------------------------- */
/* -------------------------------------------------------- */

.PolicyBookTabOnInactive
{
      border-right: gray thin double;
      padding-right: 3px;
      border-top: white thin solid;
      padding-left: 3px;
      font-weight: normal;
      font-size: 12px;
      padding-bottom: 3px;
      border-left: white thin solid;
      cursor: hand;
      color: #5a544b;
      padding-top: 3px;
      border-bottom: gray thin solid;
      background-color: #777777;
}

.PolicyBookTabInactive
{
      border-right: gray thin double;
      padding-right: 3px;
      border-top: white thin solid;
      padding-left: 3px;
      font-weight: normal;
      font-size: 12px;
      padding-bottom: 3px;
      border-left: white thin solid;
      cursor: hand;
      color: #333300;
      padding-top: 3px;
      border-bottom: gray thin solid;
      background-color: #bbbbbb;
}

.PolicyBookTabInactive A:LINK 
{
      font-size: 12px;
      color: #000000;
      text-decoration: none;
}
 
.PolicyBookTabInactive A:VISITED {
      font-size: 12px;
      color: #000000;
      text-decoration: none;
}

.PolicyBookTabInactive A:HOVER 
{
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}
 
.PolicyBookTabInactive A:ACTIVE {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}

.PolicyBookTabOnInactive A:LINK 
{
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}
 
.PolicyBookTabOnInactive A:VISITED {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}

.PolicyBookTabOnInactive A:HOVER {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}

.PolicyBookTabOnInactive A:ACTIVE {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}
 
.PolicyBookTabOnActive
{
      border-right: gray thin solid;
      padding-right: 3px;
      border-top: gray thin solid;
      padding-left: 3px;
      font-weight: bold;
      font-size: 12px;
      padding-bottom: 3px;
      border-left: gray thin double;
      cursor: hand;
      color: #ffffff;
      padding-top: 3px;
      background-color: #62BD19;
}
 
.PolicyBookTabActive
{
      border-right: gray thin solid;
      padding-right: 3px;
      border-top: gray thin solid;
      padding-left: 3px;
      font-weight: bold;
      font-size: 12px;
      padding-bottom: 3px;
      border-left: gray thin double;
      cursor: hand;
      color: #62bd19;
      padding-top: 3px;
      background-color: #ffffff;
}
 
.PolicyBookTabActive A:LINK 
{
      font-size: 12px;
      color: #000000;
      text-decoration: none;
}
 
.PolicyBookTabActive A:VISITED {
      font-size: 12px;
      color: #000000;
      text-decoration: none;
}

.PolicyBookTabActive A:HOVER 
{
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}
 
.PolicyBookTabActive A:ACTIVE {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}

.PolicyBookTabOnActive A:LINK 
{
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}
 
.PolicyBookTabOnActive A:VISITED {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}

.PolicyBookTabOnActive A:HOVER {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}

.PolicyBookTabOnActive A:ACTIVE {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
}
 
.PolicyBookTabSpacer
{
      padding-right: 3px;
      padding-left: 3px;
      font-weight: bold;
      font-size: 12px;
      padding-bottom: 3px;
      border-left: white thin solid;
      padding-top: 3px;
      border-bottom: gray thin solid;
      background-color: #ffffff;
}
 
.PolicyBookTabSeperator
{
      border-right: gray thin solid;
      border-left: gray thin solid;
      height: 2px;
      background-color: #ffffff;
}

.LevelHeader {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      color: 529718;
      font-weight: bold;
}
 
.PolicyHeader {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      color: 529718;
      font-weight: bold;
}
 
.PolicyBody
{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: 5A544B;
      letter-spacing: 0px;
      text-decoration: none;
      font-style: normal;
      line-height: 15px;
      font-weight: normal;
}
 
.PolicyBookLink 
{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: 529718;
      font-weight: bold;
      padding-left: 15px;
}
 
.PolicyBookLink A:LINK {
      font-size: 12px;
      color: 529718;
      text-decoration: none;
      padding-left: 15px;
}
 
.PolicyBookLink A:VISITED {
      font-size: 12px;
      color: 529718;
      text-decoration: none;
      padding-left: 15px;
}
 
.PolicyBookLink A:HOVER {
      font-size: 12px;
      color: 529718;
      text-decoration: none;
      padding-left: 15px;
}

/* -------------------------------------------------------- */
/* My Task ------------------------------------------------ */
/* -------------------------------------------------------- */

.NormalTask 
{
	color: #0000CC;
	font-size: 12px;
	font-weight: bold;
}

.OverdueTask 
{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

/* ----------------------- */
/* GeoDocs RSS Content Styles */
/* ----------------------- */

.RSSContent
{
	border-width:0px;
}

.RSSContentTitle
{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #529718;
	border-width:0px;
}
.RSSContentTitle A
{
	font-size: 13px;
	font-weight: bold;
	color: #529718;
	text-decoration: none;
}
.RSSContentTitle A:link
{
	color: #529718;
	text-decoration: none;
}
.RSSContentTitle A:hover
{
	color: #5A544B;
	text-decoration: none;
}
.RSSContentTitle A:visited
{
	color: #529718;
	text-decoration: none;
}
.RSSContentTitle A:active
{
	color: #529718;
	text-decoration: none;
}
.RSSContentTitle A:visited:hover
{
	color: #5A544B;
	text-decoration: none;
}

.RSSContentBody 
{
	font-size: 12px;
	font-weight: normal;
	color: #529718;
	border-width:0px;
}
.RSSContentBody A
{
	font-size: 12px;
	font-weight: normal;
	color: #529718;
}
.RSSContentBody A:link
{
	text-decoration: none;
	color: #529718;
}
.RSSContentBody A:hover
{
	text-decoration: none;
	color: #5A544B;
}
.RSSContentBody A:visited
{
	text-decoration: none;
	color: #529718;
}
.RSSContentBody A:active
{
	text-decoration: none;
	color: #529718;
}
.RSSContentBody A:visited:hover
{
	text-decoration: none;
	color: #5A544B;
}

/* -------------------------------------------------------- */
/* FAQ ----------------------------------------------- */
/* -------------------------------------------------------- */

.FAQQuestion {
}
 
.FAQQuestion A:LINK {
	text-decoration: underline;
}

.FAQQuestion A:VISITED {
	text-decoration: underline;
}

.FAQQuestion A:HOVER {
	text-decoration: underline;
}
 
.FAQAnswer {
	display: none;
}