﻿/* -------------------------------------------------------- */
/* Default CSS Stylesheet for a new Web Application project */
/* -------------------------------------------------------- */

BODY
{
    BACKGROUND-COLOR: #fcf8ec;
    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: black;
    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:	disc ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	disc;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	decimal;
	}	

OL OL OL LI	{	
	list-style-type:	decimal;
	}	
	
/* -------------------------------------------------------- */
/* General A TAG for Generic Links ------------------------ */
/* -------------------------------------------------------- */

A:link	{	
	text-decoration:	underline;
	color:	#720a32;
	font-weight:normal;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#720a32;
	font-weight:normal;
	}	
		
A:active	{	
	text-decoration:	none;
	color:#720a32;
	font-weight:normal;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:#720a32;
	font-weight:normal;
	}


.maroonmenu A:active 
{
	text-decoration:	none;
	color:#ffffff;
	font-weight:normal;
}

.maroonmenu A:visited 
{
	text-decoration:	none;
	color:#ffffff;
	font-weight:normal;
}

.maroonmenu A:link 
{
	text-decoration:	none;
	color:#ffffff;
	font-weight:normal;
}

.maroonmenu A 
{
	text-decoration:	none;
	color:#ffffff;
	font-weight:normal;
}

.maroonmenu A:hover 
{
	text-decoration:	none;
	color:#fcf8ec;
	font-weight:normal;
}

.rtTab A 
{
	text-decoration:	none;
	font-family: Times New Roman,Garamond,  Serif;
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
}
.rtTab A:link 
{
	text-decoration:	none;
	font-family: Times New Roman,Garamond,  Serif;
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
}
.rtTab A:visited 
{
	text-decoration:	none;
	font-family: Times New Roman,Garamond,  Serif;
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
}

.rtTab A:hover 
{
	text-decoration:	none;
	font-family: Times New Roman,Garamond,  Serif;
	font-size:20px;
	color:#fcf8ec;
	font-weight:normal;
}


/* -------------------------------------------------------- */
/* 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:#F8F2D8;
}

.ReportRow A:link
{
	color:#720a32;
}
.ReportRow A:visited
{
	color:#720a32;
}
.ReportRow A:hover
{color:#720a32;
	text-decoration:	underline;
}
.AlternatingReportRow
{
	background-color:A59C93;
}
.AlternatingReportRow A:link
{
	color: 5A544B;
}
.AlternatingReportRow A:visited
{
	color: 5A544B;
}
.AlternatingReportRow A:hover
{
	color: 5A544B;
	text-decoration:	underline;
}


/* -------------------------------------------------------- */
/* MediGold Table ------------------------- */
/* -------------------------------------------------------- */
.mediGoldTable th
{ 	background-color:#ec7e1e;
	color:white;
	font-weight:normal;
}

/* -------------------------------------------------------- */
/* Infragistics Selected Row Link ------------------------- */
/* -------------------------------------------------------- */

.igSelectedRow 
{
	 color:White;
	 background-color:Navy;
}

/* -------------------------------------------------------- */
/*Vertical Menu Text -------------------------------------- */
/* -------------------------------------------------------- */



.MenuVerticalText {
	height:35px;
	width:200px;
	border:solid,1,#FFFFFF;
	font-size:15px;
	font-family: Times New Roman,Garamond,  Serif;		
	color:#7f113c;
	background-color: #f8f8f6;	
	text-decoration:none;
padding-left:10px;
padding-top:10px;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/200button.jpg);
	}	
		
.MenuVerticalTextHover	{
	height:35px;
	width:200px;
	border:solid,1,#FFFFFF;
	font-size:15px;
	font-family: Times New Roman,Garamond,  Serif;		
	color:#7f113c;
	background-color: #f8f8f6;	
	text-decoration:none;
	padding-left:10px;
padding-top:10px;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/200buttonrollover.jpg);
	}	
		

.MenuVerticalTextIndent0 
{
	padding-left:0px;
}

.MenuVerticalTextIndent1 
{
	padding-left:10px;
}

.MenuVerticalTextIndent2 
{
	padding-left:20px;
}

/* -------------------------------------------------------- */	
/*Horizontal Menu Text ------------------------------------ */
/* -------------------------------------------------------- */
.MenuHorizontalText A:link {
	font-size:11px;	
	text-decoration:	none;
	color:#ec7e1e;
	font-weight:bold;
	}	
		
.MenuHorizontalText A:visited	{
	font-size:11px;	
	text-decoration:	none;
	color:#ec7e1e;
	font-weight:bold;
	}	
		
.MenuHorizontalText A:active	{
	font-size:11px;	
	text-decoration:	none;
	color:#ec7e1e;
	font-weight:bold;
	}	
		
.MenuHorizontalText A:hover	{
	font-size:11px;		
	text-decoration:	underline;
	color:#ec7e1e;
	font-weight:bold;
	}
/* -------------------------------------------------------- */
/*BAck Button Text -------------------------------------- */
/* -------------------------------------------------------- */

.BackButton A:link {
	height:35px;
	width:200px;
	border:solid,1,#FFFFFF;
	font-size:15px;
	font-family: Times New Roman,Garamond,  Serif;		
	color:#7f113c;
	background-color: #f8f8f6;	
	text-decoration:none;
padding-left:10px;
padding-top:10px;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/back_button.jpg);
	}	
		
.BackButton A:visited	{
	height:35px;
	width:200px;
	border:solid,1,#FFFFFF;
	font-size:15px;
	font-family: Times New Roman,Garamond,  Serif;		
	color:#7f113c;
	background-color: #f8f8f6;	
	text-decoration:none;
	padding-left:10px;
padding-top:10px;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/back_button.jpg);
	}	
		
.Backbutton A:active	{
	height:35px;
	width:200px;
	border:solid,1,#FFFFFF;
	font-size:15px;
	font-family: Times New Roman,Garamond,  Serif;		
	color:#7f113c;	
	cursor:pointer;
	background-color: #f8f8f6;	
	text-decoration:none;
padding-left:10px;
padding-top:10px;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/back_button.jpg);
	}	
		
.BackButton A:hover	{
  height:35px;
  width:200px;
	border:solid,1,#0000;
	font-size:15px;
	font-family: Times New Roman,Garamond,  Serif;		
	background-color: #f8f8f6;	
	color:white;
	text-decoration:none;
	padding-left:10px;
padding-top:10px;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/backbuttonrollover.jpg);
	}
/* -------------------------------------------------------- */
/* Admin Menu --------------------------------------------- */
/* -------------------------------------------------------- */

.MediGoldAdminMenuItem, .MediGoldAdminMenuItem A:Link, .MediGoldAdminMenuItem A:Hover, .MediGoldAdminMenuItem A:Active, .MediGoldAdminMenuItem A:Visited 
{
	height:24px;
	font-size:11px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
	cursor: hand;
	background-color: #BBD9EF;	
	color:#BF2E1B;
	text-decoration:none;
	font-weight:bold;
	vertical-align: top;
}

.MediGoldAdminMenuHover, .MediGoldAdminMenuHover A:Link, .MediGoldAdminMenuHover A:Hover, .MediGoldAdminMenuHover A:Active, .MediGoldAdminMenuHover A:Visited 
{
	height:24px;
	font-size:11px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
	cursor: hand;
	background-color: #00457C;	
	color:#BF2E1B;
	text-decoration:none;
	font-weight:bold;
	vertical-align: top;
}

/* -------------------------------------------------------- */
/* Topic Menu --------------------------------------------- */
/* -------------------------------------------------------- */
.MediGoldCurrentMenu
{
	height:35px;
	border:solid,1,#FFFFFF;
	font-size:11px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color: #78B3E0;	
	color:white;
	text-decoration:none;
	font-weight:bold;
	vertical-align: top;
	background-image:url(/GD/templates/images/medigold/button320.jpg);
}

.MediGoldMenuItem
{
	height:35px;
	border:solid,1,#FFFFFF;
	font-size:11px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color: #BBD9EF;	
	color:white;
	text-decoration:none;
	font-weight:bold;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/button_down320.jpg);
}

.MediGoldMenuHover
{
	height:35px;
	border:solid,1,#0000;
	font-size:11px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color: #white;	
	color:white;
	text-decoration:none;
	font-weight:bold;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/button320.jpg);
}

.MediGoldSubMenuItem
{
	height:35px;
	font-size:11px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color: #93C2E6;	
	color:black;
	text-decoration:none;
	font-weight:bold;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/button_down320.jpg);
}

.MediGoldSubMenuHover
{
	height:35px;
	font-size:11px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color: #78B3E0;	
	color:white;
	text-decoration:none;
	font-weight:bold;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/button320.jpg);
}

.MediGoldThirdMenuItem
{
	height:24px;
	font-size:11px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color: #DDECF7;	
	color:black;
	text-decoration:none;
	font-weight:bold;
	vertical-align: top;	
		background-image:url(/GD/templates/images/medigold/button_down320.jpg);
}

.MediGoldThirdMenuHover
{
	height:24px;
	font-size:11px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	background-color: #78B3E0;	
	color:white;
	text-decoration:none;
	font-weight:bold;
	vertical-align: top;
		background-image:url(/GD/templates/images/medigold/button320.jpg);	
}

.MediGoldCurrentMenuItem
{
	height:35px;
	font-size:18px;
	font-family: Times New Roman,Garamond,  Serif;		
	
	color:#7f113c;
	text-decoration:none;
	padding-top:1px;
	padding-left:15px;
	padding-right:10px;
	font-weight:500;
	vertical-align: top;
	background-image:url(/GD/templates/images/medigold/button_down320.jpg);
	background-repeat:repeat-x;
}

.MediGoldCurrentMenuItemHover
{
	height:35px;
	font-size:18px;
	font-family: Times New Roman,Garamond,  Serif;			
		color:white;
	text-decoration:none;
	padding-top:1px;
	padding-left:15px;
	padding-right:10px;
	font-weight:500;
	vertical-align:top;
		background-image:url(/GD/templates/images/medigold/button320.jpg);
}

.MediGoldCurrentMenuTopSelected
{
	height:35px;
	font-size:18px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;		
padding-top:1px;
	padding-left:15px;
	color:white;
	text-decoration:none;
	font-weight:normal;
	vertical-align: top;
		background-image:url(/GD/templates/images/button320.jpg);
}

.MediGoldCurrentItem
{
	height:35px;
	font-size:18px;
	font-family: Times New Roman,Garamond,  Serif;		
	
	color:#7f113c;
	text-decoration:none;
	padding-top:1px;
	padding-left:15px;
	padding-right:10px;
	font-weight:500;
	vertical-align: top;
	background-image:url(/GD/templates/images/medigold/button320.jpg);
	background-repeat:repeat-x;
}

/* -------------------------------------------------------- */
/* Help --------------------------------------------------- */
/* -------------------------------------------------------- */

.HelpHeader 
{
	vertical-align:top;
	font-weight: bold;
	text-decoration: underline;	
}

.HelpRowHeader
{
	vertical-align:top;
	font-weight: bold;
}

/* -------------------------------------------------------- */
/* Command Bar -------------------------------------------- */
/* -------------------------------------------------------- */

.CommandBar 
{
}

/* -------------------------------------------------------- */
/* MY PAGE------------------------------------------------- */
/* -------------------------------------------------------- */

.MyPageLink
{
	color: black;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
}

.MyPageLink A:link, .MyPageLink A:visited, .MyPageLink A:active
{
	color:#720a32;
	text-decoration: none;
	font-weight:normal;
}
		
.MyPageLink A:hover	
{
	color: gray;
	text-decoration: none;
	font-weight:normal;
}

.MyPageTitle 
{
	font-size: 14px;
	text-transform: uppercase;
	color: #BF2E1B;
	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: #EC7E1E thin double;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin solid;
	cursor: hand;
	color: #1a979b;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #00cc00;
}

.SearchTabPrimaryInactive
{
	border-right: #EC7E1E 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: #1a979b;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #339900;
}

.SearchTabPrimaryOnActive
{
	border-right: #EC7E1E thin solid;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin double;
	cursor: hand;
	color: #1a979b;
	padding-top: 3px;
	background-color: #ffffff;
}

.SearchTabPrimaryActive
{
	border-right: #EC7E1E thin solid;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin double;
	cursor: hand;
	color: #45b4b0;
	padding-top: 3px;
	background-color: #ffffff;
}

.SearchTabPrimaryActive A:LINK 
{
	font-size: 12px;
	color: #1a979b;
	text-decoration: none;
}

.SearchTabPrimaryActive A:VISITED {
	font-size: 12px;
	color: #1a979b;
	text-decoration: none;
}

.SearchTabPrimaryOnActive A:HOVER {
	font-size: 12px;
	color: #bf2e1a;
	text-decoration: none;
}

.SearchTabPrimaryInactive A:LINK 
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabPrimaryInactive A:VISITED {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabPrimaryOnInactive A:HOVER {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabPrimarySpacer
{
	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: #EC7E1E thin solid;
	background-color: #ffffff;
}

.SearchTabSeperator
{
	border-right: #EC7E1E thin solid;
	border-left: #EC7E1E thin solid;
	height: 2px;
	background-color: #ffffff;
}

.SearchTabSecondaryOnInactive
{
	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: #FFFFFF;
	padding-top: 3px;
	border-bottom: #EC7E1E thin solid;
	background-color: #EC7E1E;	
}

.SearchTabSecondaryInactive
{
	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: #FFFFFF;
	padding-top: 3px;
	border-bottom: #EC7E1E thin solid;
	background-color: #EC7E1E;
}

.SearchTabSecondaryOnActive
{
	border-right: #EC7E1E thin solid;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin double;
	cursor: hand;
	color: #1a979b;
	padding-top: 3px;
	background-color: #ffffff;	
}

.SearchTabSecondaryActive
{
	border-right: #EC7E1E thin solid;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin double;
	cursor: hand;
	color: #1a979b;
	padding-top: 3px;
	background-color: #ffffff;
}

.SearchTabSecondarySpacer
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: #EC7E1E thin solid;
	background-color: #ffffff;
}

.SearchTabSecondaryActive A:LINK 
{
	font-size: 12px;
	color: #1a979b;
	text-decoration: none;
}

.SearchTabSecondaryActive A:VISITED {
	font-size: 12px;
	color: #bf2e1a;
	text-decoration: none;
}

.SearchTabSecondaryOnActive A:HOVER {
	font-size: 12px;
	color: #bf2e1a;
	text-decoration: none;
}

.SearchTabSecondaryInactive A:LINK 
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabSecondaryInactive A:VISITED {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabSecondaryOnInactive A:HOVER {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchResultHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #EC7E1E;
	font-weight: bold;
}

.SearchAbstract
{
	font-family: 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a979b;
	font-weight: bold;
}

.SearchLink A:LINK {
	font-size: 12px;
	color: #1a979b;
	text-decoration: none;
}

.SearchLink A:VISITED {
	font-size: 12px;
	color: #45b4b0;
	text-decoration: none;
}

.SearchLink A:HOVER {
	font-size: 12px;
	color: #45b4b0;
	text-decoration: none;
}

.SearchHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

/* -------------------------------------------------------- */
/* FOOTER ------------------------------------------------- */
/* -------------------------------------------------------- */

.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5A544B;
	letter-spacing: 0px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.Footer A:LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 529718;
	letter-spacing: 0px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.Footer A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 529718;
	letter-spacing: 0px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.Footer A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5A544B;
	letter-spacing: 0px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

/* -------------------------------------------------------- */
/* SUMMARY SECTION - TITLE/SUMMARY/BODY ------------------- */
/* -------------------------------------------------------- */

.SummaryContentTitle {
	font-size: 1.5em;
	color:#ab874a;
	font-weight: normal;
	font-family:Times New Roman, Garamond, Serif;
}
.SummaryContentSummary
{
	font-size: 10px;
	color: gray;
	padding-left: 10px;	
}
.SummaryContentBody {
	font-size: 12px;
	color: black;
	line-height: 15px;
}
.SummaryContentBody A:LINK {
	color:#720a32;
	text-decoration: underline;
	font-weight:normal;
}
.SummaryContentBody A:VISITED {
	color:#720a32;
	text-decoration: underline;
	font-weight:normal;
}
.SummaryContentBody A:HOVER {
	color:#720a32;
	text-decoration: underline;
	font-weight:normal;
}

/* -------------------------------------------------------- */
/* CENTER SECTION/BODY ------------------------------------ */
/* -------------------------------------------------------- */

.BasicContentTitle {
	font-size: 1 em;
	color:#ab874a;
	font-weight: bold;
}
.BasicContentBody {
	font-size: 12px;
	color: black;
	line-height: 15px;
}
.BasicContentBody A:LINK {
	color:#720a32;
	text-decoration: none;
	font-weight:normal;
}
.BasicContentBody A:VISITED {
	color:#720a32;
	text-decoration: none;
	font-weight:normal;
}
.BasicContentBody A:HOVER {
	color:#720a32;
	text-decoration: underline;
	font-weight:normal;
}

/* -------------------------------------------------------- */
/* SPOTLIGHT SECTION -------------------------------------- */
/* -------------------------------------------------------- */

.SpotlightTitle {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.SpotlightSummary {
	font-size: 12px;
	color: black;
	line-height: 15px;
	font-weight: normal;
}
.SpotlightSummary A:LINK {
	color: black;	
	text-decoration: underline;
	font-weight: normal;	
}
.SpotlightSummary A:VISITED {
	color: black;
	text-decoration: underline;
	font-weight: normal;	
}
.SpotlightSummary A:HOVER {
	color: black;
	text-decoration: none;
	font-weight: normal;	
}
.SpotlightBody {
	font-size: 12px;
	color: black;
	line-height: 15px;
	font-weight: normal;
}
.SpotlightBody A:LINK {
	color: black;	
	text-decoration: underline;
	font-weight: normal;	
}
.SpotlightBody A:VISITED {
	color: black;
	text-decoration: underline;
	font-weight: normal;	
}
.SpotlightBody A:HOVER {
	color: black;
	text-decoration: none;
	font-weight: normal;	
}

/* -------------------------------------------------------- */
/* TOPIC (Detail) SECTION --------------------------------- */
/* -------------------------------------------------------- */
.MediGoldDisclaimer
{
	font-size:10px;
	font-color:#1A979B;
}
.MediGoldCurrentTopic
{
	color:#EC7E1E;
	font-weight:bold;
	font-size:16px;
}

.MediGoldCurrentDescription
{
	color:Black;
	font-size: 11px;
}

.MediGoldCrumbTrail
{
 color:black;
 vertical-align: top;
 padding-left: 10px;
}

.MediGoldCrumbTrail A:LINK
{
	color:black;
	text-decoration:none;
	font-size: 10px;
}

.MediGoldCrumbTrail A:VISITED
{
	color:black;
	text-decoration:none;
	font-size: 10px;
}

.MediGoldCrumbTrail A:HOVER
{
	color:black;
	text-decoration:underline;
	font-size: 10px;
}

.MediGoldContentList
{
	color:Black;
	font-size: 11px;	
}

.MediGoldContentList A:LINK
{
	color:#00457C;
	text-decoration:underline;	
	font-size: 12px;	
	font-weight:bold;
}

.MediGoldContentList A:VISITED
{
	color:#00457C;
	text-decoration:underline;	
	font-size: 12px;
	font-weight:bold;		
}

.MediGoldContentList A:HOVER
{
	color:#00457C;
	text-decoration:none;	
	font-size: 12px;	
	font-weight:bold;	
}

.MediGoldTopicName
{
	
  background-image:url(/gd/templates/images/MediGold/MediGold_Light_Blue.gif);
	color:black;
	font-size: 12px;	
	padding-left:10px;	
}

.MediGoldTopicName A:LINK
{
	color:#EC7E1E;
	text-decoration:none;	
	font-size: 14px;
	font-weight:bold;			
}

.MediGoldTopicName A:VISITED
{
	color:#EC7E1E;
	text-decoration:none;	
	font-size: 14px;
	font-weight:bold;				
}

.MediGoldTopicName A:HOVER
{
	color:#EC7E1E;
	text-decoration:underline;	
	font-size: 14px;
	font-weight:bold;			
}

.MediGoldTopicNameAlternate
{
	background-image:url(/gd/templates/images/MediGold/gray.gif);
	font-size: 12px;
	padding-left:10px;	
}

.MediGoldTopicNameAlternate A:LINK
{
	color:White;
	text-decoration:none;	
	font-size: 14px;	
	font-weight:bold;	
}

.MediGoldTopicNameAlternate A:VISITED
{
	color:White;
	text-decoration:none;	
	font-size: 14px;	
	font-weight:bold;		
}

.MediGoldTopicNameAlternate A:HOVER
{
	color:White;
	text-decoration:underline;	
	font-size: 14px;	
	font-weight:bold;		
}

.MediGoldTopicContent
{
	color:Black;
	font-size: 12px;	
	list-style-type: disc;
	margin-left:-20px;
	margin-right:0px; 
	margin-bottom:-12px;	
}

.MediGoldTopicContent A:LINK
{
	color:black;
	text-decoration:underline;	
	font-size: 12px;
	font-weight: normal;
}

.MediGoldTopicContent A:VISITED
{
	color:black;
	text-decoration:underline;	
	font-size: 12px;
	font-weight: normal;				
}

.MediGoldTopicContent A:HOVER
{
	color:black;
	text-decoration:none;	
	font-size: 12px;	
	font-weight: normal;			
}

.MediGoldAlternate
{
	color:Black;
	font-size: 11px;	
	list-style-type:disc;
}

.MediGoldAlternate A:LINK
{
	color:#BF940D;
	text-decoration:none;	
	font-size: 11px;	
	font-weight:bold;	
}

.MediGoldAlternate A:VISITED
{
	color:#BF940D;
	text-decoration:none;	
	font-size: 11px;	
	font-weight:bold;		
}

.MediGoldAlternate A:HOVER
{
	color:#BF940D;
	text-decoration:underline;	
	font-size: 11px;	
	font-weight:bold;		
}

.MediGoldLastModified
{
	color:DimGray;
	text-decoration:none;	
	font-size: 10px;	
	font-weight:normal;
}

.PageResults A:Link, .PageResults A:Visited, .PageResults A:Active
{
	color: #BF2E1B;	
	text-decoration: none;
	font-weight:normal;
}

.PageResults A:Hover
{
	color: #BF2E1B;	
	text-decoration: underline;
	font-weight:normal;
}

/* -------------------------------------------------------- */
/* TOPIC RELATION SECTION --------------------------------- */
/* -------------------------------------------------------- */
.MediGoldTopicWatcherSectionTitle
{
	font-size:12px;	
	text-decoration:	none;
	color:White;
	font-weight:bold;
}

.MediGoldTopicWatcherSectionBody
{
	color:#00457C;
	font-size:12px;	
}

.MediGoldTopicWatcherSectionBody A:LINK
{
	color:#00457C;
	font-size:13px;	
	text-decoration: underline;
	font-weight:bold;
	
}

.MediGoldTopicWatcherSectionBody A:HOVER
{
	color:#00457C;
	font-size:13px;	
	text-decoration: none;
	font-weight:bold;
}

.MediGoldTopicWatcherSectionBody A:VISITED
{
	color:#00457C;
	font-size:13px;	
	text-decoration: underline;
	font-weight:bold;
}

/* -------------------------------------------------------- */
/* CUSTOM LINK SECTION ------------------------------------ */
/* -------------------------------------------------------- */
.MediGoldCustomTitle
{
	font-size:12px;	
	text-decoration:	none;
	color:White;
	font-weight:bold;
}

.MediGoldHeading
{
	color:#00457C;
	font-size:13px;
	font-weight:bold;
}

.customLinkURL
{
	color:#00457C;
	font-size:13px;	
	font-weight:bold;
}

.customLinkURL A:LINK
{
	color:#00457C;
	text-decoration:none;
	font-weight:normal;
}

.customLinkURL A:HOVER
{
	color:#00457C;
	font-weight:normal;
}

.customLinkURL A:VISITED
{
	color:#00457C;
	text-decoration:none;
	font-weight:normal;
}

.customLinkBody
{
	font-size: 12px;
}

.customLinkBody A:LINK
{
	color: Blue;	
	text-decoration: underline;	
	font-size:10px;
	font-weight:normal;	
}

.customLinkBody A:HOVER
{
	color: Blue;	
	text-decoration: none;		
	font-size:10px;
	font-weight:normal;
}

.customLinkBody A:ACTIVE
{
	color: Blue;	
	text-decoration: underline;		
	font-size:10px;
}

.customLinkBody A:VISITED
{
	color: Blue;	
	text-decoration: underline;	
	font-size:10px;	
	font-weight:normal;	
}

.CustomLinkTitle
{
	font-size: 13px;
	text-transform: uppercase;
	color: #56575A;
	font-weight: bold;
	font-weight:normal;	
}

.CustomLinkBody {
	font-size: 12px;
	color: black;
	line-height: 15px;
	font-weight:normal;
}

.CustomLinkBody A:LINK {
	color:#00457C;	
	text-decoration: none;
	font-weight:normal;
}

.CustomLinkBody A:VISITED {
	color:#00457C;
	text-decoration: none;
	font-weight:normal;
}

.CustomLinkBody A:HOVER {
	color:#00457C;
	text-decoration: underline;
	font-weight:normal;
}

/* -------------------------------------------------------- */
/* Change Size -------------------------------------------- */
/* -------------------------------------------------------- */
.ChangeSize
{
	font-size:11px;
	color: gray;
}

.ChangeSize A:Link
{
	color: gray;
	text-decoration: none;	
	font-weight:bold;	
}

.ChangeSize A:Visited
{
	color: gray;
	text-decoration: none;	
	font-weight:bold;	
}

.ChangeSize A:Hover
{
	color: #BB351A;
	text-decoration: underline;
	font-weight:bold;
}

.ChangeSize A:Active
{
	color: #BB351A;
	text-decoration: underline;
	font-weight:bold;	
}

/* -------------------------------------------------------- */
/* 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: #00457C;
}

.CalendarHeader a:visited {
    text-decoration: none; 
    color: #00457C;
}

.CalendarHeader a:hover {
    color: black;
    text-decoration:underline;
}

.CalendarToolbar {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px; 
    text-decoration: none; 
    color: black; 
    font-size: 12px; 
	font-weight: bold;
 }

.CalendarToolbar a 
{
	color:#00457C;
}

.CalendarToolbar a:hover 
{ 
	color:#00457C;
}

.CalendarToolbar a:visited 
{
	color:#00457C;
}

.CalendarToolbar Table {
   background-image: url(/gd/calendar/images/toolgradgrn.gif);
   background-repeat: repeat-x;
  
}

.CalendarBodyHeader
{
	background-color:#00457C;
	color:White;	
}

.CalendarBodyItem 
{
	background-color:#ffffcc;	
}

.CalendarBodyItem A:LINK
{
	color:#00457C;	
}

.CalendarBodyItem A:HOVER
{
	color:#00457C;	
}

.CalendarBodyItem A:VISITED
{
	color:#00457C;	
}

.CalendarBodyItemSelected
{
	background-color:#cccc99;
}

.CalendarBodyItemSelected A:LINK
{
	color:#00457C;	
	font-weight:bold;		
}

.CalendarBodyItemSelected A:HOVER
{
	color:#00457C;	
	font-weight:bold;		
}

.CalendarBodyItemSelected A:VISITED
{
	color:#00457C;	
	font-weight:bold;	
}

.CalendarBodyItemHoliday 
{
	background-color:#ffff99;
}

.CalendarBodyItemHoliday A:LINK
{
	color:#00457C;	
}

.CalendarBodyItemHoliday A:HOVER
{
	color:#00457C;	
}

.CalendarBodyItemHoliday A:VISITED
{
	color:#00457C;	
}

.CalendarListDateHeader
{
	background-color:#cccc99;
}

.CalendarListTitle {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

.CalendarListItem
{
	background-color:#ffffff;
	font-weight: normal;
}

.CalendarListItem A:LINK {
	color: black;	
	text-decoration: none;
	font-weight: normal;
}

.CalendarListItem A:VISITED {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.CalendarListItem A:HOVER {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

.AlternateCalendarListItem
{
	background-color:#ECF1F7;
	font-weight: normal;
}

.AlternateCalendarListItem A:LINK {
	color: black;	
	text-decoration: none;
	font-weight: normal;
}

.AlternateCalendarListItem A:VISITED {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.AlternateCalendarListItem A:HOVER {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}
/* -------------------------------------------------------- */
/* FORM BUILDER ------------------------------------------- */
/* -------------------------------------------------------- */

.FormBuilderTitle
{
	font-size: 13px;
	text-transform: uppercase;
	color: #56575A;
	font-weight: bold;	
}

.FormBuilderHeading
{
	font-size: 12px;
	color: #56575A;
	font-weight: bold;
}

.FormBuilder0 
{
	list-style-image: url(/gd/webvieweditor/images.gif);
}

.FormBuilder0 OL LI	
{
	list-style:none;	
	vertical-align: top;	
	}	

.FormBuilder1 OL LI	{	
	list-style-type: circle;
	vertical-align: top;
	}	

.FormBuilder2 OL LI	{	
	list-style-type: decimal;
	vertical-align: top;
	}	

.FormBuilder3 OL LI	{	
	list-style-type: upper-alpha;
	vertical-align: top;
	}	

.FormBuilder4 OL LI	{	
	list-style-type: upper-roman;
	vertical-align: top;
	}	

/* -------------------------------------------------------- */
/* 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;
}

/*----------------------------*/
/* Header roll-over           */
/*----------------------------*/
.lnkbene 
{
	display:block;
	background-image: url(/GD/Templates/Images/MediGold/benefits_bar.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.lnkbenehover
{
	display:block;
	background-image: url(/GD/Templates/Images/MediGold/benefits_bar_rollover.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
/* -------------------------------------------------------- */
/* PolicyBook ------------------------------------------------- */
/* -------------------------------------------------------- */

.PolicyBookTabOnInactive
{
	border-right: #EC7E1E thin double;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin solid;
	cursor: hand;
	color: #1a979b;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #EC7E1E;
}

.PolicyBookTabInactive
{
	border-right: #EC7E1E 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: #1a979b;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #EC7E1E;
}

.PolicyBookTabOnActive
{
	border-right: #EC7E1E thin solid;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin double;
	cursor: hand;
	color: #1a979b;
	padding-top: 3px;
	background-color: #ffffff;
}

.PolicyBookTabActive
{
	border-right: #EC7E1E thin solid;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin double;
	cursor: hand;
	color: #45b4b0;
	padding-top: 3px;
	background-color: #ffffff;
}

.PolicyBookTabActive A:LINK 
{
	font-size: 12px;
	color: #1a979b;
	text-decoration: none;
}

.PolicyBookTabActive A:VISITED {
	font-size: 12px;
	color: #1a979b;
	text-decoration: none;
}

.PolicyBookTabOnActive A:HOVER {
	font-size: 12px;
	color: #bf2e1a;
	text-decoration: none;
}

.PolicyBookTabInactive A:LINK 
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.PolicyBookTabInactive A:VISITED {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.PolicyBookTabOnInactive A:HOVER {
	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: #EC7E1E thin solid;
	background-color: #ffffff;
}

.PolicyBookTabSeperator
{
	border-right: #EC7E1E thin solid;
	border-left: #EC7E1E thin solid;
	height: 2px;
	background-color: #ffffff;
}

.PolicyBookTabSecondaryOnInactive
{
	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: #FFFFFF;
	padding-top: 3px;
	border-bottom: #EC7E1E thin solid;
	background-color: #EC7E1E;	
}

.PolicyBookTabSecondaryInactive
{
	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: #FFFFFF;
	padding-top: 3px;
	border-bottom: #EC7E1E thin solid;
	background-color: #EC7E1E;
}

.PolicyBookTabSecondaryOnActive
{
	border-right: #EC7E1E thin solid;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin double;
	cursor: hand;
	color: #1a979b;
	padding-top: 3px;
	background-color: #ffffff;	
}

.PolicyBookTabSecondaryActive
{
	border-right: #EC7E1E thin solid;
	padding-right: 3px;
	border-top: #EC7E1E thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #EC7E1E thin double;
	cursor: hand;
	color: #1a979b;
	padding-top: 3px;
	background-color: #ffffff;
}

.PolicyBookTabSecondarySpacer
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: #EC7E1E thin solid;
	background-color: #ffffff;
}

.PolicyBookTabSecondaryActive A:LINK 
{
	font-size: 12px;
	color: #1a979b;
	text-decoration: none;
}

.PolicyBookTabSecondaryActive A:VISITED {
	font-size: 12px;
	color: #bf2e1a;
	text-decoration: none;
}

.PolicyBookTabSecondaryOnActive A:HOVER {
	font-size: 12px;
	color: #bf2e1a;
	text-decoration: none;
}

.PolicyBookTabSecondaryInactive A:LINK 
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.PolicyBookTabSecondaryInactive A:VISITED {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.PolicyBookTabSecondaryOnInactive A:HOVER {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.LevelHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #EC7E1E;
	font-weight: bold;
}
.PolicyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	line-height:50%;
}

.PolicyBookAbstract
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	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: #1a979b;
	font-weight: bold;
}

.PolicyBookLink A:LINK {
	font-size: 12px;
	color: #1a979b;
	text-decoration: none;
}

.PolicyBookLink A:VISITED {
	font-size: 12px;
	color: #45b4b0;
	text-decoration: none;
}

.PolicyBookLink A:HOVER {
	font-size: 12px;
	color: #45b4b0;
	text-decoration: none;
}

.PolicyBookHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}