/* CSS Document */

/* General Styles */

body {
	font-family: arial, sans-serif;				/* General font */
}

table {
	font-family: arial, sans-serif;				/* General font */
}

input {
	font-family: arial, sans-serif;				/* Textfield and button font */
	font-size: 0.75em;
}

select {
	font-family: arial, sans-serif;
	font-size: 0.75em;
}

textarea {
	font-family: arial, sans-serif;
	font-size: 0.75em;
}

a {
	font-weight: normal;
}

/* Header Styles */

.header {
	font-size: 0.75em;				/* Header area font size */
}

/* Footer Styles */

.footer {
	font-size: 0.7em;				/* Footer area font size */
}

/* Menu Styles */

.menu_label {
	font-size: 0.8em;				/* Item font size */
	font-weight: bold;				/* Item label space font weight */
}

/* Title Styles */

.title_label {
	font-size: 0.9em;				/* Page title font size */
	font-weight: bold;				/* Page title label space font weight */
}

/* Content Styles */

.subtitle {
	font-size: 0.85em;				/* Table title font size */
	font-weight: bold;
}

.message {
	font-size: 0.75em;
}

.field_label {
	font-size: 0.75em;
}

.button, .button_left, .button_right, .button_right_wider, .button_right_widest {
	font-size: 0.75em;				/* Button font size */
	font-weight: bold;				/* Button font weight */
}

.button_keypad {
	font-size: 0.65em;				/* Button font size */
	font-weight: bold;				/* Button font weight */
}

.options_heading {
	font-weight: bold;
	font-size: 0.75em;
}

.options_heading a {
	font-weight: bold;
}

.options_text {
	font-size: 0.75em;
}


.rectangle_heading {
	font-weight: bold;
	font-size: 0.75em;
}

.rectangle_heading a {
	font-weight: bold;
	font-size: 0.75em;
}

.rectangle_label {
	font-size: 0.75em;
}

.box_heading {
	font-weight: bold;
	font-size: 0.75em;
}

.box_heading a {
	font-weight: bold;
	font-size: 0.75em;
}

.form_heading {
	font-size: 0.75em;
}

.form_heading a {
	font-size: 0.75em;
}

.form_text {
	font-size: 0.75em;
}


.list {
	font-size: 0.75em;
}

.list_heading {
	font-weight: bold;
}

.list_heading a {
	font-weight: bold;
}

.row_odd a {
	font-weight: normal;
}

.row_even a {
	font-weight: normal;
}

.details_heading {
	font-weight: bold;
}

.details_heading a {
	font-weight: bold;
}

.details td {
	font-size: 0.75em;
}


.search_heading {
	font-size: 0.75em;
}

.search_text {
	font-size: 0.75em;
}

.bold {
	font-weight: bold;
}

