body {
	margin: 0px;
	padding: 0px;
	background-color: #14264E;
	font-family: Tahoma;
}
.bodytable {
	height: 100%;
	width: 779px;
	background-color: #FFFFFF;
}
.clsleft {
	width: 250px;
}
.clstxtleft {
	font-size: 12px;
	color: #000066;
	background-color: #F3F3F3;
	width: 235px;
	padding: 2px;
}
.dots {
	font-size: 12px;
	color: #585858;
	background-color: #FAFAFA;
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #585858;
	border-bottom-color: #585858;
	padding-top: 2px;
	padding-bottom: 2px;
}
.clsright {
	width: 100%;
}
.clstxtright {
	font-size: 12px;
	color: #000066;
	background-color: #F3F3F3;
	width: 196px;
	padding: 2px;
}
.clstxt {
	font-size: 12px;
	color: #000066;
	width: 309px;
	padding: 2px;
}
.clstxttwo {
	font-size: 12px;
	color: #000066;
	width: 513px;
	padding: 2px;
}
.footer {
	height: 45px;
	width: 779px;
	background-image: url(images/index_70.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	padding-top: 5px;
	background-color: #002878;
} 
/* ---- ( color ) ---- */
.leaden {
	color: #585858;
}
.red {
	color: #990000;
}
.white {
	color: #ffffff;
}
.blue {
	color: #000066;
}
.bgblue {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #ACB5C8;
}
.bgone {
	color: #14264E;
	background-color: #D8E0F0;
}
.bgtwo {
	background-color: #F5F8FF;
	color: #14264E;
}
/* ---- ( input/textarea ) ---- */
input ,textarea {
	font-family: tahoma;
	font-size: 12px;
	color: #000066;
	border: 1px solid #CCCCCC;
}
/* ---- ( a ) ---- */
a ,a:link ,a:visited ,a:active {
	font-family: tahoma;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
/* ---- Bbtton ---- */
a.contact {
	display: block;
	width: 73px;
	height: 28px;
	background: url(images/index_002.jpg) 0 0 no-repeat;
	text-indent: -999em;
}
a.home {
	display: block;
	width: 116px;
	height: 28px;
	background: url(images/index_007.jpg) 0 0 no-repeat;
	text-indent: -999em;
}
a.lecturer {
	display: block;
	width: 84px;
	height: 28px;
	background: url(images/index_006.jpg) 0 0 no-repeat;
	text-indent: -999em;
}
a.timetable {
	display: block;
	width: 116px;
	height: 28px;
	background: url(images/index_005.jpg) 0 0 no-repeat;
	text-indent: -999em;
}
a.guestbook {
	display: block;
	width: 73px;
	height: 28px;
	background: url(images/index_004.jpg) 0 0 no-repeat;
	text-indent: -999em;
}
a.aboutus {
	display: block;
	width: 64px;
	height: 28px;
	background: url(images/index_003.jpg) 0 0 no-repeat;
	text-indent: -999em;
}
a.contact:hover,
a.lecturer:hover,
a.timetable:hover,
a.guestbook:hover,
a.aboutus:hover,
a.home:hover {
	background-position: 0 -28px;
}