/**
 * HTML Element Style Sheets
 * Apply to all cases of the element
 */
	.trappedfly
	{
		color:white;
		font-family:Tahoma;
		font-size: 8pt
	}
        a.unSelectedLink
        {
            text-decoration:none;
            color:white;
        }
        a.selectedLink
        {
            text-decoration:none;
            color:#BA83C4;
        }
		.center
		{
			text-align:center;
		}

		.indent-left
		{
			margin-left:50px;
		}
        
        .boxMargin
        {
            margin:30 30 30 30;
        }
        
        .blackText
        {
            font-family:Tahoma;
            font-size:10pt;
            color:black;
            font-weight:bold;
        }
        
        .lightPurpleText
        {
            font-family:Tahoma;
            font-size:10pt;
            color:#BA83C4;
            font-weight:bold;
        }

		.mainTable
		{
			background-color:65476D;
			width:90%;
		}

		.width100
		{
			width:100%;
		}

		.width90
		{
			width:90%;
		}

		.width50
		{
			width:50%;
		}

		.width70
		{
			width:70%;
		}

		.width30
		{
			width:30%;
		}

		.selectedMenu
		{
			font-family:Tahoma;
			font-size:9pt;
			font-weight:bold;
			color:BA83C4;
			width:100px;
			text-align:center
		}

		.unSelectedMenu
		{
			font-family:Tahoma;
			font-size:9pt;
			font-weight:bold;
			color:white;
			width:100px;
			text-align:center
		}
