body {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	padding: 10px;
	background-color: #c9effc;
}

td {
	font-size: 12px;
	color: #44c8f5;
}

p {
	color: #000000;
	padding-left: 10px;
	margin-left: 15px;
	margin-right: 15px;
	}
.li {
	color: #000000;
}

.style0 {
	font-size: 12px;
	color: #000000;
}

.style1 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.style2 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	}

.style3 {
	font-size: 10px;
	color: #000000;
	}

.style4 {
	font-size: 12px;
	color: #000000;
	}
	
.style5 {
	font-size: 16px;
	color: #44c8f5;
	font-family: Arial Black;
	font-weight: bolder;
	}

.style6 {
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	}

.style7 {
	font-size: 16px;
	color: #000000;
	font-family: Arial Black;
	font-weight: bolder;
	}

a:link, a:visited {
background-color: #44c8f5;
color: #000000;
text-decoration: none;
}

a:hover, a:active {
background-color: #ffffff;
color: #44c8f5;
text-decoration: none;
}

div#main {
	width: 1050px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

/* home */
div#banner {
	width: 1050px;
	height: 100px;
	background-image: url(../images/bannermacsc.jpg);
	float: left;
}

div#nav-horizontal {
	width: 1050px;
	height: 15px;
	background-image: url(../images/navhorizontal.jpg);
	float: left;
}

div#container-home {
	width: 650px;
	height: 430px;
	background-image: url(../images/autobus_650x430.jpg);
	padding: 0px;
	float: left;
}

div#container-right-home {
	width: 400px;
	height: 430px;
	background-color: #ffffff;
	padding: 0px;
	float: left;
}

div#nav-vertical {
	width: 300px;
	height: 530px;
	background-image: url(../images/navvertical.jpg);
	float: left;
}

div#containter-right {
	width: 750px;
	height: 530px;
	background-color: #ffffff;
	padding: 0px;
	float: left;
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #44c8f5;
	scrollbar-highlight-color:#44c8f5;
	scrollbar-3dlight-color:#44c8f5;
	scrollbar-shadow-color: #44c8f5;
	scrollbar-darkshadow-color:#44c8f5;
	scrollbar-track-color: #FFFFFF;	

}

div#bottom {
	width: 1050px;
	height: 100px;
	float: left;
}

