
/* CSS definition file containing sitestyle stylesheets */
*
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div, span, body
{
    border: 0;
}

/* List defaults */
li { display: list-item; }
ul, ol { display: block; margin: 1.33em 0; margin-left: 40px; }
ol { list-style-type: decimal; }
l ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0; }

/* font size */
body, input, textarea, select
{
    font-size: 7pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table
{
    border-collapse: collapse;
}

body
{
    background-color: #FFFFFF;
	 background-image: url(../images/body_bg.gif);
    margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
}

a
{
    font-style: normal;
    color: #595555;
}

a:link
{
    color:#595555;
    text-decoration: none;
    cursor: hand;
}

a:visited, a:active
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

td
{
    font-style: normal;
    text-decoration: none;
    color : #595555;
	 font-size: 6pt;	 
}