﻿body 
{
	background-color:#949b62;
	font-family:Verdana;
	font-size:10pt;
}

a
{
	color:#333b07;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}

a:hover
{
	color:#d1a341;
}

img
{
	border:0px;
}

hr
{
	color:#3d450b;
	height:1px;
}

input[type=text]
{	
	border:2px solid #999;
	font-family:Verdana;
	font-size:10pt;
}

input[type=button]
{
	font-family:Verdana;
	font-size:10pt;
	border:2px solid #999;
	font-weight:bold;
	color:#fff;
	background-color:#3d450b;
}

input[type=file]
{
	border:2px solid #999;
	font-family:Verdana;
	font-size:10pt;
}

input[type=submit]
{
	font-family:Verdana;
	font-size:10pt;
	border:2px solid #999;
	font-weight:bold;
	color:#fff;
	background-color:#3d450b;
}

textarea
{
	border:2px solid #999;
	font-family:Verdana;
	font-size:10pt;
}

.ImageBorder
{
	border:2px inset #999;
}

.SampleBorder
{
	border:2px solid #999999;
}

.Colors
{
	border:2px solid #999999;
	text-align:center;
	vertical-align:middle;
	width:90px;
	height:70px;
}

.FlyoutDiv
{
	position:absolute;
	display:none;
	visibility:hidden;
	border:2px dashed #000066;
	background-color:#FFFFFF;
	padding:10px;
	overflow:hidden;
	width:1px;
	height:1px;
}

.previewer
{
	position:absolute;
	z-index: 100;
	border:2px solid #999999;
	background-color:#FFFFFF;
	padding:10px;
	overflow:hidden;
	width:200px;
	height:200px;
}

span.SubHeader
{
	color:#3d450b;
	font-weight:bold;
	font-size:12pt;
	font-style:italic;
}