BODY {
	margin: 44px 0px 0px;
	padding: 0px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	padding-right: 4px;
}

.text_under {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}
.text_under_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0C3C64;
	line-height: 20px;
}


h1 {
	color: #0C3C64;
	font-weight: normal;
	font-size: 24px;
}

.symbol_bg {
	background-image: url(images/canica_symbol_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.left_bg {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-x;
}
.right_bg {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-x;
}

A:link {
	COLOR: #333333;
	text-decoration: underline;
}
A:visited {
	COLOR: #333333; 
	text-decoration: underline;
}
A:hover {
	COLOR: #0C3C64; 
	text-decoration: underline;
}

