/* CSS Document for the home page */
/* not using any more
.homeSectionalLink
{
	font-size:24px;
}
*/
/* use homePageH1 instead of this one
.homeSectionalTitle
{
	font-size=18px;
	color=#0073AA;
	font-weight:bold;
}
*/
.contentSectionTable
{
	border:1px solid; 
	border-top-color:#D1D1D1;
	border-left-color:#D1D1D1; 
	border-right-color:#D1D1D1; 
	border-bottom-color:#D1D1D1; 
	padding=0;
	spacing=0;
/*	width=100%; */
}

.homePageH1
{
	margin-top: 0em; /* put no space below */
	margin-bottom: 0em; /* put no space below */
	font-weight:bold; 
	color: #0073AA; 
	font-size: 14pt;
}

/* The orange primary links on home page */
a.highlightedHyperlink2:link    { font-size: 12pt; text-decoration: none; };
a.highlightedHyperlink2:visited { font-size: 12pt; text-decoration: none; };
a.highlightedHyperlink2:hover   { font-size: 12pt; text-decoration: underline; };
a.highlightedHyperlink2:active  { font-size: 12pt; text-decoration: none; };

a.homeSectionalLink2:link    { font-size: 10pt; text-decoration: underline};
a.homeSectionalLink2:visited { font-size: 10pt; text-decoration: underline};
a.homeSectionalLink2:hover   { font-size: 10pt; text-decoration: none};
a.homeSectionalLink2:active  { font-size: 10pt; text-decoration: underline};

a.homeSectionalLink3:link    { font-size: 10pt; text-decoration: none};
a.homeSectionalLink3:visited { font-size: 10pt; text-decoration: none};
a.homeSectionalLink3:hover   { font-size: 10pt; text-decoration: underline};
a.homeSectionalLink3:active  { font-size: 10pt; text-decoration: none};


