.address, .text, .articletitle, .articleauthor, .articledate, .alisttitle, .alistdate, .pagenum, .atitle
{
	font-family: Arial;
}

.address
{
	text-align: center;
	background-color: #7AA8D9;
	color: White;
}

.language
{
	cursor: pointer;
	text-align: left;
	font-size: small;
	vertical-align: top;
}

.leftpane
{
	vertical-align: top;
	width: 120;
}

.mainpane
{
	vertical-align: top;
	height: 300;
}

.logotable
{
    border-spacing: 0;
    border-collapse: collapse;
}

.logo, img.separator
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.articletitle
{
	font-size: x-large;
	border-top-style: solid;
	border-top-color: #7AA8D9;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7AA8D9;
	border-bottom-width: 1px;
}

.articleauthor
{
	font-style: italic;
	font-size: smaller;
}

.articledate
{
	font-size: smaller;
}

.text, .articletitle, .articleauthor, .articledate
{
    border-left-style: double;
    border-left-color: #7AA8D9;
	padding-left: 10;
	border-left-width: 3px;
	text-align: justify;
	text-justify: newspaper;
	line-height: 1.5;
}

img.separator
{
	width: 200;
	height: 10;
}

.menutext
{
	display: block;
	font-family: Arial;
	text-align: center;
	background-color: #7AA8D9;
	cursor: pointer;
	width: 100%;
	text-decoration: none;
	color: White;
	padding: 7px 0 7px 0;
	margin: 0px 0 5px 0;
}

.menutext:hover {
	background-color: #496d8f;
}

.alisttitle
{
	font-size: large;
}

.alistdate
{
	font-size: small;
}

.atitle
{
	font-size: x-large;
}

.pagenum
{
	text-align: right;
	font-size: small;
}

a img {
	border: 0;
}