/* CSS Document */
body		{
			margin:0;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 9pt;
			font-weight: normal;
			line-height: 12pt;
			background-color: #444;
			text-align: center;
			}
#container	{
			width: 640px;
			text-align: center;
			margin: auto;
			color: #fff;
			text-align: left
			}
.bwbody		{
			background-color: #a9c
			}
.cbody		{
			background-color: #fc6
			}
.bodycopy	{  
			text-align: left 
			}
#main		{
			margin: auto;
			width: 640px; 
			text-align: center;
			padding-top: 10px
			}
#title		{ 
			width: 300px;
			padding: 20px;
			text-align: center;
			margin: auto
			}
#self		{
			width: 370px;
			text-align: left;
			float: left;
			margin-left: 1px
			}
.indent		{ font-size: 13pt; font-weight: bold; color: #FF6E42; background-color: #444 }
.mydent		{ font-size: 11pt; font-weight: bold; color: #FF6E42; background-color: #444 }
.itdent		{ font-size: 9pt; font-weight: normal; font-style: italic; color: #FFF; background-color: #444 }
.pic		{ border: 2px solid #fff }
.linx		{ color: #fff; background-color: transparent; text-decoration: none }
.linx:hover	{ text-decoration: underline; color: #FF6E42; background-color: transparent }
.wb 		{ color: #FFF; font-weight: bold }
.wh 		{ color: #FFF }


body {
	margin: 0 auto;
	background-color: #444;
}

li {
	list-style: none
}

img {
	border: none
}

a {
	color: #fff;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}