body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg01.gif);
	background-repeat: repeat-x;
	background-color: #dddddd;
}
.bg_cam {
	background-image: url(images/camera.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg02 {
	background-image: url(images/bg02.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg04 {
	background-image: url(images/bg04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txt_big {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.txt14 {
	font-size: 14px;
	font-weight: bold;
	color: #9e1300;
}
.padd10{
	padding:10px;
}
.padd14{
	padding:14px;
}
.bg_lines {
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(images/bg_lines.gif);
}
.news_title {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.family {
	background-image: url(images/family.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_lines02 {
	background-image: url(images/bg_lines02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.n_date {
	background-color: #9e1300;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding:1px;
}
a:link {
	color: #0033cc;
}
a:visited {
	color: #0033cc;
}
a:hover {
	color: #0033cc;
}
a:active {
	color: #0033cc;
}
.a2:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #9e1300;
}
.a2:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #9e1300;
}
.a2:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #9e1300;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}
.a2:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #9e1300;
}
.error {
	color: #9e1300;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border:1px solid #B1B1B1;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border:1px solid #B1B1B1;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border:1px solid #B1B1B1;
}