body
{
	margin: 0px;
	padding: 0px;
	background-color: white;
}

/* HEAD */

#head
{
	background-color: #E2007A;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 53px;
	margin: 0px;
	padding: 0px
	text-align: center;
}

#logo
{
	position: absolute;
	top: 8px;
	width: 100%;
	text-align: right;
}

/* NAVIGATION */

.navigation_a
{
	position: absolute;
	top: 58px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	word-spacing: 0.9em;
}

.nospace
{
	word-spacing: 0.0em;
}

#line
{
	background-color: black;
	position: absolute;
	top: 4.9em;
	width: 100%;
	height: 1px;
	text-align: center;
}

.navigation_b
{
	visibility: hidden;
	position: absolute;
	top: 5.9em;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	text-align: center;
	background-color: white;
	text-transform: uppercase;
	word-spacing: 0.9em;
}

#navigation_home
{
	position: absolute;
	top: 58px;
	right: 9px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	text-align: right;
	text-transform: uppercase;
}

#lupe
{
	position: absolute;
	top: 58px;
	right: 4px;
	text-align: right;
}


#lupe2
{
	position: absolute;
	top: 58px;
	right: 55px;
	text-align: right;
}

#howtoenlarge
{
	position: absolute;
	top: 6.9em;
	right: 7px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: black;
	text-align: left;
	background-color: white;
	border: thin solid black;
	padding: 5px;
	z-index: 1;
	visibility: hidden;
}

.current
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: black;
}

.navigation_a a:link
{
	color: #666666;
	text-decoration: none;
}

.navigation_a a:visited
{
	color: #666666;
	text-decoration: none;
}

.navigation_a a:hover
{
	color: black;
	text-decoration: none;
}

.navigation_a a:active
{
	color: #E2007A;
	text-decoration: none;
}

.navigation_b a:link
{
	color: #666666;
	text-decoration: none;
}

.navigation_b a:visited
{
	color: #666666;
	text-decoration: none;
}

.navigation_b a:hover
{
	color: black;
	text-decoration: none;
}

.navigation_b a:active
{
	color: #E2007A;
	text-decoration: none;
}

div#navigation_home a:link
{
	color: #666666;
	text-decoration: none;
}

div#navigation_home a:visited
{
	color: #666666;
	text-decoration: none;
}

div#navigation_home a:hover
{
	color: black;
	text-decoration: none;
}

div#navigation_home a:active
{
	color: #E2007A;
	text-decoration: none;
}

/* CONTENT */

#content
{
	position: absolute;
	top: 8em;
	width: 100%;
	font-family: Helvetiva, Arial, sans-serif;
	font-size: 0.8em;
	color: black;
}

table.content a:link
{
	color: #E2007A;
	text-decoration: none;
}

table.content a:visited
{
	color: #E2007A;
	text-decoration: none;
}

table.content a:hover
{
	color: #E2007A;
	text-decoration: underline;
}

table.content a:active
{
	color: black;
	text-decoration: none;
}

big
{
	font-family: Helvetiva, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

strong
{
	font-family: Helvetiva, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

small
{
	font-family: Helvetiva, Arial, sans-serif;
	font-size: 8pt;
}

h3
{
	font-family: Helvetiva, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

.language
{
	font-family: Helvetiva, Arial, sans-serif;
	font-size: 10pt;
	color: #EEEEEE;
}

.language a:link
{
	color: #EEEEEE;
	text-decoration: underline;
}

.language a:visited
{
	color: #EEEEEE;
	text-decoration: underline;
}

.language a:hover
{
	color: #EEEEEE;
	text-decoration: none;
}

.language a:active
{
	color: #EEEEEE;
	text-decoration: underline;
}

table.dotted
{
	border: thin dotted black;
}

table.dotted_magenta
{
	border: thin dotted black;
	background-color: #E2007A;
	color: white;
}

table.solid
{
	border: thin solid black;
}

table.dashed
{
	border: thin dashed black;
}

.tabu {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

/* table.dotted_bus
{
	border:thin dotted black;
	position: absolute;
	top: 525px;
	left: 287px;
	
} */

/* table.hidden
{
	border: thin dotted black;
	z-index: -1;
} */
