/* Default CSS Stylesheet for a new Web Application project */

body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.GibsonFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.GibsonFooter a
{text-decoration: none;font-weight:normal; color: #999999;}

.GibsonFooter a:hover
{text-decoration:underline ;font-weight:bold; color: #999999;}

.GibsonContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
}
.GibsonContentBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	font-weight:bold;
}
.GibsonContent a
{text-decoration: none;font-weight:bold; color: #333333;}

.GibsonContent a:hover
{text-decoration:underline ;font-weight:bold; color: #333333;}
.GibsonColoredTExtBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	background-color: #CDCD7F 
}

