/* ############################## */
/* #		  MzStudio			# */
/* ############################## */

body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #4B4B4B;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #4B4B4B;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #4B4B4B;
	background-color: #1A1A1A;
	margin: 0px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF9966;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

input, textarea, button, textarea
{
	color: #000000;
	font-size: 90%;
	font-family: Verdana, sans-serif;
	border: solid 1px #666666;

}
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, sans-serif;
}

.Logo {
	background: #000000 url(../images/logo.png) top right no-repeat;
	width: 200px;
	height: 100;	
}

.Header {
	padding: 10px;
	width: 600;
	height: 100;
	font-family: Verdana; 
	font-size: 12px; 
	color: #999999;
}

.Main {
	background: #000000 url(../images/main.png) top center no-repeat;
	width: 800;
}

.Sub_Main {
	width: 770;
	margin: 30px 0px 30px 30px;
}

.Comments {
	background: url(../images/comments.png) bottom right no-repeat;
	width: 300px;
}

.Business_School {
	width: 470px;
	padding-top: 10px;
	font-family: Tahoma; 
	color: #999999;
	font-size: 12px;
}

.Click {
	font-family: Tahoma; 
	font-size: 12px;
}

.Copyright {
	font-family: Courier New;
	font-size: 12px;
	color: #222222;
}
.Main_Font {
	font-size: 14px; 
	color: #666666;
}
.Main_Font2 {
	font-size: 14px; 
	color: #FF0000;
}

.padding_tab1 {
	padding: 20px;
}
