/* CSS Document */

a {
	text-decoration:none;
	color:#121186;
	font-weight:normal;
	outline:none;
}

a:hover {
	text-decoration:none;
	color:#130fe4;
}

h1, .Header_1 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
	color:#000000;
}

h2, .Header_2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	color:#000000;
}

h3, .Header_3 {
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

.module th {
	color:#605e54;
	border-bottom:1px #605e54 solid;
	border-top:1px #605e54 solid;
}

.module ul li {
	/*
	list-style-image:url(../images/bullet.jpg);
	list-style-position:outside;
	*/
	list-style:square;
	text-indent:0px;
	
}

.module hr {
	border:1px #CCCCCC solid;
	border-top:none;
	height:1px;
	margin: 10px 0px 10px 0px;
}

#lang a {
}

#lang a:hover {
}

#lang .lang_active {
}

#langdrop {
	width:175px;
	height:22px;
	border:1px #CCCCCC solid;
	padding:1px;
}

#lang .langHiddenButton {
	border:none;
	background:none;
	padding:0px 0px 4px 2px;
	cursor:pointer;
	outline:none;
}

#breadcrumb {
	font-size:10px;
	color:#666666;
}

#footer {
	font-size:10px;
	color:#333333;
	text-align:left;
	text-indent:10px;
}

#footer a {
	color:#666666;
}

#footer a:hover {
	color:#999999;
}

#content table {
	/* margin-left:-1px; */
}

#content .tableBorder, #content .tableBorderAndGrid {
	/* margin-left:0px; */
}