@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #D4421D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D4421D;
}
a:hover {
	text-decoration: none;
	color: #D4421D;
}
a:active {
	text-decoration: underline;
	color: #D4421D;
}
a {
	font-weight: bold;
}
body {
	background-image: url(images/bgimg.jpg);
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.box1 {	background-color: #CCCCCC;
	text-align: left;
	padding: 10px;
	list-style-position: inside;
	list-style-type: disc;
	right: 20px;
	text-indent: 20px;
}
