/* CSS Document */

html, body, #wrapper {
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	background-color		: #FFFFFF;
	height					: 100%;
	margin					: 0;
	padding					: 0;
	border					: none;
	text-align				: left;
	}

#wrapper {
	background-color		: #FFFFFF;
	margin					: 0 auto;
	text-align				: left;
	vertical-align			: middle;
	width					: 700px;
	}

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

h3 {
	font-size				: x-small;
	}

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

h5 {
	font-size				: xx-small;
	}

h6 {
	font-size				: medium;
	font-weight				: bold;
	}

table {
	font-size				: small;
	}

td {
	vertical-align			: top;
	}

.header {
	text-align				: right;
	}

.content-normal {
	font-size				: small;
	color					: #707070;
	line-height				: 150%;
	}

.menu2 {
	text-align				: right;
	}
