html,body {	
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:135%;
	width:100%;
	}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:135%;
	}

/* Main Div's
---------------------------------------------------------------------------------------------
*/

div#header {	
	height:auto;
	text-align:left;
	background:#FFFFFF;
	border:none;
	}
	
div#main {	
	height:auto;
	text-align:left;
	background:#FFFFFF;
	padding:0px;
	}
	
div#nav {	
	display:none;
	}
	
div.shadow {	
	display:none;
	}
		
div#footer_left {
	display:none;
	}

/* Text styles
---------------------------------------------------------------------------------------------
*/	

h1 { 
	font-weight:normal;
	font-size:18pt;
	line-height:135%;
	color: #333333;   	
	}
	
h2 { 
	font-weight:normal;
	font-size:15pt;
	line-height:135%;
	color: #333333;   	
	}
	
h3, h4, h5 { 
	font-weight:normal;
	font-size:12pt;
	line-height:135%;
	color: #333333;   	
	}

	
/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	


img {	
	border: none;
}

a img {
	border: none; 
}

a:link, a:visited {
	color: #333333;
	text-decoration:underline;
}

a:hover, a:active {
	color: #194129;
	text-decoration:underline;
}

/*
e017 styles  =e107
---------------------------------------------------------------------------------------------
*/
	
.fborder, .forumborder {
	border:1px solid #D4D2D2;
	border-collapse: collapse;
	background-color:transparent;
}

.fcaption, .caption2 {
	background-color:#F9F7F7;
	padding:8px;
	font-weight:bold;
	border:1px solid #D4D2D2;
}

.forumheader, .forumheader2, .forumheader3, .finfobar {
	padding: 8px;
	border: none;
	border:1px solid #D4D2D2;
	background-color:transparent;
}

.tbox {
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	font-size: 9pt;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.button {

}

.smallblacktext, .smalltext, .nextprev, .helpbox {
	font-size:85%;
	color:#555;
}