@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D0D0CF;
	background-image: url(../img/_back.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #99CC33;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #99CC33;
}
a:active {
	text-decoration: underline;
	color: #99CC33;
}
a {
	font-weight: bold;
}

.titleDetail{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#99CC33;
	text-transform:uppercase;
	text-align:center;
}

.contentDetail{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-align:left;
}

