/* Copyright 2025 Virtual Interconnect Software, LLC.  All rights reserved. */

/**
 * @todo Re-enable this when OpenFontLibrary is back up.
 */
/* @import url("http://openfontlibrary.org/face/gen-light"); */

body
{
	font-family: "GenW01Light", Arial, Verdana, sans-serif;
}

#DesignLogoBar
{
	background: #090909;
	color: #fff;
}

#DesignLogoBar a
{
	color: #fff;
	text-decoration: none;
}

#DesignLogoBar a:hover
{
	text-decoration: underline;
}

#DesignTopNavBar
{
	background: #777;
}

#DesignTopNavBar a
{
	color: #fff;
}

#DesignTopNavBar li.Current a
{
	color: #ccc;
}

#DesignTopNavBar a:hover
{
	color: #f00;
}

