BODY {
	background : #D3D3D3;
}
A:HOVER {
	color : Red;
	font-style : italic;
}
.QuickLink {
	background-color: #66669a;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	padding : 4px 4px 4px 4px;
	float : left;
	vertical-align : baseline;	
}
A.QuickLink {
	text-decoration : none;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.SectionHeader
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 12px;
}
.SectionLinks
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.TechSectionHeader {
	background-color : #cccc99;
}
.TechSectionLinks
{
	background-color : #ffffcc;
}
A.TechSectionLinks {
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

.ORGNonTechSectionHeader {
	background-color : #878FCC;
}

.NonTechSectionHeader {
	background-color : #9999cc;
}
.NonTechSectionLinks
{
	background-color: #b9b3f7;
}
A.NonTechSectionLinks {
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}
DIV.Section {
	float : left;
	vertical-align : baseline;
	width : auto;
}
