/* CSS Document */

img {
	border: 0;
	vertical-align: bottom;
	}

p, ul, ol {
	margin: 0;
	padding: 0 0 15px 0;
	}

	ul, ol {
		list-style-type: none;
		}

.last {
	padding-bottom: 0;
	}


h1, h2, h3, h4, h5, h6, h7 {
	font-family: arial;
	margin: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	}

	h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h7 span {
		display: none;
		}

	h1 {
		font-size: 40px;
		font-weight: normal;
		padding: 0 0 5px 0;
		}
		h1.l_1 { height: 43px; }
		h1.l_2 { height: 86px; }
		h1.l_3 { height: 139px; }
		h1.l_4 { height: 186px; }
	h2 {
		font-size: 40px;
		font-weight: normal;
		padding: 0 0 15px 0;
		}
		h2.l_1 { height: 42px; }
		h2.l_2 { height: 84px; }
	h3 {
		font-size: 25px;
		font-weight: normal;
		padding: 0 0 15px 0;
		}
		h3.l_1 { height: 27px; }
		h3.l_2 { height: 52px; }
		h3.l_3 { height: 86px; }
		h3.l_4 { height: 118px; }
	h4 {
		font-size: 16px;
		font-weight: bold;
		padding: 0 0 15px 0;
		}
	h5 {
		font-size: 16px;
		font-weight: bold;
		padding: 0 0 15px 0;
		}
	h6 {
		font-size: 12px;
		font-weight: bold;
		padding: 0 0 15px 0;
		}

	#feedback h3 {
		color: #29b006;
		font-weight: bold;
		padding-bottom: 7px;
		}


input, select {
	margin: 0;
	padding: 0;
	}

div.clear {
	clear: both;
	}

div.spacer {
	height: 4px;
	line-height: 4px;
	font-size: 4px;
	}

div.padding_5 {
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	}

div.padding_10 {
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	}

div.padding_15 {
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	}

div.padding_20 {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	}

div.padding_25 {
	height: 25px;
	line-height: 25px;
	font-size: 25px;
	}

div.padding_30 {
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	}

.hidden {
	display: none;
	}

.inline {
	display: inline;
	}

.block {
	display: block;
	}

.invisible {
	visibility: hidden;
	}

.visible {
	visibility: visible;
	}

hr {
	display: none;
	}

.align_left {
	text-align: left;
	}

.align_right {
	text-align: right;
	}

.align_center {
	text-align: center;
	}

.nowrap {
	white-space: nowrap;
	}

.t { background-repeat: repeat-x; background-position: top; }
.b { background-repeat: repeat-x; background-position: bottom; }
.l { background-repeat: repeat-y; background-position: left; }
.r { background-repeat: repeat-y; background-position: right; }
.tl { background-repeat: no-repeat; background-position: top left; }	
.tr { background-repeat: no-repeat; background-position: top right; }
.bl { background-repeat: no-repeat; background-position: bottom left; }
.br { background-repeat: no-repeat; background-position: bottom right; }


ul.tabs {}

	ul.tabs li {
		padding: 8px 20px 6px;
		}

		ul.tabs li.item_active {
			background-color: #d3d3d3;
			padding-bottom: 6px;
			}

			ul.tabs li.item_active a {
				color: #000000;
				}

ul.links {}

	ul.links li {
		padding: 8px 0 4px;
		}
