#menutop a {
	height: 20px;
	width: 65px;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
	font-weight: bold;

}
#menutop a:hover {
	background-color: #EEEEEE;

}

#menu {
	width: 700px;
	height: 40px;

}
#menu  a {
	text-decoration: none;
	color: #333333;
	height:40px;
	width: 140px;
	float: left;
	background-image: url(../images/header/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 13px;
	text-align: center;
	padding-top: 18px;
	font-weight: bold;
}

#menu a:hover, #menu  a.current {
	font-weight: bold;
	color: #669900;
	background-image: url(../images/header/menu_focus.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}




#subMenu {
	width: 200px;
	padding-top: 8px;
	text-align: left;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;

}

#subMenu a {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	float: none;
	height: 30px;
	width: 160px;
	padding-left: 5px;
	padding-top: 5px;
	background-image: url(../images/left_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}

#subMenu  a:hover, #subMenu  a.current {
	background-image: url(../images/left_focus.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;

}

	
	
	

#main {
	width: 100%;
	font-size: 13px;
}
#main td {
	font-size: 13px;
}
#main A:link {
	font-size: 13px;
	line-height: 1.6;
	color: #1760AF;
	text-decoration: none;
}
#main A:visited {
	font-size: 13px;
	color: #1760AF;
	line-height: 1.6;
	text-decoration: none;
}
#main A:hover{
	font-size: 13px;
	line-height: 1.6;
	color: #1760AF;
	text-decoration: underline;
}



.datatable {
	border-collapse: collapse;
}
.datatable caption {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9FC4D4;
	border-right-color: #9FC4D4;
	border-left-color: #9FC4D4;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #146A8B;
}

.datatable th {
	font-size: 12px;
	color: #146A8B;
	border: 1px solid #9FC4D4;
	background-color: #EEF3F9;
	padding-left: 15px;
	text-align: left;
}
.datatable td {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 15px;
	color: #666666;
	font-size: 12px;
	border: 1px solid #9FC4D4;
	padding-top: 3px;
	padding-bottom: 3px;
}



.datatable-2 {
	border-collapse: collapse;
}
.datatable-2 th {
	font-size: 13px;
	color: #333333;
	letter-spacing: 2px;
	padding-left: 15px;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.datatable-2 td {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 10px;
	color: #464646;
	font-size: 12px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}
.datatable-2 tr.altrow {	background-color: #EEEEEE;}





.title{
	font-size: 20px;
	float: left;
	background-image: url(../images/icon_title.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
}

.title-2{
	font-size: 15px;
	height: 30px;
	color: #666666;
	font-weight: bold;
}
.title-e{
	font-size: 11px;
	color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	padding-left: 10px;
}


.title-news{
	font-size: 13px;
	font-weight: bold;
	color: #663366;
	letter-spacing: 1px;
}



.b{font-weight: bold;}
.u{font-weight: bold;text-decoration: underline;}


.font-12{font-size: 12px;}
.font-15{font-size: 15px;}
.font-20{font-size: 20px;}
.font-24{font-size: 24px;}



.color-purple{color: #9F378C;}
.color-blue{color: #105165;}
.color-gray{color: #666666;}
.color-green{color: #598527;}
.color-orange{color: #F09D42;}
.color-red{color: #CC0033;}


.input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-left: 5px;
	background-color: #EBEBEB;
	border: 1px dashed #BCBCBC;
	padding-top: 5px;
	letter-spacing: 2px;
	padding-bottom: 3px;
	line-height: 1;
}


.line{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


.line-top{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #ADADAD;
}


.line-vertical {
	background-image: url(../images/line_vertical.gif);
	background-repeat: repeat-y;
	background-position: right top;
}


.leftimg {
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 15px;
}
.rightimg {
	float: right;
	border: none;
	clip:  rect(auto,auto,auto,auto);
	margin-left: 20px;
}

.home {
	background-image: url(../images/icon_dir.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 48px;
	text-align: center;
	background-position: left center;
	padding-left: 4px;
}
.home a {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
	text-align: center;

}
.Ariel {
	font-family: Arial, Helvetica, sans-serif;

}
