/* to center main DIV. Main div is #container*/ 
body {
	text-align: center;
	min-width: 600px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

/* default font setting*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}



/* this is to contain all of the content on the page so that we can center it */
#container {
	margin:0 auto;
	width:810px;
	text-align: left;
}



/* This is used for teh pane styling for the effect about half way down the page. */

/* tab pane styling */
div.panes div {
	/*display:none;		*/
	padding:15px 10px;
	/*border:1px solid #999;*/
	border-top:0;
	height:100px;
	font-size:10pt;
	background-color:#fff;
}
