/* ---------------------------------------------------------------------- */
/* Some Defaults which are (almost) always valid                          */
BODY
{
        /* Text */
        color:                  gold; /*white; /*red = #FF0000;*/
        font-family:            Verdana, Sans-Serif;
        font-size:              10pt;
 
        /* Background */
        background-color:       black; /*#990000; #8B0000;*/
        /* background image MENU */
/*        background-image:       url("../pics/synapse/menu_syn_main.png");*/
/*        background-image:       url("../pics/JTLK_6.jpg");*/
        background-image:       url("../pics/JTLK_web-bg_v6.png");
        background-repeat:      no-repeat; /*repeat-n; repeat-y;*/
/*        background-position:    250px 150px; /*centre; top left;*/
        background-position:    220px 50px; /*centre; top left;*/

        background-attachment:   fixed;         
}
P, TR, TD
{
        font-size:              10pt;
        font-weight:            normal;
}

P.HIDDEN
{
        /* Text */
        text-align: 				  right;
        color:			black; /* #990000;/*#8B0000;*/
        font-size:              8pt;
}
A.HIDDEN:link, A.HIDDEN:visited, A.HIDDEN:active
{
/*        color:                  #888888; */
        text-decoration:        none;
}
A.HIDDEN:hover
{
        text-decoration:        none;/*underline;*/
/*        background-color:       #800000;*/
}

A:link, A:visited, A:active
{
        color:                  red; /*#888888;*/ 
        text-decoration:        none;
}
A:hover
{
        text-decoration:        underline;
/*        background-color:       #990000;/*#8b0000;*/ 
        color:                  #FF6600; 
}
 
H1
{
        /* Text */
        color:                  gold; /*white;*/
        font-family:            Verdana, Sans-Serif;
        font-size:              14pt;
        font-weight:            bold;
        text-align:             center;
}
H2
{
        /* Text */
        color:                  gold; /*white;*/
        font-family:            Verdana, Sans-Serif;
        font-size:              12pt;
        font-weight:            bold;
        text-align:             center;
}
 
/* This only applies for imgs with are links */
IMG
{
        border-style:           none;
}
		  
/*---------------------------------------------------------------------- */
/* The content view to the right                                         */
DIV.CONTENT
{
        position:               absolute;
        top:                    0px;
        left:                   145px;
        color:							gold;
        width:                  auto; /*100%; /*auto;*/
        height:                 auto; /*100%;*/
}

/*---------------------------------------------------------------------- */
/* The content view to the right                                         */
/*DIV.HOME */
/*{ */
/*        position:               absolute;*/
/*        top:                    30px;*/
/*        left:                   15px;*/
/*        background-image:       url("../pics/JTLK_web-logo-gold_v2.png");*/
/*        background-repeat:      no-repeat; /*repeat-n; repeat-y;*/
/*        background-position:    30px 15px; /*centre; top left;*/
/*        background-attachment:   fixed;*/         
/*        width:                  100%; /*103px; /*100%; /*auto;*/
/*        height:                 100%; /*77px; /*100%; /*auto;*/
/*}*/


/*---------------------------------------------------------------------- */
