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

body{
	margin:0px;
	padding:0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #420000;
}

.bodytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

.subtitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #A30E0E;
}

.title{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	color: #00844F;
	letter-spacing: 1px;
}
.divid_line{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #00844F;
	padding-top: 5px;
	padding-bottom: 5px;
}

.note{
	font-size: 11px;
	font-style: italic;
	color: #000000;
	font-variant: normal;
	line-height: 14px;
}

.title2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #970D0D;
	font-weight: bold;
}

