/* CSS Document */

body {
	background:#171916;
	margin:0px;
	padding:50px 0px 50px 50px;
}
.mainMenu {
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
}

.note {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	color: #6D6567;
	font-size: 10px;
	line-height: 14px;
}

.noteSub {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #6D6567;
	font-size: 10px;
	line-height: 14px;
}


.btnBottom {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A:link {
 text-decoration: none ;
color:#6D6567;
}

A:visited {
 text-decoration: none ;
color:#6D6567;
}

A:active{
 text-decoration: none ;
color:#999999;
}

A:hover{
 text-decoration: none ;
color:#999999;
}

#home{
	margin-left:100px;
	margin-top:130px;
}

#home .title {
	padding-bottom:28px;
}

#home table.menu th{
	width:112px;
	height:50px;
	text-align:left;
}

#home table.menu th.update {
	height:16px;
}

table {
	clear:both;
}
