/* CSS Document */
body, td, p { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
	margin: 0px;
}

div {
	line-height: 130%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
}

li {
	line-height: 130%;
}

input,textarea,select {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; border:1px solid #000000;
}

h1 { 
	font-size:14px; font-weight: bold; 
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

.ref_letters {
	font-size: 12px;
	font-weight: bold;
}
.small {
	font-size:9px;
}

.strong { 
	font-weight: bold; 
}

.news {
	font-size: 11px;
	text-align: left;
}

div.quotation {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

div.important {
        padding: 10px;
        color: #CC0000;
	border:1px solid #CC0000;
	line-height: 130%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
}

table.maintable {
	height: 100%;
}

ul {
	list-style-image:url('/images/ul.gif')
}

.warning {color:#FF0000;}

a.level_1_link:hover { 
	font-size:13px; color:#000000; font-weight: bold; 
} 
a.level_1_link:active { 
	font-size:13px; color:#000000; font-weight: bold; text-decoration:none; 
}
a.level_1_link:link { 
	font-size:13px; color:#000000; font-weight: bold; text-decoration:none; 
}
a.level_1_link:visited { 
	font-size:13px; color:#000000; font-weight: bold; text-decoration:none; 
}

a.level_2_link:hover { 
	font-size:11px; color:#000000; font-weight: bold; 
} 
a.level_2_link:active { 
	font-size:11px; color:#000000; font-weight: bold; text-decoration:none; 
}
a.level_2_link:link { 
	font-size:11px; color:#000000; font-weight: bold; text-decoration:none; 
}
a.level_2_link:visited { 
	font-size:11px; 
	color:#000000; 
	font-weight: bold; 
	text-decoration:none; 
}



