/* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #999999;
	background-image: url(img/bg_bottom_line.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}

H1 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 4px;
}

H2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 4px;
}

A {
	color: #2D60AA;
	text-decoration: none;
}
A:hover {
	color: #3773CA;
	text-decoration: underline;
}

.notice {
	border-left: 1px solid #999999;
	text-align: left;
	padding: 3px;
	padding-left: 5px;

}
.allTableTD {
/*	background-image: url(img/iogik.gif);
	background-repeat: no-repeat;
	background-position: left bottom;    */
}


