body {
	margin : 1.0em;
	font-size : 0.75em;
	color : #202020;
	background-color : #f3f3f3;
	font-family : "Microsoft Sans Serif", "MS UI Gothic", "Lucida Sans Unicode", Arial, sans-serif;
}

a:link {
	color : #0066cc;
}

a:visited {
	color : #7777cc;
	text-decoration : none;
}

a:hover, a:active {
	color : #cc6633;
	text-decoration : underline;
}

/*****************************************************************************/

#TITLE {
	text-align : center;
	margin : 1.0em 1.0em 1.0em;
	border-bottom : solid 2px #202020;
}

#TITLE h1 {
	margin : 0px;
	font-size : 2.5em;
	font-weight : bold;
	font-family : "Arial Narrow", Arial, Sans-Serif;
}

/*****************************************************************************/

#SITE_NAVIGATION {
	text-align : left;
	background-color : #ddddee;
	padding : 0.2em 0.4em 0.3em;
}

#SITE_NAVIGATION a {
	text-decoration : none;
}

/*****************************************************************************/

#BACK {
	margin-top : 2.0em;
	text-align : center;
}

/*****************************************************************************/

#COPYRIGHT {
	border-top : solid 2px #202020;
	padding-top : 0.5em;
	margin : 2.0em 1.0em 1.0em;
	text-align:center;
	font-family : "Lucida Sans Unicode", "Microsoft Sans Serif", "MS UI Gothic", sans-serif;
	cursor : default;
}

#COPYRIGHT a {
	cursor : default;
	text-decoration:none;
	color:#333366;
}

#COPYRIGHT a:hover {
	color : #cc6633;
	text-decoration : underline;
}


