/* CSS Document */

body {
	background-color: #000000;
	margin: 0px; padding: 0px;
    height: 100%;
}

body, table, input, select, textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #eee4c5;
}

div.LeftLinks {
	font-size: 12px;
	padding: 0px 5px;
	padding-bottom: 3px;
}

a { 
	color: #7cb9ff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.led { 
	color: #eee4ca;
	text-decoration: none;
}

a.led:hover {
	text-decoration: none;
}

.field {
	color: #eee4c5;
	background: #000000;
	/* border: 1px solid #0b2942; */
	border: 1px solid white;
	height: 18px;
}

.submit_main {
	font-weight: bold;
	color: #eee4c5;
	background: #0b2942;
	border: none;
	height: 19px;
	padding-bottom: 3px;
	text-align: center;
    cursor: pointer;
}

form {
	margin: 0px;
}

div.LinksBig {
	padding-bottom: 2px;
	padding-top: -1px;
}

div.LinksBig A {
    font-weight: bold;
}

p {
	margin-top: 5px;
	margin-bottom: 16px;
	line-height: 16px;
}

.Cata div.LeftLinks {
	padding-left: 1px;
}

h1 {
    color: #eee4c5;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

h2 {
    color: #7cb9ff;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 3px 0px;
    margin: 0px;
}

a.Menu1 {
    font-size: 14px;
    font-weight: bold;  
}

.NoDisplay {
	display: none;
}