/* CSS Document */

a {
	color					: #FFFFFF;
	text-decoration			: underline;
	}

body {
	font-family				: arial, helvetica, sans-serif;
	font-size				: x-small;
	color					: #666666;
	background-color		: #BDC6BE;
	}

h1 {
	font-size				: large;
	}

h2 {
	font-size				: small;
	}

h3 {
	font-size				: small;
	font-style				: italic;
	}

h4 {
	font-size				: x-small;
	}

h5 {
	font-size				: x-small;
	font-style				: italic;
	}

h6 {
	font-size				: xx-small;
	}

table {
	font-size				: x-small;
	}

td {
	vertical-align			: top;
	}

.body {
	position				: absolute;
	left					: 0px;
	top						: 0px;
	}

.address {
	font-size				: xx-small;
	color					: #666666;
	text-align				: right;
	line-height				: 150%;
	padding-top				: 12px;
	width: 190px;
	}

.address a {
	font-size				: xx-small;
	color					: #FFFFFF;
	text-decoration			: underline;
	}

.header {
	font-size				: xx-small;
	color					: #666666;
	}

.header a {
	font-size				: xx-small;
	color					: #FFFFFF;
	text-decoration			: underline;
	}

.menu {
	font-size				: xx-small;
	color					: #666666;
	text-align				: right;
	}

.menu a {
	font-size				: xx-small;
	color					: #000000;
	text-decoration			: underline;
	}

.content-left {
	font-size				: xx-small;
	color					: #666666;
	}

.content-left a {
	font-size				: xx-small;
	color					: #666666;
	text-decoration			: underline;
	}

.content-normal {
	font-size				: xx-small;
	color					: #666666;
	}

.content-normal a {
	font-size				: xx-small;
	color					: #666666;
	text-decoration			: underline;
	}

.footer {
	font-size				: xx-small;
	color					: #666666;
	text-align				: right;
	}

.footer a {
	font-size				: xx-small;
	color					: #FFFFFF;
	text-decoration			: underline;
	}
