body {
	margin: 0px;
	border: 0px;
	background: #999;
}

* {
	font-family: Verdana, Sans-Serif;
}

pre, #pre {
	font-family: 'courier new', courier, monospace;
}

/*
 *
 */
a {
	text-decoration: none;
	color: #04c;
}

a:hover {
	text-decoration: underline;
	color: #08c;
}

a img {
	border: 0px;
}

hr {
	border: 0px;
	border-top: 1px solid #ccc;
}

tt {
	font-weight: bold;
}

/*
 *
 */
#body {
	margin: auto;
	margin-top: 40px;
	width: 640px;
	border: 1px solid #666;
	background: #fff;
	line-height: 100%;
}

/*
 *
 */
#logo {
	height: 111px; 
	background-color: rgb(58,116,167);
	background-image: url(/img/back-2.png);
}

#logo img {
	position: relative;
	top: 10px;
	left: 20px;
}

/*
 *
 */
#text {
	padding: 20px;
	font-size: 12px;
	word-spacing: 1px;
	text-align: justify;
	color: #444;
}

#text h1 {
	font-family: arial, 'Trebuchet MS';
	font-size: 20px;
	color: #222;
}

#text #hi {
	color: #000;
	background: #e7f0f7;
	margin: -6px;
	padding: 6px;
}

/*
 *
 */
#foot {
	text-align: right;
	font-size: 11px;
	background: #ddd;
	color: #888;
	padding: 7px 20px 7px 20px;
	border-top: 1px solid #aaa;
}

#foot a {
	color: #888;
}

#foot a:hover {
	color: #04c; 
}

#copy {
	float: left;
}

/*
 *
 */

input {
	font-size: 12px;
}

#form {
	margin: auto;
	text-align: center;
	width: 100%;
}

#form #i {
	border: 1px solid #ccc;
	width: 200px;
	padding: 3px;
	background: #e7f0f7;
	text-align: center;
}

#form #b {
	height: 30px;
	font-weight: bold;
}

/*
 *
 */
#err {
	background: #ffb;
	margin: -6px;
	padding: 6px;
	border: 1px solid #ccc; 
}

#err tt {
	color: #f30;
}

#warn {
	margin: auto;
	width: 460px;
	padding: 8px;
	background: #ffb;
	border: 1px solid #884; 
}

#note {
	width: 100%;
	text-align: right;
	font-size: 11px;
	color: #888;
}

#lbox {
	float: left;
}

#rbox {
	font-size: 11px;
	color: #888;
	float: left;
	padding-left: 20px;
}

/*
 *
 */
#shade {
	background: #ddd;
	color: black;
	padding-left: 40px;
}

/*
 *
 */
table.comp {
	font-size: 11px;
	border-collapse: collapse;
}

table.comp td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

table.comp #r1 * {
	border: 1px solid #ccc;
	font-weight: bold;
	background: rgb(230,240,250);
}

table.comp #rh {
	border: 1px solid #ccc;
	background: rgb(250,252,255);
}

table.comp #r2 {
	background: rgb(250,250,250);
}

table.comp #c1 {
	text-align: left;
}

table.comp #t {
	padding: 10px 0px 0px 25px;
	text-align: justify;
	color: rgb(128,128,128);
}

/*
 *
 */
table.fee {
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: left;
}

table.fee td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

table.fee tr.hdr td {
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #DEEDF8;
}

table.fee #l495 {
	background: #fafafa;
}

table.fee #l395 {
	background: #efefef;
}

table.fee #l325 {
	background: #e7e7e7;
}

#gray {
	color: #777;
	font-size: 11px;
}

#l395 #gray {
	color: #b55;
}

#l325 #gray {
	color: #d00;
}

table.lic {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ccc;
}

table.lic tr.h1 td {
	background: rgb(42,98,149);
	color: white;
	font-weight: bold;
	padding: 7px 25px 7px 25px;
	text-align: left;
}

table.lic tr.h2 td {
	background: #e7f0f7;
	font-weight: bold;
	padding: 7px 25px 7px 25px;
	text-align: left;
}

table.lic td {
	padding: 7px 25px 7px 25px;
}

table.lic td.c {
	color: #68d;
}

table.lic tr.o {
	background: #eee;
}

/*
 *
 */
table.ord {
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: left;
}

table.ord td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	height: 50px;
}

table.ord tr.hdr td {
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #DEEDF8;
	background: rgb(210,227,242);
}

table.ord select {
	padding-top: 2px;
	padding-left: 2px;
	height: 24px;
	font-size: 12px;
}

table.ord option {
	height: 20px;
	padding-top: 2px;
	padding-left: 6px;
}

/*
 *
 */
table.ord_cc {
	font-size: 12px;
	border-collapse: collapse;
	x-border: 1px solid #ccc;
	text-align: left;
}

table.ord_cc td {
	padding: 10px;
	vertical-align: middle;
	x-vertical-align: top;
	height: 30px;
}

table.ord_cc input,
table.ord_cc select,
table.ord_cc option {
	font-family: courier;
}

table.ord_cc input {
	x-border: 1px solid black;
	padding-left: 5px;
}

table.ord_cc img {
	vertical-align: middle;
}

/*
 *
 */
option.h1, option.h2, option.h3 {
	border-top: 1px solid #797;
}

option.t1, option.h1 {
	background: #fff;
}

option.t2, option.h2 {
	background: #e0ffe0;
}

option.t3, option.h3 {
	background: #cfc;
}

input.button {
	height: 30px;
	font-weight: bold;
}

table.cfm {
	font-size: 12px;
	border-collapse: collapse;
	text-align: left;
}

table.cfm td {
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	line-height: 150%;
	height: 45px;
	border: 1px solid #ccc;
}

table.cfm tr.e {
	background: #e7f0f7;
}

table.cfm tr.o {
	background: #fff;
}

table.cfm tr.f td {
	border: 3px double black;
}

table.cfm tr.v td {
	border: none;
	height: 20px;
}

table.cfm tr.c td {
	border: none;
	height: 25px;
	background: #e7f0f7;
}

#step {
	background: rgb(210,227,242);
	vertical-align: middle;
	font-weight: bold;
	padding: 10px;
	border-top: solid 1px #bbb;
}

ul.tc {
	font-size: 11px;
	border: 1px solid #884;
	margin: 0px;
	padding: 20px 40px 15px 40px;
	text-align: justify;
	background: #ffb;
	line-height: 170%;

	background: #fff6b9;
	color: black;
	background-image: url(http://hamachi.cc/img/note_back.png);
	background-repeat: repeat-x;
}

