* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body {
	margin: 0;
	padding: 0;
/*
	width: 900px;
*/
}

a:link,
a:hover,
a:active,
a:visited {
	color: #000000;
}

h2 {
	margin-bottom: 12px;
}

h3 {
	margin: 0;
	margin-bottom: 4px;
}

input,
select,
option {
	font-size: 12px;
}

select {
	height: 20px;
}

table.table_td_no_padding td {
	padding: 0;
}

.xstext {
	font-size: 9px;
}

.stext {
	font-size: 10px;
}

.mtext {
	font-size: 12px;
}

.ltext {
	font-size: 13px;
}

.xltext {
	font-size: 14px;
}



.tbl_group th {
	padding: 2px;

	background: #800000;
	color: #ffffff;

	font-weight: normal;
}

.tbl_group td {
	padding: 4px;

	background: #ffeeff;

	font-weight: normal;
}

.tbl_group_sec th {
	padding: 2px;

	background: #800000;
	color: #ffffff;
}

.tbl_group_sec td {
	font-weight: normal;
}

.border_none {
	background: inherit;
	border: none;
}
