/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Tahoma;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }
 
 .Seperator
 {
     background-color:#DDDDDD;
 }
 
 .legend {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align:justify;
	color:#DC143C;
	background: #ffffff;
}

.NormalFont
{
    background-color:White;
    color:#333333;
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    font-style:normal;
    vertical-align:top;
}

.HeaderFont
{
    color:#111111;
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    font-style:normal;
    vertical-align:top;
}

.UnitFont
{
    background-color:White;
    color:#333333;
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
}

.list
{
    list-style-type: square;
}

.IndentedCell
{
    text-indent:5px;
}

.HeaderCell
{
    background-color:#E8E8E8;
}



 	
