html {
	}

body {
/* original background color #b7b7b7 */
	background-color:#ffffff;
	overflow-x:hidden;
	padding:0px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
}

table, tr, td	{
	margin: 0px 0px 0px 0px;
}

#main	{
	width:840px;
	text-align:left;
	margin-top:0px;
}

#total	{
	margin:0px 0px 0px 0px;
}

#top {
	display: block;
	margin:0px;
}

.center	{
	text-align: center;
}

.article	{
	color:#fd4221;
	font-weight: bold;
	margin-left:10px;
}

.highlight	{
	color:#f40b1c;
	font-weight: bold;
}

a:link {
	color: #f40b1c;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #f40b1c;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color:rgb(100,100,100);
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color:rgb(100,100,100);
}

.sidelinks	{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 28px;
}

a.opposite:link {
	color: rgb(150,150,150);
	text-decoration: none;
	font-weight: bold;
}

a.opposite:visited {
	text-decoration: none;
	color: rgb(150,150,150);
	font-weight: bold;
}
a.opposite:hover {
	text-decoration: none;
	color:#f40b1c;
	font-weight: bold;
}
a.opposite:active {
	text-decoration: none;
	font-weight: bold;
	color:#f40b1c;
}


h1	{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 0px 0px 15px 0px;
	font-size: 26px;
	color:#f90706;
	letter-spacing:1px;
	font-weight: bold;
}


h2	{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 0px 0px 15px 0px;
	font-size: 26px;
	color:rgb(100,100,100);
	letter-spacing:1px;
	font-weight: bold;
}

h3	{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 0px 0px 10px 0px;
	font-size: 19px;
	color:rgb(100,100,100);
	letter-spacing:1px;
	font-weight: bold;
}

h4	{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color:rgb(100,100,100);
	letter-spacing:1px;
	font-weight: bold;
}

p	{
	font-family: arial, sans-serif;
	color:#000000;
	margin: 0px 0px 20px 0px;
	text-align:justify;
	line-height: 1.5;
	letter-spacing:.5px;
}

.plain	{
	margin: 0px 0px 0px 0px;
	text-align:left;
	line-height: 14px;
}

.standout	{
	font-weight: bold;
}

.smalltext	{
	font-size:11px;
}

.copyright	{
	font-size: 11px;
	color:#666666;
	font-weight:bold;
	text-align:right;
	margin: 0px 0px 50px 0px;
}
