* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #01265D;
	line-height: 160%;
}
a, a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}

.menu {
	color: #95C4F0;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 10px;
}
.menu a, .menu a:link {
	color: #95C4F0;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	font-weight: bold;
	word-spacing: 5px;
}
.menu a:hover {
	color: #FF6600;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	font-weight: bold;
	word-spacing: 5px;
}


.flash {
	text-align: center;
	padding: 10px;
}
.left {
	padding-left: 16px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 8px;
	padding-top: 6px;
}
.right {
	padding-right: 12px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 6px;
}
.Columns-left {
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 12px;
	background-position: right;
}
.Columns-center {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #eaeaea;
	text-align: left;
	height: 22px;
	padding-left: 2px;
	padding-top: 5px;
}
.Columns-center a, .Columns-center a:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Columns-center a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.Columns-right {
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 12px;
	background-position: left;
}
.center {
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottom {
	color: #95C4F0;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
}
.bottom a, .bottom a:link {
	color: #95C4F0;
	text-decoration: none;
}
@charset "utf-8";
input {
	font-size: 12px;
}
select {
	font-size: 12px;
}
.btnSearch {
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.keyword {
	border: 1px solid #c7d3de;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
}
.classTitle {
	font-weight: bold;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	padding-left: 15px;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-top: 5px;
}
.classParent {
	background-image: url(images/dot_class.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 1px;
	background-position: 2px center;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.classSub {
	background-image: url(images/dot_class.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: 2px center;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
}
.newsLine {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 130%;
}
.imgBorder {
  border:1px solid #DEDEDE;
}
