body  {
font-family:  verdana,arial, helvetica, sans-serif;
font-size: 9pt;
margin:10px 0px 0px 0px;
color:#202020;
background-color: #f1e4d1;
background-image: url(../images/structure/Bg.jpg);
}

.CB { font-weight:bold;
color:#745342
	}
Table.Outer {
	width: 766px;
	background-color: #ffffff;
	border-bottom: 5px solid White;
	border-top: 5px solid White;
	border-left: 5px solid White;
	border-right: 5px solid White;
}

/* menu */	

Table.Menu2 {
	
	width: 143px;background-color: #39241c
}

Td.Menu2 {
padding-left:35px;
	background-image: url(../images/structure/Bg_Menu2.gif);
	width: 143px;
	
}


td.Footer {
	background-image: url(../images/structure/Footer.gif);
	height:50px;
	padding:0px 0px 0px 15px; 
	background-repeat: no-repeat;
}

#Footer {padding:22px 0px 0px 0px; 
	
}

.sm {
	font-size:10px;
	color: Gray;
	
}

#Join {
	padding-left:20px;
	padding-top:5px
}


td.MenuItem
{
background-image: url(../images/structure/BG_MenuItem.gif);
background-repeat: no-repeat;
padding:4px 5px 15px 15px;
font-size:14px;
color:#ece4d8
}

Td.Main {
width:571px;
	padding:10px 35px 0px 35px
}
Td.Menu {
		width:145px;
	
}

pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	line-height:16px;
	width: 540px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}


#Title { font-size:20px;
font-weight:bold;
padding-top:0px;
color:#745342
	
}

/* links*/

.MenuI {
		text-decoration:	none}

a.MenuI:link
	{color:	#e5dacb;
		}
a.MenuI:visited
	{color:	#e5dacb;
}
a.MenuI:hover
	{color:	#c98937;
}

.Footer {
		text-decoration:	none;
		font-size:10px}

a.Footer:link
	{color:	#fff;
		}
a.Footer:visited
	{color:	#fff;
}
a.Footer:hover
	{color:	#e5dacb;
}


/* anchors*/

A:link
	{
	
		color:	#800000;
		text-decoration:	none;}

A:visited
	{
	
		color:	#909090;
		text-decoration:	none;}

A:hover
	{
	
		color:	#000000;
		text-decoration:	none;}

