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

body {
	background-color: #dddddd;
}
.maintxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
		color: #000000;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.articlecredit {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-align:right;
}

.boldmaintxt {font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; 
	color: #000000; }
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.tableborder {
            border-spacing: 0px;
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: #f2ebc7;
            border-right-color: #f2ebc7;
            border-bottom-color: #f2ebc7;
            border-left-color: #f2ebc7;

}

body {
	background-color: #dddddd;
}
