* {
	font: 14px Verdana;
}

body {
	background-color: #EEEEEE;
	padding: 0px;
	margin: 0px auto;
}

div#root {
	text-align: center;
	margin: 0px auto;
	background-color: white;
	width: 750px;
}

.noborder {
	border: 0px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.link {
	color: #1C6C00;
	font: 14px Verdana;
}

.show {
	position: relative;
}

.floated_arg_box {
	color: #336600;
	width: 200px;
}

/*td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}*/

div#top_links {
	position: absolute;
	margin-left: 633px;
	!margin-left: 258px;
	!margin-top: 4px;
	top: 34px;
}
div#home_link {
	position: absolute;
	margin-left: 5px;
	!margin-left: -370px;
	!margin-top: 3px;
	top: 34px;
}

.top_description {
	color: #336600;
	margin-bottom: 30px;
	font-size: 12px;
}

.contact {
	font-size: 13px;
	text-align: center;
}

.faq {
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.faq .title {
	text-align: center;
	margin-bottom: 40px;
}
.faq .qr {
	margin-bottom: 15px;
}
.faq .qr .question {
	font-size: 13px;
	text-decoration: underline;
}
.faq .qr .reponse {
	font-size: 12px;
}
.faq .notes {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.faq table {
	border: 2px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin-top: 5px;
}
.faq table tr {
}
.faq table td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 4px;
	font-size: 12px;
}
.faq table .params {
	text-align: center;
}
.faq table .optional {
	text-align: center;
}
.faq table .values {
	text-align: center;
}

div#copyrights {
	font-size: 10px;
	margin-top: 5px;
}

.design_box {
	border: 2px dotted black;
	padding: 3px;
}
.design_box .title {
	text-decoration: underline;
	margin-bottom: 8px;
	font-size: 13px;
}
.design_box .text {
	font-size: 12px;
	margin-bottom: 2px;
}
.design_box .textbox {
	font-size: 12px;
	margin-bottom: 4px;
	margin-left: 1px;
	width: 210px;
	padding-left: 3px;
	margin-left: 0px;
}
.design_box .option {
	font-size: 12px;
	padding-left: 3px;
	margin: 0px;
}
