body {
	/*
	margin              :    0px;
	padding             :    0px;
	line-height         :  100%;
	*/
	
}
li {
	padding-top         :    1px;
	padding-bottom      :    1px;
	
	font-size           :   10pt;
}
a {
	font-size           :   10pt;
}
a, a:visited, a:active {
	text-decoration     : none;
	color               : #0000FF;
}
a:hover {
	text-decoration     : none;
	color               : #FF0000;
}
#page-holder, #page_holder{
	position            : absolute;
	top                 :    0px;
	left                :    0px;
	min-height          :  100%;
	width               :  100%;
	/*
	background-color    : #EEEEEE;
	*/
}
#page {
	position            : relative;
	top                 :    0px;
	margin-left         : auto;
	margin-right        : auto;
	width               :  950px;
	height              :  100%;
	/*
	font-family         : 'CreativeBlock BB',Verdana,Arial,sans-serif;
	font-size           :   12pt;
	*/
	font-family         : Lucida Grande,Verdana,Arial,sans-serif;
	font-size           :   10pt;
	background-color    : #FFFFFF;
	color               : #404040;
	text-align          : center;
	
	/*
	*/
	padding-top         :   20px;
	padding-bottom      :   20px;
}
#page > header {
	display             : block;
	position            : relative;
	text-align          : center;
	font-size           :   28pt;
	
	/*
	background-color    : #77FF77;
	*/
	margin-bottom       :   20px;
}

#page > footer {
	display             : block;
	position            : relative;
	text-align          : center;
	font-size           :    8pt;
	
	/*
	background-color    : #77FF77;
	*/
	margin-top          :   20px;
}
#page > footer li, #page > footer a {
	font-size           :    8pt;
}









#page-title, #page_title {
	position            : relative;
	left                :    0px;
	right               :    0px;
	margin-bottom       :   15px;
	padding-top         :   15px;
	text-align          : center;
	font-size           :    2.8em;
}
#page-content, #page_content {
	position            : relative;
	left                :    0px;
	right               :    0px;
	text-align          : center;
	padding-bottom      :   12px;
}
.page-section, .page_section {
	margin-bottom       :   10px;
}
.page-section-title, .page_section_title {
	position            : relative;
	left                :    0px;
	right               :    0px;
	margin-bottom       :    5px;
	padding-top         :    5px;
	text-align          : center;
	font-size           :    1.5em;
}
.output-pair, .output_pair {
	position            : relative;
	left                :    0px;
	right               :    0px;
	height              :   14px;
}
.output-left, .output_left {
	position            : absolute;
	right               :  480px;
	top                 :    0px;
	height              :  100%;
	text-align          : right;
}
.output-right, .output_right {
	position            : absolute;
	left                :  480px;
	top                 :    0px;
	height              :  100%;
	text-align          : left;
}
ul {
	padding-left        :    0px;
}
ul li {
	list-style          : none;
}
#footer_ul {
	padding-top         :   25px;
	font-size           :    8pt;
}
#footer_ul li {
	text-align          : center;
}
#footer {
	position            : relative;
	margin-left         : auto;
	margin-right        : auto;
	padding-top         :   25px;
	padding-bottom      :   15px;
	width               :  349px;
	text-align          : center;
}



