
/* CSS definition file containing sitestyle stylesheets */
*
{
    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: 8pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table
{
    border-collapse: collapse;
}

body
{
    SCROLLBAR-FACE-COLOR: #595759;
    SCROLLBAR-HIGHLIGHT-COLOR: #4C4C4C;
    SCROLLBAR-SHADOW-COLOR: #272727;
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-BASE-COLOR: #3B3A3B;
    scrollbar-3d-light-color: #4C4C4C;
    scrollbar-dark-shadow-color: #272727;
    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: #CC0000;
	 font-weight: bold;
}
a:link
{
    color: #CC0000;
    text-decoration: underline;
    cursor: hand;
	 font-weight: bold;
}
a:visited, a:active
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
td
{
    font-style: normal;
    text-decoration: none;
    color : #4C4C4C;
	 font-size: 8pt;	 
}
.red
{
    color : #CC0000;
}
.grey
{
    font-style: normal;
    text-decoration: none;
    color : #7A7979;
}
.large
{
    font-size: 9pt;
}

input, select, textarea
{
    
    font-weight: normal;
    color:#000000;
    background-color: #FFFFFF;
    font-style: normal;
}