﻿body 
{
	min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url('images/bg.jpg');
}

.bgtable
{
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-collapse: collapse;
}

.bgtitle
{
	background-image: url('images/bg_top.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 165px;

}

.bgbody 
{
	/*background-image: url('images/bg_main.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;*/
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.navbar 
{
	width: 794px;
	position: relative;
	top: 55px;
	text-align:left;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: Black;
}

.shoptext 
{
	color: #CC00FF;
}

div.textbox
{
	width: 668px;
	height: 352px;
	border-style: solid;
	background-color: White;
	border-width: 2px;
	border-color: Black;
	padding: 20px 20px 20px 20px;
	margin-right: 132px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #929306;
	font-size: 12px;
	text-align: left;
}

div.textboxbig
{
	width: 800px;
	height: 352px;
	border-style: solid;
	background-color: White;
	border-width: 2px;
	border-color: Black;
	padding: 20px 20px 20px 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #929306;
	font-size: 12px;
	text-align: left;
}

INPUT, TEXTAREA
{
	BORDER-RIGHT: #79824B 1px solid;
	BORDER-TOP: #79824B 1px solid;
	BORDER-LEFT: #79824B 1px solid;
	BORDER-BOTTOM: #79824B 1px solid
}

TD
{
	FONT-WEIGHT: normal; FONT-SIZE: 12px; LETTER-SPACING: 1px; color: #929306;
}

A:link 
{
	font-weight: bold;
	text-decoration: none;
	color: #929306;
}
		
A:visited 	
{
	font-weight: bold;
	text-decoration: none;
	color: #929306;
}
		
A:active
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
		
A:hover		
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


A.bright:link 
{
	font-weight: bold;
	text-decoration: none;
	color: #CC00FF;
}
		
A.bright:visited 	
{
	font-weight: bold;
	text-decoration: none;
	color: #CC00FF;
}
		
A.bright:active
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
		
A.bright:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

A.big:link 
{
	color: #000000;
}
		
A.big:visited 	
{
	color: #000000;
}
		
A.big:active
{
	color: #929306;
}
		
A.big:hover
{
	color: #929306;
}