@CHARSET "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

table {
	margin: 0;
}
table td {
	font-size: 11px;
}

form {
	margin: 0;
}

p {
	margin: 0 0 15px;
}

ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}
li {
	background-image: url(images/dot.gif);
	background-position: 12px 9px;
	background-repeat: no-repeat;
	line-height: 17px;
}
ul img {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 11px;
}

select {
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
}

textarea {
	border: 1px solid #CBCC66;
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	overflow: auto;
}

/* divFreeText */
div.divFreeText {
	margin-bottom: 15px;
}

/* inputText */
input.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
}

/* inputReadonly */
input.inputReadonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CBCC66;
	background-color: #EEEEEE;
	color: #999999;
}

/* inputButton */
input.inputButton {
	background-color: #991312;
	border: 0;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* inputWarningButton */
input.inputWarningButton {
	background-color: #FFFFFF;
	border-top: 1px solid #FFB2B2;
	border-right: 2px solid #E22828;
	border-bottom: 2px solid #E22828;
	border-left: 1px solid #FFB2B2;
	font-weight: bold;
	color: #E22828;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* tableText */
table.tableText {
	margin-bottom: 15px;
}
table.tableText th {
	text-align: left;
}
table.tableText td {
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* tableGroup */
table.tableGroup td {
	vertical-align: top;
}

/* error */
.error {
	font-weight: bold;
	color: #991312;
}

/* warning */
.warning {
	font-weight: bold;
	color: #990000;
}

/* information */
.information {
	font-weight: bold;
	color: #007CC2;
}

/* comment */
.comment {
	font-size: 9px;
	color: #666666;
}

/* divDescription */
div.divDescription {
	padding: 15px;
}

/* tdText */
td.tdText {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px !important;
}

a.aMore {
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 17px;
}

a.aReturn {
	background-image: url(../images/return.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
}
