div{
	margin: 0;
	padding: 0;
}
body {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size:12px;
	color: #333333;
	font-family: Century Gothic;
	margin: 0;
	padding: 0;
}
.Gothic{
	font-family: Century Gothic;
}
img{
	border: none;
	text-decoration: none;
}
u{
	text-decoration: none;
	color: rgb(105, 127, 159);
}
.noboard{
	border: none;
}
.nodec{
	text-decoration: none;	
}
.clear{
	clear: both;
}
.textleft{
	text-align: left;
}
.textcenter{
	text-align: center;
}
.textright{
	text-align: right;
}
	a{
		color: #333333;
	}
	a:hover, a:hover h2, a:hover h3 {
		color: #ffc400;
	}
	
	a:visited{
		/* color: #666666; */
	}

	#title{
		font-size: 10px;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		
		color:#ffcc00;
		background-color: #363A39;
		
		padding: 9px 0 9px 100px;
		/* height: 30px; */
	}
	#logo{	
		background: url(images/head/mm_02.gif) repeat;
		background-color: #666666;				
		padding: 13px 0 12px 90px;
	}
		#logo img.png{
			visibility: visible;
		}
		.menutd{
			padding-left: 101px;
			
		}

		#searchform{
		   text-align: left;
			width: 297px;
		}
		#search{
			border: 1px solid rgb(171, 174, 165); 
			background-color: rgb(50, 54, 53); 
			color: rgb(171, 174, 165); 
			font-size: 12px; 
			height: 16px; 
			width: 200px;
			float: left;
			margin-right: 17px;
		}
		a.searchsubmit{
			color: rgb(171, 174, 165);	
			text-decoration: none;
			font-size: 12px;
		}
	#content{
		margin: 0 auto;
		font-size: 13px;
		border-collapse: collapse;
		width: 100%;
	}
	#content table.borderredtable, table.unborderredtable{
		border-collapse: collapse;
	}
	#content table.borderredtable td{
		text-align: left;
		padding: 0px 0px 0px 10px;
		border: 1px solid #333333;
	}
	#content table.unborderredtable td{
		text-align: left;
		padding: 10px 5px 5px 10px;
		border: none;
	}
	#content strong, #content b{
		color: black;
	}
	#content table.imetable{
		border-collapse: collapse;
		width: 100%;
	}
		#content table.imetable th{
			background-color: #697f9f;
			border-left: 1px solid white;
			border-right: 1px solid white;
			border-bottom: 3px solid white;
			color: white;
			vertical-align: top;
			height: 88px;
			padding-top: 5px;
			text-align: center;
		}
		#content table.imetable td{
			color: #323635;
			border: 1px solid white;
			vertical-align: top;
			height: 88px;
			padding-left: 5px;
			text-align: left;
		}
			#content table.imetable td.darkgreytd{
				background-color: #d9d9d9;
			}
			#content table.imetable td.sweetgreytd{
				background-color: #f2f2f2;
			}	
       #content ul{
			list-style: none;
			margin-left: 30px;
	   }
	   #content ul li{
			background: url(images/gray_box.jpg) 0 6px no-repeat;
			 padding-left: 15px;
	   }
		
	   .workarea ol{
			margin-left: 30px;
	   }
      
		#main{
			vertical-align: top;
			padding-right: 15px;
			padding-left: 100px;
		}
			#main p{
				padding-left: 10px;
			}
			.workarea{
				padding-left: 8px;
			}
			.header{
				margin: 8px 0 5px 0;
				text-align: right;
				height: 41px;
				background: url(images/mm_06.jpg) left top repeat-y;
				background-color: #323635;
				width: 100%;
                                border-collapse: collapse;
			}
				.header h1{
					color: white;
					font-weight: normal;
					font-size: 14px;
                                        padding-right: 9px;
					/*padding-top: 11px;*/
				}
		#main u{
			text-decoration: none;
			color: rgb(105, 127, 159);
		}
	h2{
		/* color: #323635; */
		font-size: 18px;
		color: rgb(105, 127, 159);
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	h3{
		/* color: black; */
		font-size: 16px;
		font-weight: bold;
		/* font-weight: normal; */
		color: rgb(105, 127, 159);
		margin: 0;
		padding: 0;
	}
	h4{
		/* color: #333333; */
		font-size: 14px;
		color: rgb(105, 127, 159);
		font-weight: bold;
		/* font-family: Tahoma; */
		margin: 0;
		padding: 0;
	}
