/* general */
body {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding : 0px;
}

ul {
	margin-top : 0px;
	margin-left : 20px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding : 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family : Verdana;
	font-weight : normal;
}

/* classes for links */
A:LINK {
	color : #2A4274;
	text-decoration : none;
}
A:VISITED {
	color : #2A4274;
	text-decoration : none;
}
A:ACTIVE {
	color : #2A4274;
	text-decoration : none;
}
A:HOVER {
	color : #2A4274;
	text-decoration : none;
}
A.navi:LINK {
	color : #FFFFFF;
	text-decoration : none;
}
A.navi:VISITED {
	color : #FFFFFF;
	text-decoration : none;
}
A.navi:ACTIVE {
	color : #FFFFFF;
	text-decoration : none;
}
A.navi:HOVER {
	color : #FFFFFF;
	text-decoration : none;
}

/* classes for text */
.txt {
	font-family : Verdana;
	font-size : 14px;
	font-weight : normal;
	line-height : 1.3em;
	color: #2A4274;
}

.txtbig {
	font-family : Verdana;
	font-size : 15px;
	font-weight : normal;
	line-height : 1.3em;
	color: #2A4274;
}

.txtsmall {
	font-family : Verdana;
	font-size : 12px;
	font-weight : normal;
	color: #2A4274;
}

.txtnavi {
	font-family : Verdana;
	font-size : 12px;
	font-weight : normal;
	color: #FFFFFF;
}

.txtnavibig {
	font-family : Verdana;
	font-size : 14px;
	font-weight : normal;
	color: #FFFFFF;
}

.txtnavismall {
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	color: #FFFFFF;
}

