/*body*/
body 
{
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
background: url(../images_layout/page_background.gif);
background-position: left;
background-repeat: repeat-y;
background-color: #506094;
font: Verdana;
font-size: 10px;
color: #FFFFFF:
}



/*left table*/
table.t1
{ 
position: absolute; top: 30px; left: 20px;
background: url(../images_layout/menu_table_background.gif);
background-position: left;
background-repeat: repeat-y;
width: 200px;
border: 0;
}

/*right table*/
table.t2
{ 
position: absolute; top: 20px; left: 285px;
border: 0;
width: 700px;
}

/*nav table*/
table.t3
{ 
border: 0;
width: 170px;
}


/*main text*/
.c3 
{ 
color: White; 
font-family: tahoma; 
font-size: 10px;  
}
/*header text*/
.c2 
{ 
color: White; 
font-family: tahoma; 
font-size: 12px; 
font-weight: bold; 
}

/*grey text*/
.c4 
{ 
color: #d1d1d1; 
font-family: tahoma; 
font-size: 10px; 
}

/*dark grey text*/
.c5 
{ 
color: #525252; 
font-family: tahoma; 
font-size: 10px; 
}

/*hidden text*/
.c9 
{ 
color: #506095; 
font-family: tahoma; 
font-size: 1px; 
}

/*link hover*/
a:hover 
{
color: #ff9966; 
text-decoration: blink; 
font-weight: 0
}

/*link underline*/
a
{
color: #99ccff;
text-decoration:none
}

input 
{ 
background-color: #506095;
border-color: #ffffff;
border-style: solid;
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width:  1px; 
border-left-width: 1px; 
color: #ffffff; 
font-size: 9px;
font-family: verdana;
}

textarea 
{ 
background-color: #506095;
border-color: #ffffff;
border-style: solid;
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width:  1px; 
border-left-width: 1px; 
color: #ffffff; 
font-size: 9px;
font-family: verdana;
}
