/* CSS Document */
a:link { color: #FFCC66; text-decoration:underline;}
a:visited {color: #ffef66; text-decoration:underline;}
a:active { color: #FFCC66; text-decoration:underline;}
a:hover { color: #fcf7d7; text-decoration: underline;}

body {
background-color:#000000;
font: 12px/1.4em Arial, Tahoma, Verdana, sans-serif;
}

h1	{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFCC66;
}

h2	{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFCC66;
}

h3	{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFCC66;
}

/* --------DIV's -------*/

#container {
width: 648px;
margin: 0 auto;
position: relative;
background-position: top center;
}

#header	{
width: 648px;
height: 133px;
background: url(images/v2topimage.gif);
padding-bottom:0;
}

#table1 {
width: 648px;
height: 406px;
padding-bottom: 0px;
}

