/* background */
body 	{background-color: #808080;
	font-family: verdana;
	font-size: 11px;
	scrollbar-face-color: 000000;
	scrollbar-highlight-color: ffffff;
	scrollbar-3dlight-color: 000000;
	scrollbar-darkshadow-color: 000000;
	scrollbar-shadow-color: ffffff;
	scrollbar-arrow-color: ffffff;
	scrollbar-track-color: 000000}

/* links */
A:link 	{text-decoration: none; 
   	color: #000000;
    	font-weight: bold}

A:visited	 {text-decoration: none;
   	 color: #000000;
    	 font-weight: bold}

A:hover 	{text-decoration: none;
   	 color: #FFFFFF;
   	 font-weight: bold}

A:active 	{text-decoration: none;
	color: #cccccc;
   	font-weight: bold}

/*main*/
.main 	{width: 600px;
	height: 560px;
	border: none;
	background-color: none;
	position: relative;
	width: 698;
	align: center}

/* table */
table.main	{background: transparent;}

/* iframe */
iframe.info 	{no-resize: no;
		frame-border: 0;
		 scrollbars: auto;
		 height: 394;
		 width: 475;
		 border: 0;
		 position: absolute;
		 top: 28.83%;
		 left: 1.75%}

/* iframe 2 */
iframe.sub 	{no-resize: no;
		frame-border: 0;
		 scrollbars: auto;
		 height: 220;
		 width: 160;
		 border: 0;
		 position: absolute;
		 top: 58%;
		 left: 76%}

/* hr */
hr	 {color: #ffffff}

/* tables */
table 	{background-color: #808080;
	 border: 0;
	 cellpadding: 5;
	 cellspacing: 1;
	 width: 90%;
	 font-size: 11px}

td.td1	 {font-size: 11px;
	 color: #000000}

td.td2 	{background-color: #808080;
	 font-face: verdana, arial;
	 color: ffffff;
	 font-size: 11px;
	 cellpadding: 5}