@charset "utf-8";
/* CSS Document */
a {
	color:#36A5FF;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#696969;
	background:#e8e8e8 url("/images/bg/leaves.gif") no-repeat top center;
	margin:0;
}
br {
	clear:both;
}

form {
	margin:0;
	padding:0;
}
form .label {
	text-align:right;
	padding-top:.3em;
}
form .error {
	color:#D41C46;
}
h1 {
	font-weight:normal;
	font-size:140%;
	margin-top:3px;
	line-height:100%;
}
h2 {
	font-weight:normal;
	font-size:130%;
	margin-bottom:0;
}
h3 {
	font-weight:normal;
	font-size:110%;
	margin-bottom:0;
}
hr {
	border: 0;
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 1px;
}
img {
	border:0;
}
img.png {behavior: url("/js/png.htc")}
tr.top td {
	vertical-align:top;
}
ol.alpha {
	list-style-type: upper-alpha;
}
ul.arrow {
	margin: 0;
	padding: 0;
	padding-left:12px;
	list-style-image: url("/images/icons/arrow.gif");
}
ul.arrow li {
	padding-left:0;
}
.absolute {
	position:absolute;
}

.big {
	font-size:120%;
}

.black, .black * {
	color:#696969;
}
.bold_true {
	font-weight:600;
}
.both {
	clear:both;
}

.center {
	text-align:center;
}
.grey, .grey * {
	color:#999;
}
.greyBG {
	background:#ededed;
}

.hand {
	cursor:pointer;
	cursor:hand;
}
.huge {
	font-size:260%;
	font-weight:600;
}
.hUshko {
	font-size:140%;
}
.link {
	text-decoration:underline;
	color:#36A5FF;
	cursor:pointer;
	cursor:hand;
}
.left {
	float:left;
}
.mb0 {
	margin-bottom:0;
}
.mb1 {
	margin-bottom:1em;
}
.mb10 {
	margin-bottom:10px;
}
.mr10 {
	margin-right:10px;
}
.none {
	display:none;
}
.nowrap {
	white-space:nowrap;
}
.p1 {
	padding:1em;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.pl10 {
	padding-left:10px;
}
.pt07 {
	padding-top:.7em;
}
.red, .red * {
	color:#ef2d10;
}
.relative {
	position:relative;
}
.right {
	float:right;
}
.small {
	font-size:80%;
}
.uppercase {
	text-transform:uppercase;
	font-size:80%;
	letter-spacing:.1em;
}
.w100 {
	width:100%;
}
.w193 {
	width:193px;
}
.w360 {
	width:360px;
}
.white, .white * {
	color:#fff;
}
.whiteBG {
	background:#fff;
}
.yellowBG {
	background:#ffee87;
}