body {
   font-size: 12px;
   font-family: tahoma !important; 
   font-variant: small-caps; 
   font-stretch: expanded; 

   scrollbar-face-color: #3b2807; 
   scrollbar-highlight-color: #444444; 
   scrollbar-3dlight-color: #111111; 
   scrollbar-shadow-color: #222222; 
   scrollbar-darkshadow-color: #000000; 
   scrollbar-arrow-color: #000000; 
   scrollbar-track-color: #261906;

background: transparent;
	color: #FFFFFF;
/*   background: url('gaf210bg.png') !important;*/

}

table {
   font-family: tahoma !important; 
   font-variant: small-caps; 
   font-stretch: expanded; 
}
.footer_cr {
	font-size: 8px;
	font-style: italic;
}

.preview_div {
	background-color: grey;
	width:400px;
	height: 100px;
	text-align:center;
	border: 1px solid black;
}

H1 { font-size: 20px; }
H2 { font-size: 18px;}
P, H1, H2 {margin: 0px 0px 5px 0px;} /* Content column */

A:visited, A:link {color: #8BDD0D;}
A:hover {color: #ADFF2F;}

.code_container{
	width:400px;
	height: 100px;
	border: 1px solid #cccccc;
	overflow: auto;
}

.submit_button {
	background-color: #336666;
	border: 2px outset #cccccc;
	font-weight: bold;
	color: white;
}

.submit_button:hover {
	background-color: white;
	border: 2px outset #cccccc;
	font-weight: bold;
	color: black;
}

.default_txt_input{
	background-color: Lavender;
	border: 1px solid #AAAAAA;
	color: black;
}


.contact_images_table{
	border: 1px solid #333333;
	width:450px;
}

.contact_images_table td{
	border-top: 1px solid white;
	border-left: 1px solid white;
}


.dropdown_menu_table{
	border: 2px solid #333333;
	width:610px;
	font-size: 14px !important;
}

.dropdown_menu_table td{
	border-left: 1px dotted white;
	border-bottom: 1px solid white;
}


.catalog_layout_table{
	border: 1px solid #333333;
	width:420px;
	border-collapse: separate
}

.catalog_layout_table td{
	border-top: 1px solid white;
	border-left: 1px solid white;
}

.checkbox_input {
	background-color: Lavender;
	border: 1px solid white;
	color: black;
	width: 250px !important;
}

.code_container_small{
	background-color: Lavender;
	border: 1px solid white;
	color: black;
	width: 250px !important;
	height: 150px !important;
}

.preview_div_big {
	background-color: gray;
	width: 900px;
	height: 900px;
	text-align:center;
	border: 1px solid white;
	overflow: auto;
}

.bluebutton{
	background: url('buttonbgreg.png') center repeat-x;
	border: 2px outset #999999;
	font-weight: bold;
	color: black;
}

SELECT{ font-size: 12px; font-family: tahoma !important; font-variant: small-caps; font-stretch: expanded;  	background-color: #336666;
	border: 1px solid #AAAAAA; color: #FFFFFF;
}

.codeinputarea{
	width: 300px !important;
	height: 100px !important;
	overflow: auto;
	background-color: Lavender;
	border: 1px solid white;
}

.input_color_txt{
	background-color: Lavender;
	border: 1px solid white;
	width: 100px !important;
}


.titlecell{
	background: rgb(27,21,7);
}
.desccell{
	background: rgb(37,31,17);
}

.copycell{
	background: rgb(37,31,17);
}