BODY 	{	
			COLOR: #FFFFFF;
			background: #000000;
			font-family: Georgia, "Times New Roman", Times, serif;
			scrollbar-base-color: #000000;
			margin-top: 0;
			margin-bottom: 0;
			margin-left: 0;
			margin-right: 0; 
			padding-top: 0;
			padding-bottom: 0;
			padding-left: 0;
			padding-right: 0; 
		}

H1		{	
			font-family: "Microsoft Sans Serif", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		}	

H2		{	
			font-family: "Microsoft Sans Serif", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		}
		
H3		{	
			font-family: "Microsoft Sans Serif", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		}
		
H4		{	
			font-family: "Microsoft Sans Serif", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		}
		
H5		{	
			font-family: "Microsoft Sans Serif", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		}
		
H6		{	
			font-family: "Microsoft Sans Serif", Tahoma, Verdana, Helvetica, Arial, sans-serif;
		}			

TABLE	{
			border-collapse: collapse;
			border-width: 0px;
			border-color: #888888;
			border-style: solid;
			border-spacing: 0px;
			background-color: black;
			margin: 0px;
		}
		
TABLE TD{
			border-width: 0px;
			padding: 0px;
			border-style: solid;
			border-color: #888888;
			background-color: black;
			margin: 0px;
		}

DIV		{
			margin: 5px;
			padding: 5px;
		}

a:link		{ color: #0000D9; text-decoration: none }

a:visited	{ color: #0000D9; text-decoration: none }

a:active	{ color: #0000D9; text-decoration: none }

a:hover		{ color: #3535D1; text-decoration: underline }

.button-popups {background-color:#0000D9;
		color: #FFFFFF;
		font-size: 9pt;
		cursor:hand;
		font-weight: bold;
		BORDER: #FFFFFF 1px solid }

.buttonon-popups {background-color:#3535D1;
		color: #FFFFFF;
		font-size: 9pt;
		cursor:hand;
		font-weight: bold;
		BORDER: #FFFFFF 1px solid }

 /* START THE CODE FOR THE MENUS */
.menu	{ 
		  font-family: Microsoft Sans Serif, MS Sans Serif, Tahoma, Helvetica, Arial;
		  font-size: 9pt;
		  padding-top: 1px;
		  padding-bottom: 3px;
		  padding-left: 7px;
		  padding-right: 7px;
		  cursor:hand;
		  font-weight: bold;
		  text-align: center;
		  line-height: 15px;
		  display: block;
		  border: #000000 0px solid; 
		}

a.menu:link 	
		{ 
		  background-image: url("picts/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF;
		}

a.menu:visited 	{ background-image: url("picts/menu.gif");
		  background-color:#000000;
		  color: #FFFFFF; }

a.menu:active 	{  background-image: url("picts/menu.gif");
		   background-color:#000000;
		   color: #FFFFFF; }

a.menu:hover 	{  background-image: url("picts/menuon.gif");
		   background-color:#000000;
		   color: #FFFFFF; }

#menubar{
			position: absolute;
			top: 0;
			left: 0;
			width: 940px;
		}

#menubar2{
			width: 940px;
		}
		
#mainlogo	
		{
			position: absolute;
			top: 23;
			left: -35;
			width: 940px;
			z-index: -10;
		}

#content
		{
			position: absolute;
			top: 160;
			left: 0;
			width: 940px;	
		}
		
#videocontent
		{
			
		}
		
#sidebar
		{
			position: absolute;
			top: 40;
			left: 945px;
		}

.caadojos
		{
			border-collapse: collapse;
			border-width: 2px;
			border-color: #888888;
			border-style: solid;
			border-spacing: 0px;
			background-color: black;
			margin: 0px;
			padding: 6px;
		}


