/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 0px;
	font-size: 8pt;
	margin-left: 0px;
	color: black;
	font-style: normal;
	font-family: verdana;
	font-variant: normal;
}
.HltBold
{
	margin-top: 0px;
	font-size: 8pt;
	margin-left: 0px;
	color: black;
	font-style: normal;
	font-family: verdana;
	font-variant: normal;
	font-weight: bold;
}
.LargeTitles
{
	margin-top: 0px;
	font-size: 20pt;
	margin-left: 0px;
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-weight: bold;	
}
.Subtitles
{
	margin-top: 0px;
	font-size: 12pt;
	margin-left: 0px;
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-weight: bold;	
}
.SubtitlesWhite
{
	margin-top: 0px;
	font-size: 12pt;
	margin-left: 0px;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-weight: bold;	
}
.Smalltitles
{
	margin-top: 0px;
	font-size: 10pt;
	margin-left: 0px;
	color: black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	font-weight: bold;	
}
.HltUnderline
{
	margin-top: 0px;
	font-size: 8pt;
	margin-left: 0px;
	color: black;
	font-style: normal;
	font-family: verdana;
	font-variant: normal;
	text-decoration: Underline;
}
.HltBoldUnderline
{
	margin-top: 0px;
	font-size: 8pt;
	margin-left: 0px;
	color: black;
	font-style: normal;
	font-family: verdana;
	font-variant: normal;
	font-weight: normal;
	text-decoration: Underline;	
}
.boxlabels
{	
	font-weight: bold;
	font-size: 10pt;
	color: #ffd700;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	cursor:arrow;
	
}	

A:Link.HeaderLink
{
	font-weight: bold;
	font-size: 14pt;
	color: #FFFFFF;
	font-family: Times;
	text-decoration: underline;
}
A:visited.HeaderLink
{
	font-weight: bold;
	font-size: 14pt;
	color: #FFFFFF;
	font-family: Times;
	text-decoration: Underline;
}
A:hover.HeaderLink
{
	font-weight: bold;
	font-size: 14pt;
	color: #DAA520;
	font-style: normal;
	font-family: Times;
	font-variant: normal;
	text-decoration: underline;
}
A:visited:hover.HeaderLink
{
	font-weight: bold;
	font-size: 14pt;
	color: #DAA520;
	font-style: normal;
	font-family: Times;
	font-variant: normal;
	text-decoration: underline;
}
A:Link.LargeLink
{
	font-weight: bold;
	font-size: 14pt;
	color: #0066cc;
	font-family: Times;
	text-decoration: Underline;
}
A:visited.LargeLink
{
	font-weight: bold;
	font-size: 14pt;
	color: #0066cc;
	font-family: Times;
	text-decoration: Underline;
}
A:hover.LargeLink
{
	font-weight: bold;
	font-size: 14pt;
	color: #DAA520;
	font-style: normal;
	font-family: Times;
	font-variant: normal;
	text-decoration: Underline;
}
A:visited:hover.LargeLink
{
	font-weight: bold;
	font-size: 14pt;
	color: #DAA520;
	font-style: normal;
	font-family: Times;
	font-variant: normal;
	text-decoration: Underline;
}

A.RelLinks
{	font-weight: Bold;
	font-size: 8pt;
	color:#FFFFFF;
	font-style: normal;
	font-family: arial;
	font-variant: normal;
	text-decoration: underline;

}
A.RelLinks:hover
{
	font-weight: Bold;
	font-size: 8pt;
	color: ffcc00;
	font-style: normal;
	font-family: arial;
	font-variant: normal;
	text-decoration: underline;
}		
TABLE
{
	margin-top: 0px;
	font-size: 8pt;
	margin-left: 0px;
	color: black;
	font-style: normal;
	font-family: verdana;
	font-variant: normal;
}
.otherBODY
{
	font-size: 8pt;
	color: white;
	font-style: normal;
	font-family: verdana;
	font-variant: normal;
}
.BarTitle
{	font-weight: Bold;
	font-size: 14pt;
	color:#FFFFFF;
	font-style: normal;
	font-family: arial;
	font-variant: normal;

}
.HealthDivTitles
{
	font-weight: bold;
	font-size: 15pt;
	color: Black;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
}
LI.HealthList
{
	list-style-type: Disc;
}

