/* Styling in the XHTML 1.1 Document Type  - http://www.w3.org/TR/xhtml11/doctype.html#s_doctype*/
/* structure (body, head, html, title) */
html {}
	body {
		color : #707070;
		font-family : Verdana, Sans-Serif;
		font-size : 70%;
		line-height : 150%;
		margin : 0px 0px 0px 0px;
	}
		/* text (abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var) */
		h1 {
			font-size :	220%;
			margin : 11px 0px 0.5em 0px;
			padding : 0px 0px 5px 0px;
			color: #000000;
			font-weight: normal;
			font-family : Arial, Sans-Serif;
		}
		h2 {
			font-size :	100%;
			margin : 0px 0px 0.5em 0px;
			color: #000000;
			font-family : Arial, Sans-Serif;
		}
		h3 {
			font-size :	100%;
			margin : 0px 0px 10px 0px;
			color: #000000;
		}
		h4 {
			font-size :	100%;
			color: #000000;
			margin : 0px 0px 0px 0px;
		}
		p {
			margin : 0px 0px 1em 0px;
		}
		address {
			font-style : normal;
		}
		/* hypertext (a) */
		a {}
			a:link, a:visited {
				color : #000000;
				text-decoration : underline;
			}
			a:hover, a:active {
				color : #424242;
				text-decoration : underline;
			}
		/* list (dl, dt, dd, ol, ul, li) */
		ul {
			margin : 0px 0px 1em 1.4em;
			padding : 0px 0px 0px 0px;
		}
			ul ul,
			ul ol {
				margin-bottom : 0px;
			}
				ul li {}
		ol {}
			ol ol,
			ol ul {
				margin-bottom : 0px;
			}
				ol li {}
		dl {}
			dt {
				font-weight : bold;
			}
			dd {}
		/* object (object, param) */
		object {}
		/* presentation (b, big, hr, i, small, sub, sup, tt) */
		div.hr {
			background-color : #c5c5c5;
			border : none;
			clear : both;	
			color : #c5c5c5;
			height : 1px;
			margin : 15px 10px 12px -5px;
			width : 100%;
		}
			div.hr hr {
				display: none;
			}
		div.hrBlack {
			background-color : #000000;
			border : none;
			clear : both;	
			color : #000000;
			height : 1px;
			margin : 15px 10px 12px -5px;
			width : 100%;
		}
			div.hrBlack hr {
				display: none;
			}
		/* forms (button, fieldset, form, input, label, legend, select, optgroup, option, textarea) */
		form {
			margin : 0px 0px 0px 0px;
		}
			fieldset {
				border : none;
				margin : 0px 0px 1em 0px;
				padding : 0px 0px 0px 0px;
			}
				legend {
					font-size : 100%;
					font-weight : bold;
				}
				input, 
				textarea, 
				select,
				button {
					font-family : Arial, Sans-Serif;
					font-size : 100%;
					border: solid 1px #7f9db9;
					vertical-align : middle;
					width: 200px;
				}
					input, 
					textarea, 
					select {
						width : 150px;
					}
				label {
					font-size : 100%;
					vertical-align: middle;
					font-weight : normal;
					color: #707070;
				}
				textarea.textarea {
					width : 250px;
					background: transparent url(../images/bg_textarea.png) no-repeat 100% 0px;
					border: none;	
					width: 264px;
					float: right;
					height: 142px;
					padding: 48px 20px 0px 20px;
					margin: 0px;
					overflow: hidden;
				}
				.button {
					width: 111px;
					height: 36px;
					float: right;
				}
				input.check {
					width: 12px;
					margin-left: 10px;
				}
				input.error,
				textarea.error  {
					background: #ffdada;
					border: solid 1px #ff0000 !important;
				}
				span.error {
					background: #ffdada !important;
					color: #707070 !important;
				}
		/* table (caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr) */
		table {
			border-collapse : collapse;
			font-size : 100%;
			margin : 0px 0px 1em 0px;
			width : 100%;
		}
			caption {
				font-size :	110%;
				font-weight : bold;
				text-align : left;	
			}
			tr {
				vertical-align : top;
			}
				th {
					font-weight : normal;
					text-align : left;
					vertical-align: top;
					padding : 1px 0px 1px 0px;
					color: #838383;
				}
				td {
					padding : 0px 0px 4px 10px;
					vertical-align: middle;
					color: #838383;
					float: right;
				}
				td.radio {
					padding : 0px 0px 4px 20px;
					vertical-align: top;
					color: #838383;
					float: left;
					width: 93px;
				}
				tfoot td {
					padding : 0px 4px 0px 0px;
					vertical-align: middle;
					color: #838383;
					text-align: right;
				}
				td span {
					padding : 6px 2px 0px 0px;
					display: block;
					text-align: right;
				}
		/* img */
		img {
			border : none;
			vertical-align : bottom;
		}
/* Generic */
	.hidden
	{
		position: absolute;
		top: -3000px;
	}
	.left {
		float : left;
	}
		img.left {
			margin : 0px 20px 1em 0px;
		}
	.right {
		float : right;
	}
		img.right {
			margin : 0px 0px 0.5em 0.5em;
		}
	.clear {
		clear : both;
	}
		div.clear {
			height : 1px;
			overflow : hidden;
		}
	.image
	{
		float: left;
		padding: 5px 10px;
	}