/* infinet CSS v2 */
body {
	margin: 50px 0 20px 0;
	background-color: #fff;
}
td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a7a8ab;
	line-height: 14px;
}
a {
	color: #a7a8ab;
	text-decoration: none;
}
a:hover {
	color: #78787a;
	text-decoration: none;
}
.navitem {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
.nav {
	border-bottom: 2px solid #f6f6f6;
	/*line-height: 37px;*/
	margin-left:14px;
}
.navOver {
	border-bottom: 2px solid #f7972a;
	/*line-height: 37px;*/
	margin-left:14px;
}
.navsub {
	display: none;
	position: absolute;
}
.navsuboff {
	color: #a7a8ab;
	background-color: #f6f6f6;
	padding: 5px 10px;
	width: 100px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .9;
}
.navsubon {
	color: #78787a;
	background-color: #ffffff;
	cursor: pointer;
	cursor: hand;
	padding: 5px 10px;
	width: 100px;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.link {
	/*border-left: 2px solid #f7972a;*/
	padding-left: 7px;
	background-image: url(/images/link_line.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #a7a8ab;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #a7a8ab;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.highlight {
	color: #f7972a;
}
.footer {
	font-size: 9px;
	color: #cdcdcd;
}
.field {
	font-size: 12px;
	color: #999999;
	line-height: normal;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	width: 350px;
}
.button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: normal;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	width: 125px;
	cursor: pointer;
}