.Generic
{
	font-family: Verdana;
	color: #313C63;
	font-size: 10px
}

.GenericHeader
{
	font-family:Verdana;
	color: #008301;
	font-size: 40px
}

.GenericMainHeader
{
	font-family:Verdana;
	color: #FF6666;
	font-size: 40px
}


.GenericHeading
{
	font-family: Verdana;
	color: #313C63;
	font-size: 14px
}


.GenericSmall
{
	font-family: Verdana;
	color: #008301;
	font-size: 8px
}

.GenericTextBlack
{
	font-family: Verdana;
	color:Black;
	font-size: 9px
}


.GenericText
{
	font-family: Verdana;
	color: #008301;
	font-size: 10px
}



.GenericTextTRHeader
{
	font-family: Verdana;
	color: black;
	font-size: 18px
}

.GenericTextTRSmallerHeader
{
	font-family: Verdana;
	color: black;
	font-size: 14px
}

.GenericTextTR
{
	font-family: Verdana;
	color: black;
	font-size: 12px
}


.GenericTextReportHead
{
	font-family: Verdana;
	color: #008301;
	font-size: 10px
}

.GenericTextReport
{
	font-family: Verdana;
	color: #008301;
	font-size: 8px
}

.GenericError
{
	font-family: Verdana;
	color:Red;
	font-size: 10px
}

.GenericButton
{
	/*border: 1 solid Black;*/
	background-color:White; /*: #D0cda9;*/
	font-family: Verdana;
	color: #008301;
	font-size: 9px;
}

.GenerichrefArtist
{
	font-family: Verdana;
	font-size: 16px;
	color: #313C63;
	text-decoration: none;
}

.Generichref
{
	font-family: Verdana;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}

.GenerichrefForm
{
	font-family: Verdana;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}

.GenerichrefForm:hover 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #008301;
	text-decoration: none;
}

.BODY 
{
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: green;
	SCROLLBAR-3DLIGHT-COLOR: green;
	SCROLLBAR-ARROW-COLOR: #008301;
	SCROLLBAR-TRACK-COLOR: #ECE8CF;
	SCROLLBAR-DARKSHADOW-COLOR: #ECE8CF;
	SCROLLBAR-BASE-COLOR: #ECE8CF;
	scrollbar-lightshadow-color: #ECE8CF;
}

.GenericRedDrop
{
	font-family: Verdana;
	font-weight:bold;
	color:Red;
	font-size: 10px
}

a.menu:link {
 text-decoration: none;
 color: black;
 display: block;
 width: 100%;
 height: 100%;
 background: red;
}

a.menu:visited {
 text-decoration: none;
 color: red;
 display: block;
 width: 100%;
 height: 100%;
 background: blue;
}

a.menu:hover {
 text-decoration: none;
 color: white;
 display: block;
 width: 100%;
 height: 100%;
 background: black;
}

a.menu:active {
 text-decoration: none;
 color: red;
 display: block;
 width: 100%;
 height: 100%;
 background: white;
}

.GenericExcel
{
	font-family: Verdana;
	color: #008301;
	font-size: 8px
}