/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
		ul.light li { color:white; }

.myheader	{
	font-size:16px;
	font-weight:bold;
	font-family: Verdana,Geneva,Arial;
	color:#333366;
	margin-top:10px;
	margin-bottom:0px;
}

a.mylinknorm:link, a.mylinknorm:visited {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6666CC;
	text-decoration:none;
}

a.mylink:link, a.mylink:visited {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333366;
	text-decoration: none;
}

a.mylink:hover, a.mylink:active, a.mylinknorm:hover, a.mylinknorm:active {
	color: #FF3333;
	text-decoration: underline;
}

a.nolink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}


.close {
  margin-top: 0;
  margin-bottom: 0;
  valign:top;
}
