/* Global Settings */
body
{
	font-family : "Arial", sans-serif;
	font-size : 10pt;
	padding : 10px;
	background-color : #f4d495;
}

p
{
	text-indent : 20px;
}

#titlearea
{
	width : 100%;
	text-align : center;
}

#titleline
{
	font-size : 18pt;
}

#subtitleline
{
	font-size : 16pt;
}

#linkbar
{
	font-size : 12pt;
	background-color : #f9e4a2;
	border-top : thin solid;
	border-bottom : thin solid;
}

#linkbar a:link, #linkbar a:active, #linkbar a:visited
{
	color : #841212;
	text-decoration : none;
}

#linkbar a:hover
{
	text-decoration : underline;
}

#contentarea
{
	margin : 10px;
}

#contenttitle
{
	text-align : center;
	font-size : 12pt;
}