/* CSS Document */


body
{
background-color: #ffffff;
margin: 30px;
scrollbar-face-color:#ffffff; 
scrollbar-shadow-color:#ffffff; 
scrollbar-arrow-color:#ffffff;
scrollbar-highlight-color:#ffffff; 
scrollbar-3dlight-color:#ffffff; 
scrollbar-darkshadow-color:#ffffff; 
scrollbar-track-color:#ffffff;
font-family: tahoma;
font-weight: normal;
font-size: 14;
}


table
{
background-color: #ffffff;
width: 850px;
height: 550px;
font-family: verdana;
font-weight: normal;
font-size: 10;
color: #c0c0c0;
border-style: solid;
border-width: 10;
border-color: #f6f1f4;
table-layout: ;
}

table.link
{
background-color: #ffffff;
width: 850px;
height: 50px;
font-family: verdana;
font-weight: normal;
color: #c0c0c0;
border-width: 0;
table-layout: ;
}


td
{
border-width: 0px;
border-style: solid;
border-color: #f6f1f4;
}

img
{
border: 0px;
vertical-align: bottom;
}




/*Links*/


a:link
{
color: #c525a1;
font-weight: ;
text-decoration: none;
border: none;
}

a:visited
{
color: #c525a1;
font-weight: ;
text-decoration: none;
}

a:hover
{
color: #22d3ff;
font-weight: ;
text-decoration: none;
}

a:active
{
color: #22d3ff;
font-weight: ;
text-decoration: none;
}
