
/* Default CSS Stylesheet for a new Web Application project */
#txtTextBox
{
	FONT-FAMILY: Arial;
    FONT-SIZE: 12pt;
    color: red;
}
BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12pt;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: #003490;
	border-top-style: none;
	padding-top: 0px;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	background-color: white;
	text-align: left;
	border-bottom-style: none;
}

/*.heading2 {font-size:20px; font-family: Arial, serif; color:#003366; font-weight: bold;}
/*colors*/
.heading1 {font-size:24px; font-family: verdana, Arial, serif; color:#003366; line-height:28px; font-weight: bold;}
.heading2 {font-size:20px; font-family: verdana, Arial, serif; color:#003366; font-weight: bold;}
.heading3 {font-size:18px; font-family: verdana, Arial, serif; color:#003366; font-weight: 500;}

.cPHSBlue {color: #003163;
	font-family: Arial
 }
.cDkBlue { color: #003490;/*default color*/
	font-family: Arial
 } 
.cMedBlue { color: #3B76B1;
	font-family: Arial
 }
 
.copysmall9 { font-family: verdana, arial, helvetica, sans-serif; font-size: 9pt; color: #003366; font-weight: normal; text-decoration: none; }
.copysmall8
{
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #003366;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
 
a:link
{
	font-weight: 600;
	color: #003366;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}
a:visited
{
	font-weight: 600;
	color: #003366;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	}
a:hover { font-weight: 600;
	color: #003366;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	text-decoration: underline;
}

A.page:link
{
	font-weight: bold;
	font-size: 9px;
	color: RED;
	line-height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-Decoration: underline;
}
A.page:visited
{
	font-weight: bold;
	font-size: 11px;
	color: blue;
	line-height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-Decoration: underline;
}
A.page:hover
{
	font-weight: bold;
	font-size: 11px;
	color: blue;
	line-height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-Decoration: underline;
}
.dgheader
{
	font-weight: 600;
	vertical-align: baseline;
	color: white;
	font-family: arial;
	background-color: #336699;
	text-align: center;
}
.dgitem
{
	font-weight: normal;
	font-size: 2;
	vertical-align: baseline;
	color: #003366;
	font-family: arial;
	background-color: #ffffff;
}
.dgitem2
{
	font-weight: 800;	
	font-size: 7.5pt;
	vertical-align: baseline;
	color: #003366;
	font-family: arial;
	background-color: #ffffff;
}
.dgitem3
{
	font-weight: normal;
	font-size: 7.5pt;
	vertical-align: baseline;
	color: #003366;
	font-family: arial;
	background-color: #ffffff;
}

a.dg:link
{
	font-weight: normal;
	font-size: 10pt;
	vertical-align: baseline;
	color: #003366;
	font-family: verdana, helvtica;
	background-color: #ffffff;
}
a.dg:visited
{
	font-size: 10pt;
	vertical-align: baseline;
	color: #003366;
	font-family: verdana, helvtica;
	background-color: #ffffff;
}
a.dg:hover
{
	font-size: 10pt;
	vertical-align: baseline;
	color: #003366;
	font-family: verdana, helvtica;
	background-color: #ffffff;
	text-decoration:underline;
}


A.map:link
{
	font-weight: 600;
	font-size: 8pt;
	color: red;
	font-family: Arial;
	text-decoration: none;
}
	
	A.map:hover
{
	font-weight: 600;
	font-size: 8pt;
	color: red;
	font-family: Arial;
	text-decoration:underline;
}
	A.map:visited
{
	font-weight: 600;
	font-size: 8pt;
	color: red;
	font-family: Arial;
	text-decoration: none;
}

a.whitenav:link
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-align: left;
	line-height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
a.whitenav:visited
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-align: left;
	line-height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
a.whitenav:hover
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-align: left;
	line-height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
}


