/* Text class formats ------------------*//* Main formats */    /* Heading */    p.heading     {	    font-size: 12px;	    font-weight: bold;	    line-height: 14px;	    text-align: left;	    margin-top: 20px;	    margin-bottom: 0px;	    	}    p.subHeading     {	    font-size: 11px;	    font-weight: bold;	    line-height: 14px;	    text-align: left;	    margin-top: 12px;	    margin-bottom: 3px;	    	}	/* Summary */	p.summary	{        font-size: 10px;        font-weight: normal;        line-height: 13px;        text-align: left;        margin-top: 0px;        margin-bottom: 0px;				}    /* Date */						    p.date    {	    color: #000066;	    font-size: 10px;	    font-weight: normal;	    line-height: 13px;	    text-align: left;	    margin-top: 0px;	    margin-bottom: 6px;    }        /* Navigation text */    p.navigation    {        font-size: 10px;        font-weight: normal;        line-height: 13px;        text-align: left;        margin-top: 0px;        margin-bottom: 6px;           }        /* Normal paragraph text */    p.normal    {        font-size: 10px;        font-weight: normal;        line-height: 13px;        text-align: left;        margin-top: 0px;        margin-bottom: 6px;    }    	/* Intro text */	p.intro	{        font-size: 10px;        font-weight: bold;        line-height: 13px;        text-align: left;        margin-top: 12px;        margin-bottom: 12px;				}    /* Headings in Right */    p.rightHeading     {	    font-size: 11px; 	    font-weight: bold;	    line-height: 13px; 		text-align: left;	    margin-top: 4px;	    margin-bottom: 4px;    }    /* Image texts */    p.imageText     {	    font-size: 9px;	    font-weight: bold;	    line-height: 11px;	    text-align: left;	    margin-top: 0px;	    margin-bottom: 6px;    }		/*    General Text formatting    ----------------------    */		.small 		{			font-size: 9px; 			line-height: 11px;		}		.large		{   			font-size: 12px;			line-height: 14px;		}		.bold		{			font-weight: bold;		}	    .left	    {	        text-align: left;	    }	    	    .center	    {	        text-align: center;   	    }	    	    .right	    {	        text-align: right;   	    }			.white		{			color: White;			}		/*    Link formats    ------------    */    a.link:link    {        color: #000099;		font-size: 10px;		font-weight: normal;		line-height: 13px;        text-decoration: none;    }        a,link:visited    {        color: #0099FF;		font-size: 10px;		font-weight: normal;		line-height: 13px;        text-decoration: none;    }        a.link:hover    {        text-decoration: underline;       }        a.heading:link    {	    color: #000000;	    font-size: 12px; 	    font-weight: bold;	    line-height: 14px;  	    text-decoration: none;     }    a.heading:visited    {	    color: #000000;	    font-size: 12px; 	    font-weight: bold;	    line-height: 14px;  	    text-decoration: none;     }    a.heading:hover    {	    text-decoration: underline;     }        /* Lists */        ul.normal    {        font-size: 10px;        font-weight: normal;        line-height: 13px;        text-align: left;        margin-top: 0px;        margin-bottom: 6px;		    }
