/* CSS Document */

/* BODY */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* PAGES LINKS */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333399;
}
a:hover {
	text-decoration: underline;
	color: #333399;
}
a:active {
	text-decoration: none;
	color: #333399;
}


/* MENU LINKS */
a.mnu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
	font-weight: bold;
}
a.mnu:link {
	text-decoration: none;
}
a.mnu:visited {
	text-decoration: none;
	color: #333399;
}
a.mnu:hover {
	text-decoration: underline;
	color: #333399;
	
}
a.mnu:active {
	text-decoration: none;
	color: #333399;
}


/* HEAD TEXT */
h1 {
	font-size: 20px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
h2 {
	font-size: 15px;
	color: #333399;
}
h3 {
	font-size: 12px;
	color: #333399;
}

/* BASIC TEXT */

.text_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #AEB1CC;
	text-decoration: none;
}
.text-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
}
.text-standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
}
.text-adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5D5DAE;
	text-decoration: none;
}
.text-udertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
}
.nolink {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7777BA;
}
