body{
	background-color:#FFFFFF;
	font-size:13px;
	font-family:Verdana, Helvetica, sans-serif;
}
.container{
	vertical-align:middle;
	width:900px;
}
#tab{
	width:185px;
	float:left;
	margin-top:50px;
	text-align:right;
}
#tab ul{
	list-style-type:none;
}

.content{
	width:650px;
	float:right;
	
}
pre {
	margin-bottom: 10px;
	margin-top:-2px;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	width: 650px;
	font-size:13px;
	font-family:Verdana, Helvetica, sans-serif !important;
}
.padLR{
	margin-left:20px;
	margin-right:20px;
}
.footer{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer a{
	color:#0077bb;
	text-decoration:none;
}
.footer a:hover{
	color:#0077bb;
	text-decoration:underline;
}
a{ 
	color:#0077bb;
	text-decoration:none; 
}	
a:hover{
	color:#0077bb;
	text-decoration:underline;
}
.border{
	border:1px solid #dcdcdc;
	padding:4px 4px 4px 4px;
}
.disc{
	font-size:10px;
	font-weight:bold;
}
.Table_01{
	margin-top:100px;
}
.fl{
	float:left;
}	
.marginRight{
	margin-right:10px;
	margin-bottom:1px;
}