@import "ierre_navbar.css";
.headline1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 140%;
	font-weight : bold;
	background-color : transparent;
	color : #4B0082;
}

.headline2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
	background-color : transparent;
	color : #4B0082;
}

.bodytext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	letter-spacing : normal;
	line-height : normal;
	text-align : left;
	text-decoration : none;
	text-transform : none;
	white-space : pre;
}

.dida {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-style : italic;
	font-variant : normal;
	font-weight : bold;
	letter-spacing : normal;
	line-height : normal;
	text-align : left;
	text-decoration : none;
	text-transform : none;
	white-space : pre;
}
A:LINK {
	 color: #FF0000;
   background-color : transparent;
   text-decoration: none;
}

A:HOVER {
	color: #0000A0! important;
		 text-decoration: none;
		background-color : transparent;
}

A:VISITED {
	color: #FF0000;
		 text-decoration: none;
		background-color : transparent;
}


.bodytext_bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	letter-spacing : normal;
	line-height : normal;
	text-align : left;
	text-decoration : none;
	text-transform : none;
	white-space : pre;
; color: #666666
}

.bolded {
	font-weight : bold;

}

.float_left {
	float : left;
	margin-right : 15px;
}

.float_right {
	float : right;
	margin-left : 15px;
}

.no_repeat {
	background-repeat : no-repeat;
}

.thinline_V_left {
	background-repeat : repeat-y;
	background-position : left;
	background-image : url(../images/thin_line_v.gif);
}

.thinline_V_right {
	background-repeat : repeat-y;
	background-position : right;
	background-image : url(../images/thin_line_v.gif);
}

