/*
*
* ./style/default
*
* @copyright (c) 2009 Quicknet Company
*
*/

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body {
	margin: 20px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	font: 100% serif;
}

div {
	margin: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}

form {
	margin: auto;
}

table {
	margin: auto;
}

.button {
	border: solid 1px #000000;
	background-color: #9999FF;
	color: #000000;
}

.copyright {
	margin-top: 5px;
	margin-bottom: 5px;
	font: 80% serif;
}

.hidden_module {
	display: none;
	text-align: center;
}

.hidden_p {
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.module {
	display: block;
	text-align: center;
}

.p {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.page_box {
	width: 728px;
	margin: auto;
	border: none;
}

.info_table {
	border-collapse: collapse;
	width: 100%;
}

.info_caption {
	padding: 5px;
	background-color: #33CC33;
	color: #FFFFFF;
	text-align: center;
}

.info_line_1 {
	background-color: #CCFFCC;
	color: #000000;
}

.info_line_2 {
	background-color: #99FF99;
	color: #000000;
}

.info_name {
	width: 30%;
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

.info_value {
	width: 70%;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.info_br {
	height: 10px;
}
