
BODY		{
			background-repeat: repeat-y
		}
		
P.happened	{
			font-family : arial, sans serif;
			color : #AAAAAA;
			background : #9900CC;
			font-size : 10pt;
			line-height : 150%;
		}		

P.whitetitle	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			font-size : 12pt;
			line-height : 150%;
			font-weight : bold;
		}

P.bigwhitetitle	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			font-size : 14pt;
			line-height : 150%;
			font-weight : bold;
		}

P.boldwhite	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			font-size : 10pt;
			line-height : 150%;
			font-weight : bold;
		}

P.purpletitle	{
			font-family : arial, sans serif;
			color : #401979;
			font-size : 12pt;
			line-height : 150%;
			font-weight : bold;
		}

P.bigpurpletitle	{
			font-family : arial, sans serif;
			color : #401979;
			font-size : 14pt;
			line-height : 150%;
			font-weight : bold;
		}

P.smallpurple	{
			font-family : arial, sans serif;
			color : #401979;
			bgcolor : #FFFFFF;
			font-size : 8pt;
			line-height : 150%;
		}
		
P.smallboldpurple	{
			font-family : arial, sans serif;
			color : #401979;
			bgcolor : #FFFFFF;
			font-size : 8pt;
			line-height : 150%;
			font-weight : bold;
		}
		
P.smallwhite	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			bgcolor : #401979;
			font-size : 8pt;
			line-height : 150%;
		}
		
TD.green	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #99CC00;
			font-size : 10pt;
			line-height : 150%;
		}		

TD.red		{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #FF0033;
			font-size : 10pt;
			line-height : 150%;
		}		
		
TD.darkblue	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #003399;
			font-size : 10pt;
			line-height : 150%;
		}	
		
TD.yellow	{
			font-family : arial, sans serif;
			color : #401979;
			background : #FFCC00;
			font-size : 10pt;
			line-height : 150%;
		}		

TD.magenta	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #9900CC;
			font-size : 10pt;
			line-height : 150%;
		}		

TD.midgreen	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #009933;
			font-size : 10pt;
			line-height : 150%;
		}
		
TD.pink		{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #CC0066;
			font-size : 10pt;
			line-height : 150%;
		}
		
TD.blue		{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #0099CC;
			font-size : 10pt;
			line-height : 150%;
		}
		
TD.limegreen	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #33CC00;
			font-size : 10pt;
			line-height : 150%;
		}
		
TD.purple	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #401979;
			font-size : 10pt;
			line-height : 150%;
		}		

TD.purplehead	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			background : #401979;
			font-size : 14pt;
			padding : 5px 30px
		}		

DIV#buttons 	{
			position : absolute;
			top : 201px;
			left : 0px;
			width : 150px;
			height : 3200px;
			background : #401979;
			font : 12px arial, sans serif;
			z-index: 100;
		}

DIV#buttons A.purple
		{
			display : block;
			text-align: right;
			padding : 3px 15px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #401979;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.purple:hover
		{
			color : #FFFFFF;
			background : #401979;
			border-top : 3px solid #401979;
			border-bottom : 3px solid #FFFFFF;
		}
			
DIV#buttons A.green
		{
			display : block;
			text-align: right;
			padding : 3px 10px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #99CC00;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.green:hover
		{
			color : #FFFFFF;
			background : #99CC00;
			border-top : 3px solid #99CC00;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.midgreen
		{
			display : block;
			text-align: right;
			padding : 3px 10px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #009933;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.midgreen:hover
		{
			color : #FFFFFF;
			background : #009933;
			border-top : 3px solid #009933;
			border-bottom : 3px solid #401979;
		}
			
DIV#buttons A.red
		{
			display : block;
			text-align: right;
			padding : 3px 10px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #FF0033;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.red:hover
		{
			color : #FFFFFF;
			background : #FF0033;
			border-top : 3px solid #FF0033;
			border-bottom : 3px solid #401979;
		}

DIV#buttons A.blue
		{
			display : block;
			text-align: right;
			padding : 3px 10px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #0099CC;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.blue:hover
		{
			color : #FFFFFF;
			background : #0099CC;
			border-top : 3px solid #0099CC;
			border-bottom : 3px solid #401979;
		}
			
DIV#buttons A.yellow
		{
			display : block;
			text-align: right;
			padding : 3px 10px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #FFCC00;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.yellow:hover
		{
			color : #FFFFFF;
			background : #FFCC00;
			border-top : 3px solid #FFCC00;
			border-bottom : 3px solid #401979;
		}
			
DIV#buttons A.limegreen
		{
			display : block;
			text-align: right;
			padding : 3px 10px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #33CC00;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.limegreen:hover
		{
			color : #FFFFFF;
			background : #33CC00;
			border-top : 3px solid #33CC00;
			border-bottom : 3px solid #401979;
		}
			
DIV#buttons A.magenta
		{
			display : block;
			text-align: right;
			padding : 3px 10px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #9900CC;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.magenta:hover
		{
			color : #FFFFFF;
			background : #9900CC;
			border-top : 3px solid #9900CC;
			border-bottom : 3px solid #401979;
		}
			
DIV#buttons A.darkblue
		{
			display : block;
			text-align: right;
			padding : 3px 10px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #003399;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.darkblue:hover
		{
			color : #FFFFFF;
			background : #003399;
			border-top : 3px solid #003399;
			border-bottom : 3px solid #401979;
		}
			
DIV#buttons A.pink
		{
			display : block;
			text-align: right;
			padding : 3px 10px
			margin; 0 0 1px
			border-width : 0;
			text-decoration : none;
			font-weight : bold;
			color: #CC0066;
			background : #FFFFFF;
			border-top : 3px solid #FFFFFF;
			border-bottom : 3px solid #401979;
		}
		
DIV#buttons A.pink:hover
		{
			color : #FFFFFF;
			background : #CC0066;
			border-top : 3px solid #CC0066;
			border-bottom : 3px solid #401979;
		}
				

A:link	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			font-size : 10pt;
			line-height : 150%;
		}
			
A:hover	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			font-size : 10pt;
			line-height : 150%;
		}

A:visited	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			font-size : 10pt;
			line-height : 150%;
		}
			
A.smallwhite:link	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			font-size : 8pt;
			line-height : 150%;
		}
			
A.smallwhite:hover	{
			font-family : arial, sans serif;
			color : #FFFFFF;
			font-size : 8pt;
			line-height : 150%;
		}

A.smallwhite:visited	{
			font-family : arial, sans serif;
			color : #99CC00;
			font-size : 8pt;
			line-height : 150%;
		}