body {
	background-color: #E6E6E6;
	background-image:url(../images/Lay/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

p, div, table {
	font-size: 10px;
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	font-weight: bold;
}

a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:none;
}
a:active {
	color: #333333;
	text-decoration:none;
}


a.upperMenu {
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
}
a.upperMenu:hover  {
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
}
a.upperMenu:active {
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
}

textarea {
	font-size: 11px;
}

select {
	font-size: 11px;
}

.warning {
	color: #FF6600;
}



