/*/////////////////////////////////////////////////////*/
/* GENERAL ////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/

html, body {
	margin: 0px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
	color: #000;
}

body {
	margin:0;
	padding: 0 0 100px 0;
}

img {
	border: none;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*/////////////////////////////////////////////////////*/
/* CONTENT ////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////*/

a:link {
        color: #e60019;
        text-decoration: none;
}

a:visited {
        color: #960009;
        text-decoration: none;
}

a.link:hover {
        color: #FFFFFF;
        background-color: #0B4499;
        text-decoration: none;
}

h3 {
        color: #960009;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
}

h2 {
        color: #960009;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 15px;
}

#nav {
	position: absolute;
	top: 250;
	left: 25;
	line-height: 270%;
        padding: 0px;
        width: 200;
	min-height: 400px;
}

#navbot {
	position: absolute;
	bottom: 0;
	left: 25;
        padding: 0px;
        width: 200;
}

#topbanner {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	right: 0;
	border-bottom: 10px solid #e60019;
	width: 100%;
}

#langselect {
	position: absolute;
	top: 240;
	right: 10;
}

#content {
	position: absolute;
	top: 260px;
	left: 25%;
	max-width: 700px;
	min-width: 400px;
	width: 55%;
}

#disclaimeretal {
	position: absolute;
	margin: 0px;
	bottom: 0px;
	right: 10px;
	font-size: 10px;
	color: #999;
	background:white;
	width: 75%;
	padding: 10px;
	text-align: right;
}

#disclaimeretal a {
	color: #966;
}

@media screen {
	body>div#navbot {
		position: fixed;
	}
	body>div#disclaimeretal {
		position: fixed;
	}
}

* html body {
	overflow:hidden;
}

* html div#content {
	min-height: 100%;
	height: 60%;
	overflow:auto;
}

#dnmlink {
        position: absolute;
        right: 10;
	bottom: 10;
        text-align: left;
}

.tableHeader {
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	background: #960009
}
.tableContentRegistrars {
        padding-left: 1px;
        padding-right: 1px;
        padding-top: 0px;
        padding-bottom: 0px;
	background: #e3e3e3;
	border: 2px solid #960009;
}
.tableContentLeft {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 5px;
	font-size: 13px;
}
.tableContentLeft0px {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
	font-size: 13px;
}
