BODY				{
					position: absolute;
					top: 0px; left: 0px; right: 0px; bottom: 0px;
					background-color: black;
					scrollbar-base-color: black; scrollbar-face-color: black;
					scrollbar-arrow-color: red; scrollbar-shadow-color: red;

					font-family: Lucida Sans Unicode;
					font-family: Bookman Old Style;
					font-size: 10pt;
					font-weight: normal;
				}

#page				{
					position: absolute;
					top: 0px; left: 0px; right: 0px; bottom: 0px;
				}

.bottom_menu		{
					font-family: Lucida Sans Unicode;
					font-family: Bookman Old Style;
					font-size: 11pt;
					font-weight: bold;

					color: white;
					text-decoration: none;
				}

.bottom_menu:hover	{
					color: red;
					text-decoration: underline;
				}

.spec_pics			{
					border: 0px solid white;
				}

.text_pics			{
					border: 1px solid white;
				}

.text_media_pics		{
					border: 3px solid white;
				}

.prod_pics			{
					border: 2px solid white;
				}

.media_pics			{
					border: 0px solid white;
					height=300;
				}

.order_form			{
					border: 1px solid blue;
					background-color: white;
					color: blue;
				}



.this_copyright		{
					font-family: Lucida Sans Unicode;
					font-size: 9pt;
					font-weight: normal;
					text-align: right;
					color: white;
					font-size: 9px;
				}
.a_href			{
					color: white;
					text-decoration: none;
				}

.a_href:hover		{
					color: red;
					text-decoration: underline;
				}

.copyright			{
					color: white;
					text-decoration: none;
				}

.copyright:hover		{
					color: red;
					text-decoration: none;
				}