@charset "utf-8";

.right {
	text-align: right;
	padding: 5px;
}
.left {
	text-align: left;
	padding: 5px;
}
.center {
	padding: 5px;
	text-align: center;
}


.article {
	border: 2px dotted #990000;
	padding: 5px;
	margin-bottom: 0.5em;
	margin-top: 15px;
}
.article h1, .article h2, .article h3, .article h4, .article h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #184878;
	border-bottom: 1px dashed #C0A062;
}

.article h1 {
	font-size: x-large;
}

.article h2 {
	font-size: large;
	margin-top: 10px;
	margin-bottom: 5px;
}

.article h3 {
	font-size: medium;
}

.article h4 {
	font-size: small;
}

.article h5 {
	font-size: x-small;
}

.article p {
	font-size: small;
	margin-top: 4px;
	text-indent: 20px;
}
.article table {
	font-size: small;
	border: thin solid #28166F;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.article  th {
	border-bottom: thin dashed #28166F;
	background-color: #C0A062;
}
.article td {
	background-color: #EFD7A5;
	vertical-align: top;
	margin: 2px;
	padding: 2px;
	border: thin dotted #28166F;
}


.article caption {
	color: #FFF5E0;
	background-color: #28166F;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
}
.article dl {
	margin-left: 40px;
	font-size: small;
	list-style-type: square;
	margin-top: 10px;
}
.article dt {
	font-weight: bold;
}
.article dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 40px;
}
.article img {
	margin: 10px;
	border: 2px solid #184878;
	padding: 5px;
	background-color: #CCCCCC;
}
.imgLeft {
	text-align: left;
	padding: 5px;
	float: left;
}
.imgRight {
	text-align: left;
	padding: 5px;
	float: right;
}
.article ul {
	margin-left: 40px;
	font-size: small;
	list-style-type: square;
}
.article ol {
	margin-left: 60px;
	font-size: small;
	list-style-type: decimal;
}

