body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #090;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #090;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #090;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}
p {
	color: #fff;
	font-size: 13px;
}
textarea {
}
option {
}


/* Custom */
#logo {
	margin: 11px auto;
	padding: 11px;
	clear: both;
}
#proxyboxy {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #111;
	padding: 11px;
	margin-top: 11px;
	margin-bottom: 11px;
	clear: both;

}

.sub {
	background-color: #666;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 13px;
}
.txt {
	background-color: #333;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888;
	font-size: 13px;
}






a {
   color: #EF7B0A;
   text-decoration:none; 
}
a:hover {
   text-decoration: underline;
}
p {
   color: #444;
   line-height: 170%; margin: 5px 0;
}
p, td, th, ul {
   font-size: 80%;
}

/* LAYOUT */
#wrapper {
   width: 700px;
   margin: 0 auto 0 auto;
   text-align: left;
}

#content {
   background: #fff;
   border-top: 3px solid #ce6c1c;
   border-bottom: 3px solid #ce6c1c;
   padding: 20px;
}

/* ELEMENTS */

p+p { padding-top: 1em; }
form.form { font-size: 80%; background-color: #f5f5f5; padding: 10px;}
#options {
   list-style-type: none;
   width: 500px;
   margin: 10px; padding: 0;
}
#options li { 
   float: left;
#   width: 240px;
#   border-left: 5px solid #ccc;
}
#footer {
   margin: 10px 0 0 0; 
   font-size: 80%;
   color: #ccc;
}
#nav {
   text-align: right;
   list-style-type: none;
   font-size: 80%;
   border-top: 1px solid #ccc;
   margin: 20px 0 0 0;
   padding: 0;
}
#nav li {
   padding: 0 5px 0 5px;
   display: inline;
   border-left: 1px solid #ccc;
}
.left {
   float: left;
}

/* STYLES */
.first { margin-top: 0 }
input.textbox { width: 500px; font: 120% arial, verdana, sans-serif; }
input.button {font: 120% arial, verdana, sans-serif; margin-top: 10px;}
label { font-weight: light; }
#error {
   border: 1px solid red;
   border-left: 5px solid red;
   padding: 2px;
   margin: 5px 0 15px 0;
   background: #eee;
}

/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */
table {
   border-color: #666;
   border-width: 0 0 1px 1px;
   border-style: solid;
   width: 50%;
}
th {
   font-size: normal;
   background: #ccc;
   border-width: 2px;
}
td, th {
   border-color: #666;
   border-width: 1px 1px 0 0;
   border-style: solid;
   padding: 2px 10px 2px 10px;
}
td {background: #eee;}
.full-width {
   width: 98%;
}
.large-table { 
   width: 75%; 
   margin-top: 15px;
}
.large-table td, .large-table th {
   padding: 5px;
}
td.small-note {
   font-size: 60%;
   padding: 2px;
   text-align: right;
}