/* CSS Document */

strong {
	color: #CC3333;
}
h1 {
	font-size: 18px;
	color: #000099;
	background-image: url(../images/en.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}
#text_area a {
	padding-left: 20px;
	font-size: 16px;
	text-decoration: none;
	background-image: url(../images/links_1.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	margin-left: 20px;
	color: #0000FF;
}
#text_area a:hover {
	text-decoration: underline;
	background-image: url(../images/links_2.gif);
	background-repeat: no-repeat;
	color: #FF0000;
}

#text_area {
	font-size: 14px;
	padding-left: 14px;
}
#text_area table {
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	margin-left: 50px;
}

#text_area td {
	padding: 5px;
}
#text_area th {
	color: #333333;
	text-align: center;
}
.td1 {
	width: 24px;
}
.td2 {
	width: 230px;
}
.td3 {
	width: 245px;
}
.td4 {
	width: 36px;
}
