* 

element.style {
font-family:Arial;
font-size:10px
}


body 
{
   margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 10.5px;
	x-small:10.5px;
    height: 100%;
    /* This sets IE5,5.5/Win to the correct size */
    font: x-small verdana, tahoma, arial, helvetica, sans-serif;
    voice-family: "\"}\"";
    voice-family: inherit;
    /* This size is for all other browsers, including IE6+ */
    font: small verdana, tahoma, arial, helvetica, sans-serif;
	x-small:10.5px;
}

{
    padding: 0px;
    margin: 0px;
}

/* Borders */

.top_left_border 
{

    width: 8px;
    height: 8px;
    background: url('images/top_left_border.png') no-repeat;

    margin: 0px;
    padding: 0px;
}

.top_right_border
{

    width: 8px;
    height: 8px;
    background: url('images/top_right_border.png') no-repeat;

    margin: 0px;
    padding: 0px;
}

.top_border_new
{

    height: 8px;
    width: 100%;
    background: url('images/top_border.png') repeat-x;

    margin: 0px;
    padding: 0px;
}

.bottom_border_new 
{
    float: left;
    height: 8px;
    width: 100%;
    background: url('images/bottom_border.png') repeat-x;
    background-position: center top;
    margin: 0px;
    padding: 0px;
}

.left_border
{
    float: left;
    width: 8px;
    height: 100%;
    background: url('images/left_border.png') repeat-y;
}

.right_border
{
    float: left;
    width: 8px;
    height: 100%;
    background: url('images/right_border.png') repeat-y;
   
}

.bottom_left_border
{
    float: left;
    width: 8px;
    height: 8px;
    background: url('images/bottom_left_border.png') no-repeat;
    margin: 0px;
    padding: 0px;
}

.bottom_right_border
{
    float: left;
    width: 8px;
    height: 8px;
    background: url('images/bottom_right_border.png') no-repeat;
    margin: 0px;
    padding: 0px;
}

/* Container */

.container_top 
{
    width: 100%;
    height: 8px;
}

.container_bottom 
{
    width: 100%;
    height: 8px;
}

.container_middle
{
    width: 100%;
}

/* Title */

.title 
{
    font-size: 13px;
    padding-left: 8px;
}

td.title 
{
    padding-left: 5px;
    padding-top: 5px;
}

td.content 
{
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}



