a.link {
	background: url("../images/login/link.jpg") no-repeat scroll 0 0 #FFFFFF;
	color: #003366;
	display: block;
	padding: 0 0 0 25px;
	text-decoration: none;
	width: 265px;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	line-height: 40px;
	list-style-type: none;
	
}

a.link:hover {
	text-decoration: none;
	background: url(../images/login/link.jpg) no-repeat scroll 100 0 #FFFFFF;
	color: #00FF00;
}

body {
	background: url("../images/login/bg_body.gif") repeat-x scroll left top transparent;
}

div.main {
	width: 750px;
/*	height: 597px; */
	border: 5px solid #B0E0E6;
	margin: 50px auto;
	background-color: #FFFFFF;
}

table.headArea {
	height: 50px;
	width: 100%;
}

td.logoArea {
	width: 200px;
	height: 50px;
}

table.loginArea {
	width: 100%;
	height: 170px;
	text-align: center;
	border: 1px solid #B0E0E6;
}

table.loginArea th {
	background-color: #E0FFFF;
}

li.loginArea {
	margin-top:1em; 
	margin-bottom:1em;
}

div.exlink {
	font-size:100%;
	font-weight: normal;
	font-color: #003366;
}

div.link {
	background: url("../images/login/link.jpg") no-repeat scroll 0 0 #FFFFFF;
	color: #003366;
	display: block;
	padding: 0 0 0 25px;
	text-decoration: none;
	width: 265px;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	line-height: 40px;
	list-style-type: none;
	
}

div.langMenu {
	text-align: center;
}

.langMenu ul {
	list-style: none;
	border-collapse: collapse;
	margin-bottom:0px;
	padding: 0px;
}

.langMenu ul li {
	display: inline;
	float: right;
	width: 80px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #B0E0E6;

}

.langMenu ul li.left {
	border-left: 1px solid #B0E0E6;
}

.langMenu ul li.right {
	border-right: none;
}

.langMenu ul li.selected {
	background-color: #B0E0E6;
}

.langMenu ul li a {
	text-decoration: none;
}

.langMenu ul li a:link {
	color: #666666;
}