
body		{
		  background-color: #000000;
		  background-image: url(../images/bg_main.jpg);
		  background-attachment: fixed;
		  background-position: top left;
		  background-repeat: no-repeat;
		  font-family: Verdana, Arial, sans-serif;
		  font-size: 8pt;
		  color: #ffbcff;
		  scrollbar-face-color:#990066;
		  scrollbar-arrow-color:Black;
		  scrollbar-track-color:black;
		  scrollbar-shadow-color:black;
		  scrollbar-highlight-color:white;
		  scrollbar-3dlight-color:black;
		  scrollbar-darkshadow-Color:'';
		}

.body_top	{
		  background-color: #000000;
		  background-image: url(../images/bg_top.jpg);
		  background-attachment: fixed;
		  background-position: top left;
		  background-repeat: no-repeat;
		  font-family: Verdana, Arial, sans-serif;
		  font-size: 10pt;
		  color: #FFCCFF;
		}

.body_left	{
		  background-color: #000000;
		  background-image: url(../images/bg_left.jpg);
		  background-attachment: fixed;
		  background-position: top left;
		  background-repeat: no-repeat;
		  font-family: Verdana, Arial, sans-serif;
		  font-size: 8pt;
		  color: #FFCCFF;
		}


.body_bottom	{
		  background-color: #000000;
		  background-image: url(../images/bg_bottom.jpg);
		  background-attachment: fixed;
		  background-position: top left;
		  background-repeat: no-repeat;
		  font-family: Verdana, Arial, sans-serif;
		  font-size: 10pt;
		  color: #FFCCFF;
		}

.body_right	{
		  background-color: #000000;
		  background-image: url(../images/bg_right.jpg);
		  background-attachment: fixed;
		  background-position: top left;
		  background-repeat: no-repeat;
		  font-family: Verdana, Arial, sans-serif;
		  font-size: 10pt;
		  color: #FFCCFF;
		}

.body_backg	{
		  background-color: #000000;
		  background-image: url(../images/background.jpg);
		  background-attachment: fixed;
		  background-position: top left;
		  background-repeat: no-repeat;
		  font-family: Verdana, Arial, sans-serif;
		  font-size: 10pt;
		  color: #FFCCFF;
		}


.bg_black	{
		  
		}

h3		{
		  font-family: Verdana, Arial;
	  	  color: #cc3399;
		}


.no_border	{border-width: 0px;}

.no_padding {padding: 0px;}

strong		{color: #ff77ff}

a			{
			  color: #ff77ff;
			  text-decoration: none;
			}
			
a:visite	{color: #ff77ff}

a:hover		{color: #da0172}

a:active	{color: #da0172;}


			
table		{
			  font-family: Verdana, Arial;
	  		  font-size: 8pt;
		  	  color: #FFcCFF;
		  	  width: 645px;
		  	  border: 1px solid #da0172;
			  border-collapse: separate;
		  	  table-layout: fixed;
		  	  empty-cells: show;	  	  
			}
			
table.auto	{
			 table-layout: auto; 
			}

table.home	{
			  width: 757px;
			  border: 0px solid #da0172;
			  border-collapse: separate;
			  table-layout: auto;			  
			}

table.nav	{
			  width:108px;
			  border: 0px solid #da0172;
		  	  border-collapse: separate;
			  empty-cells: show;
		  	  margin-top: -9px;
			}
			
table.rooster	{width: 440px}

tr.right			{
					  vertical-align: top;
					  text-align: right;
					}
					
tr			{
			  vertical-align: top;
			}

td			{
			  border: 0px solid;
			  padding: 5px;
			  
			}
			
td.home		{
			  border: 1px solid #da0172;
			  padding: 5px;
			}

td.nav		{
			  border: 1px solid #da0172;
			  padding: 1px;
			}
			
img			{border: 1px solid #da0172;}

img.nav		{border: none}

ul			{font-size: 8pt;}
			
li			{display: list-item;}

