	

#level2-main {
		float:left;
		width: 550px;
		margin: 5px 0 0 15px;
		padding: 0;
		background: none;
		}		
	#level2-main h1 {
		color:#333;
		font-weight:bold;		
		font-size:15px;
		margin: 0 0 5px 0;
		} 
	#level2-main h2 {
		color:#ff6600;
		font-weight:bold;
		font-size: 13px;
		margin: 0 0 10px 0;
		}
	#level2-main h3, h4, h5, h6 {
		color:#333;
		font-weight:bold;
		font-size: 11px
		}
	#level2-main p {
		padding: 0 0 10px 0;
		}

	#level2-main td  {
		font-size: 11px;
		padding: 5px;
		text-align: left;		
		}
		
#level2-main ul {
	margin: 0px 10px 5px 35px;
	padding: 0;
list-style-image: url(../images/website/arrow_grey.png);	
	list-style-type: bullet;
	}
	
#level2-main ol {
	margin: 0px 10px 5px 35px;
	padding: 0;
	list-style-type: normal;	
	}	
	
ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}
		
#level2-main  li {
	padding:0 0 5px 0;
		}
#level2-main a { 
	text-decoration: underline;	
	}
	
/* dialog */
	#dialog-wrapper {
		width: 600px;
		margin: 0 auto;
		padding: 0;
		height: auto;
		overflow: auto;
		border: 1px solid #666;		
		}	
	#dialog-title {
		width: 590px;
		background-color: #ff6600;
		padding: 5px;
		height: 20px;		
		border-bottom: 1px solid #666;
		margin: 0;
		}
	#dialog-title-header {
		width: 500px;
		float: left;
		padding: 0;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		margin-right: 10px;
		}
	#dialog-title-close {
			float: right;
			padding: 0;
			width: 50px;
			height: 20px;
			text-align: right;			
			border: 0;
			}		
	#dialog-main {
		clear: both;
		background-color: #fff;
		padding: 20px;
		overflow: auto;
		height: 400px;
		}
	#dialog-main h1 {
		color:#333;
		font-weight:bold;		
		font-size:15px;
		margin: 0 0 5px 0;
		} 
	#dialog-main h2 {
		color:#ff6600;
		font-weight:bold;
		font-size: 13px;
		margin: 0 0 10px 0;
		}
	#dialog-main h3, h4, h5, h6 {
		color:#333;
		font-weight:bold;
		font-size: 12px
		}
	#dialog-main p {
		padding: 0 0 10px 0;
		}

	#dialog-main td  {
		font-size: 11px;
		padding: 5px;
		text-align: left;		
		}
		
#dialog-main ul {
	margin: 0px 10px 5px 35px;
	padding: 0;
list-style-image: url(../images/website/arrow_grey.gif);	
	list-style-type: bullet;
	}
	
#dialog-main ol {
	margin: 0px 10px 5px 35px;
	padding: 0;
	list-style-type: normal;	
	}	
	
ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}
		
#dialog-main  li {
	padding:0 0 5px 0;
		}
#dialog-main a { 
	text-decoration: underline;	
	}



		
	
.info {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color:#333;	
	}
.red {
	color:#cc0000;	
	}	

.tableheader {
		color: #ff6600;
		font-weight: bold;
		}
.tableborder {
	border: 1px solid #666;
	}
.morisinfo {
	font-size: 10px;
	line-height: 11px;
	font-style: italic;
	}
hr.contentrule {border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 2px;
	margin-bottom: 10px;
	}	