﻿body 
{
	font-family: Calibri, Tahoma, Verdana, Arial;
	color: #666;
}
a
{
	text-decoration:none;
	color: #39c;
}
a:hover
{
	text-decoration:underline;
	color: #39f;
}
.a
{
	text-decoration:none;
	color: #f90;
}
.a:hover
{
	color: #fc0;
}

.IntranetAccess 
{
	font-size: 10pt;
	color: #666;
}
.Title
{
	margin: 0px;
	font-weight: normal;
	font-variant: small-caps;
	color: #90bce3;
}
.Subtitle
{
	margin: 0px;
	font-weight: normal;
	font-variant: normal;
	font-size: 13pt;
	color: #999;
}
.Copyright
{
	font-size: 8pt;
	color: #999;
}
.CategorySection
{
	border-left: solid 8px #90bce3;
	border-top: dotted 1px #eef;
	border-bottom: dotted 1px #eef;
	border-right: solid 2px #90bce3;
	text-align: left;
	margin: 10px;
	padding: 10px;
}
.CategoryName
{
	margin: 0px;
	font-size: 16pt;
	font-weight: normal;
	color: #36c;
}
.SiteListing
{
	font-size: 12pt;
}
.ListItem
{
	text-align: left;
	margin-bottom: 5px;
}
.ListItem a
{
	font-size: 14pt;
	margin-right: 5px;
}
.ListItem a.ReadMore
{
	font-size: 10pt;
}
.DetailSection
{
	margin: 10px;
	margin-bottom: 40px;
}