/* EyeSocket style sheet */

body 
{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 10px;

background-color: #000000;

color: #ffffff;
margin:0; 
padding:0; 
overflow:hidden;
}


body#slide
{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 10px;

background-color: #000000;

color: #ffffff;
}

img 
{
border: 0px
}



a:active 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}

a:visited 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}

a:hover 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}

a:link 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}


a:active#slide 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}

a:visited#slide 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}

a:hover#slide 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}

a:link#slide 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}


.comment 
{
font-weight: bold; width: 65%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: center;
}

/* control width of header.inc and or footer.inc files*/

.inc {
	width: 60%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: left;
}



/* Align the content of the cells on the index pages to the center and bottom. */
td#index 
{
text-align: center;
vertical-align: top;
top: 0px;
font-size: 10px;

background-color: #000000;

color: #ffffff;
}

/* Style for all table cells. */
td 
{
font-family: Tahoma, Verdana, Arial, sans-serif;
top: 0px;
}

tr
{
vertical-align: top;
top: 0px;
}

/* Header */
h1 
{
font-size: 30px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}

