img {
	border: none;
}

td {
	vertical-align: top;
}

a {
	color: #20b2fe;
	text-decoration: none;
}

a:hover{
	color: #0000ff;
}

.textbox{
	font-family: Century Gothic;
	font-size: 14px;
	/* text-decoration: none; */
	/* background:white; */
	border: 1px inset #868686;
}

.textboxtext{
	font-family: Century Gothic;
	font-size: 14px;
	text-decoration: none;
	/* color: #868686; */
	color: black;
}

.textboxtext2{
	display:none;
}

.content {
	font-family: Century Gothic;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	position:relative;
	z-index:1;
	padding:10px;
	padding-left:5px;
	padding-right:11px;
	/* color: #868686; */
	color: black;
	overflow: auto;
	top: 4px;
}

.content2 {
	font-family: Century Gothic;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	padding-right:15px;
	color:black;
}

.menu
{
border:none;
border:0px;
margin:0px;
padding:0px;
overflow:hidden;
}

.menu ul
{
list-style:none;
margin:0px;
padding:0px;
overflow:hidden;
}

.menu li
{
float:left;
padding:0px;
overflow:hidden;
}

.menu li a
{
display:block;
margin:0px;
padding:10px 15px 10px;
font-size:12px;
text-transform:uppercase;
text-align:center;
color:#545454;
font-family: Century Gothic;
}

.menu li a:hover, .menu li a:active, .menu ul li:hover a, .menu ul li:active a
{
text-decoration:none;
background-color:#c9cfdf;
}

.menu li ul
{
display:none;
height:auto;
padding:0px;
margin:0px;
border:0px;
position:absolute;
z-index:200;
}

.menu li:hover ul, .menu li:active ul
{
display:block;
}

.menu li li
{
display:block;
float:none;
margin:0px;
padding:0px;
}

.menu li:hover li a, .menu li:active li a
{
background-color:#c9cfdf;
}

.menu li ul a
{
display:block;
margin:0px;
padding:4px 15px;
text-align:left;
}

.menu li ul a:hover, .menu li ul a:active, .menu li ul li:hover a, .menu li ul li:active a
{
border:1px solid black;
background-color:#e3f3ff;
padding:3px 14px;
}

.frmbtn
{
color:#545454;
font-family:Century Gothic;
font-size:14px;
background-color: white;
border: 2px outset #868686;
padding: 10px;
}

.frmbtn:hover
{
background-color:#c9cfdf;
cursor: pointer;
cursor: hand;
border: 2px inset #868686;
}

#FileUpload
{
position:relative;
}

#BrowserVisible
{
position:absolute;
top: 0px;
left: 0px;
z-index:1;
background:url(images/upload.jpg) 100% 0px no-repeat;
height:26px;
width:300px;
}

#FileField
{
width:200px;
height:22px;
margin-right:85px;
font-size:14px;
border:1px inset #868686;
font-family:Century Gothic;
}

#BrowserHidden
{
top:0px;
left:0px;
font-size:14px;
font-family:Century Gothic;
position:relative;
width:300px;
height:26px;
text-align:right;
-moz-opacity:0;
filter:alpha(opacity:0);
opacity:0;
z-index:2;
}

.prices
{
border-width:1px;
border-spacing:1px;
border-style:inset;
border-color:#868686;
border-collapse:separate;
background-color:white;
}

.prices th
{
border-width:1px;
padding:10px;
border-style:outset;
border-color:#868686;
background-color:white;
-moz-border-radius:0px;
}

.prices td
{
border-width:1px;
padding:10px;
border-style:outset;
border-color:#868686;
background-color:white;
-moz-border-radius:0px;
}