html 
		{	overflow: scroll;
			overflow: -moz-scrollbars-vertical; }


body 
		{	background-color: #000000;
			background-image: url('../images/background.jpg');
			background-position: bottom left;
        		background-attachment: fixed;
		        background-repeat: no-repeat;
		        color: #FFFFFF;
		        font-family: Verdana;
		        font-size: 10pt;
		        line-height: 15px;
		        margin: 5px; }

textarea
		{	font-size: 10pt;
			color: #FFFFFF;
			font-family: Verdana;
			border: 1px solid white;
			background-color: #444444;
			overflow: auto; }

input
		{	font-size: 10pt;
			color: #ffffff;
			font-family: Verdana;
			border: 1px solid white;
			background-color: #000000; }

#text
		{	background-color: #444444; }

a,	a:link, hover, active, visited
		{   	color: #FFFFFF;
        		font-family: Verdana; 
		        text-decoration: underline; } 

table
		{	width: 650px;
			margin: auto;
			background-color: transparent;
			color: #FFFFFF;
			font-family: Verdana;
			font-size: 10pt;
			border-collapse: collapse; }

table td
		{	vertical-align: top;
			padding-top: 0px;
		        padding-bottom: 5px;
		        padding-left: 3px;
		        padding-right: 2px; }

img
		{	border: 0px; }

pre		{	font-family: Verdana;
			font-size: 10pt;
			width: 480px;
			white-space: pre-wrap; /* css-3 */
			white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
			white-space: -pre-wrap; /* Opera 4-6 */
			white-space: -o-pre-wrap; /* Opera 7 */ }

.Topimg
		{	width: 650px;
			height: 86px;
			background-image: url(../images/top.jpg);
			background-repeat: no-repeat; }

.Menu
		{	width: 145px; }
						
.Menu .BG
		{	height: 100%;
			padding: 0px 10px 0px;
			background-image: url('../images/menu_bg_3.jpg');
			background-repeat: repeat-y; }

.Menu .BGLang
		{	height: 100%;
			text-align: center;
			padding: 2px 2px 0px;
			background-image: url('../images/menu_bg_3.jpg');
			background-repeat: repeat-y; }

.Menu .Top
		{	max-height: 4px;
			min-height: 4px;
			background-image: url('../images/menu_top_3.jpg'); }

.Menu .Bottom
		{	max-height: 4px;
			min-height: 4px;
			background-image: url('../images/menu_bottom_3.jpg');
			background-repeat: no-repeat; }

.Table
		{	width: 500px;
			overflow: hidden; }

.Table .Top
		{	min-height: 4px;
			max-height: 4px;
			background-image: url('../images/table_top_3.jpg'); }

.Table .BG
		{	height: 100%;
			padding: 0px 10px 3px;
			background-image: url('../images/table_bg_3.jpg');
			background-repeat: repeat-y; }

.Table .Bottom
		{	min-height: 4px;
			max-height: 4px;
			background-image: url('../images/table_bottom_3.jpg');
			background-repeat: no-repeat; }
				
.Title
		{	height: 36px;
			width: 500px;
			text-align: center; }

.Text
		{	height: 100%; }
		
.Copy
		{	font-size: 8pt;
			color: #898989;
			text-align: center; }
			
.Picture
		{	text-align: center; }

.Between
		{	height: 5px; }

.link
		{	font-size: 8pt;
			margin: 0px;
			padding: 0px; }