/* HTML ELEMENTS */

/* LINKS */
a {
	color: #C69C6D;
	background-color: inherit;
	text-decoration: none;
}

body {
	background-image: url(images/large-bg.gif);
	background-color: #344A33;
	color: #C69C6D;

}.Header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
.CatTop {
	text-align: center;
	vertical-align: middle;
	color: #C69C6D;
	font-size: 16px;
	background-color: #344A33;
	border: 3px solid #000000;
	font-weight: bolder;


}
.CatBox {
	color: #C69C6D;
	font-weight: bolder;
	vertical-align: top;
	text-align: left;


}
.ProxyServer {
	color: #C69C6D;
	font-weight: bolder;
	font-size: 14px;
	text-align: center;
	vertical-align: top;


}
.FullTop {
	background-color: #344A33;
	border: 3px solid #000000;
	color: #C69C6D;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;

}
.FullBox {
	font-weight: bolder;
	color: C69C6D;
	text-align: center;
}
#urlbox {height:62px;width:631px;
	background:url('images/urlbox.gif') 0 0 no-repeat;
	}
input#url
{
    width:440px;height:54px;
    text-align:left;
	padding:0px;
    border:0px;
	background:transparent;
    margin-left:15px;
    margin-top:12px;
    font-size: 20px;
    font-family: verdana, arial, sans-serif;
    color: #555;font-weight:bold;

}
input#go {
    width:150px;height:62px;
	background:transparent;
    border:0px;margin:0px;
	padding:0px;
	}
.Footer {
	color: #C69C6D;
	text-align: center;
	font-weight: bolder;
}