.menu {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.location {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : right;
}

.topic {
	color: #6699CC;
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : bold;
	font-style: italic;
} 

.text {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
}

.tbl1 {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	background-color : #e9ebef;
}

.tbl1r {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : right;
	background-color : #e9ebef;
}

.tbl1c {
	color: #000000;
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	text-align : center;
	background-color : #e9ebef;
}

.tbl2 {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	background-color : #F1F2F5;
}

.tbl2r {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : right;
	background-color : #F1F2F5;
}

.tbl2c {
	color: #000000;
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
	text-align : center;
	background-color : #F1F2F5;
}

A {
	text-decoration : none;
	color : Blue;
}

A:HOVER {
	text-decoration : none;
	color : #6699CC;
}

A:ACTIVE {
	text-decoration : none;
}

A:VISITED {
	text-decoration : none;
}