.txt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #023870;
	text-decoration : none;
	font-weight: normal;
	text-align: justify;
}

.news {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #023870;
	text-align : left;
	text-decoration : none;
	font-weight: normal;
	text-align: justify;
}

.txt2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #023870;
	text-decoration : none;
}

.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #9900FF;
	text-decoration : none;
	font-weight: 700;
}

.menu A{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: 700;
}

.menu A:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: 700;
}

.menu A:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight: 700;
}

.date {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #3739E4;
	text-decoration : none;
}


A {
	color : White;
	text-decoration : none;
}

A:visited {
	color : White;
	text-decoration : none;
}

A:hover {
	color : White;
	text-decoration : underline;
}

UL{
	list-style-image: url(/images/bullet.gif);
	margin-left: 5;
	padding-left: 15;
	text-align: left;
}

LI{
	padding-bottom: 5;
}