/* CSS Document */
.topBg {
	background: url(images/topBg.jpg);
	height: 162px;
	background-repeat: repeat-x;
	font-size: 15px;
}
body {
	background: url(images/bg.gif);
	margin: 0;
	padding: 0;
}
table {
	background : white;
	font-size: 13px;
	font-family: tahoma;
}
.page {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
h1 {
	font-size: 20px;
	font-family: aria;
}
h2 {
	font-size: 16px;
	font-family: aria;
}
.content {
	text-align: justify;
	padding-right: 20px;
}
a {
	color: #61466B;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #918899;
}
.menu {
	padding-left: 40px;
}

