@charset "utf-8";
/* CSS Document */

@import url(layout.css);
@import url(menu.css);

body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		9pt;
	line-height: 	1.5em;
	color:			#000000;
}

p {
	text-align:		left;
}

p.left {
	text-align:		left;
}

p.center {
	text-align:		center;
}

p.right {
	text-align:		right;
}

p.justify {
	text-align:		justify;
}

.innertube p {
	text-align:		justify;
}

h1 {
	font-size:		15pt;
	line-height:	20pt;
	font-weight:	bold;
}

h2 {
	font-size:		13pt;
	font-weight:	normal;
	border-bottom:	1px solid #CCCCCC;
}

h3 {
	font-size:		11pt;
	font-weight:	bold;
	margin-bottom:	3px;
	padding-top:	15px;
}

img {
	border:			none;
}

img.left {
	float:			left;
	margin-right:	10px;
	margin-bottom:	10px;
}

img.right {
	float:			right;
	margin-left:	10px;
	margin-bottom:	10px;
}