/* CSS Document */


body
{
background-color: #e2f6fd;
background-repeat: repeat;
margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
}


table
{
background-color: #333333;
width: 900px;
height: 500px;
font-family: tahoma;
font-size: 80%;
font-weight: normal;
color: #ffffff;
table-layout: fixed;
border-style: solid;
border-width: 0;
}



table.about
{
background-color: #333333;
width: 300px;
height: 300px;
font-family: tahoma;
font-weight: normal;
font-size: 95%;
table-layout: fixed;
border-style: solid;
border-width: 0;
}

td.main
{
height: 415px;
}

td.top
{
height:50px;
width: 200px;
}

td.bottom
{
height:35px;
}

td.middle
{
width: 400px;
}

td.sides
{
width: 100px;
}



hr
{
height:0.8px;
width: 100%;
}

img
{
border-style: solid;
border-width: 0;
}

iframe
{
scrolling: noscroll;
border:
}


/*Links*/


a:link
{
color: #e2f6fd;
text-decoration: none;
text-weight: bold;
border: none;
}

a:visited
{
color: #e2f6fd;
text-decoration: none;
text-weight: bold;
border: none;
}

a:hover
{
color: #ffffff;
text-decoration: none;
text-weight: bold;
}

a:active
{
color: #ffffff;
text-decoration: none;
text-weight: bold;
}