/* Global Style Sheet */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 18pt;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#page_title {
	position: static;
	width: 540px;
	font-size: 16pt;
	font-weight: bold;
}

#page_content {
	position: static;
	width: 540px;
	margin-top: 12pt;
	margin-bottom: 24pt;
}

#page_footer_left {
	position:relative;
	width: 180px;
	font-size: 8pt;
	text-align: left;
	float: left;
	height: 24pt;
}

#page_footer_center {
	position:relative;
	width: 180px;
	text-align: center;
	font-size: 8pt;
	float: left;
	height: 24pt;
}

#page_footer_right {
	position:relative;
	width: 180px;
	text-align: right;
	font-size: 8pt;
	float: left;
	height: 24pt;
}

/* Text Special Effects */

span.s_argument {
	font-style: italic;
	color: green;
}

span.s_keyword {
	color: blue;
}

span.s_comment {
	color: green;
}

/* 
p.p_header { 
	font-size: 10pt; 
	font-weight: bold; 
	margin-bottom: -14pt;
}
*/

p.p_header { 
	font-size: 10pt; 
	font-weight: bold; 
	margin-bottom: -10pt;
}

span.s_smallprint {
	font-size: 8pt;
}

td.td_smallprint {
	font-size: 8pt;
}

span.s_red_underline {
	border-bottom:solid 1pt red;
}

/* Other Special Effects */

span.s_form_button { 
/* simulates a grey Windows button */
	border: 1pt solid black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	background: #dddddd;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

a.a_hide_answer {
/* hides the answer until the user hovers the mouse over it */
	border: 1pt solid red;
	padding: 3pt;
	line-height: 14pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color: white;
	background: white;
	text-decoration: none;
}

a.a_hide_answer:HOVER {
/* hides the answer until the user hovers the mouse over it */
	border: 1pt solid red;
	padding: 3pt;
	line-height: 14pt;
	color: black;
	background: white;
	text-decoration: none;
}

a.a_menu {
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration : none;
	color: blue;
}

a.a_menu:HOVER {
	text-decoration : underline;
	color: red;
}

/* Table Special Effects */

table.tab_no3d {
	border-collapse: collapse;
}

/* Boxes */

pre.pre_codebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10pt;
	background:#FFFFCC;
	font-size: 8pt;
	border: 1pt solid black;
}

p.p_codebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10pt;
	background:#FFFFCC;
	font-size: 8pt;
	border: 1pt solid black;
}

p.p_redbox {
	padding: 10pt;
	border: 1pt solid red;
}

p.p_bluebox {
	padding: 10pt;
	border: 1pt solid blue;
}

p.p_figrtb { 
	font-size: 8pt; 
	line-height: 12pt;
	float: right; 
	padding: 6pt; 
	margin-left: 9pt;
	margin-right: 0pt;
	margin-bottom: 6pt;
	border: 1pt solid black;
}

p.p_figrt { 
	font-size: 8pt; 
	line-height: 12pt;
	float: right; 
	padding: 0pt; 
	margin-left: 9pt;
	margin-right: 0pt;
	margin-bottom: 6pt;
}

p.p_figltb { 
	font-size: 8pt; 
	line-height: 12pt;
	float: left; 
	padding: 6pt; 
	margin-left: 0pt;
	margin-right: 9pt;
	margin-bottom: 6pt;
	border: 1pt solid black;
}

p.p_figlt { 
	font-size: 8pt; 
	line-height: 12pt;
	float: left; 
	padding: 0pt; 
	margin-left: 0pt;
	margin-right: 9pt;
	margin-bottom: 6pt;
}
