.under_construction {
	background-color: yellow;
}

/* Overriding common classes */

body, form {
        margin: 0px;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

ul {
	margin-top: 0px;
	list-style-image: url(images/dot.gif);
	margin-left: 16px;
}



/* Link classes */

a {
	font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: bold;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: white;
}

a.text {
	font-family: Arial, Helvetica, sans-serif;
        text-decoration: underline;
        font-weight: normal;
        color: black;
}

a.text:link {
        text-decoration: underline;
        color: black;
}

a.text:visited {
        text-decoration: underline;
        color: black;
}

a.text:hover {
        text-decoration: none;
        color: black;
}

a.left {
	font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: normal;
        font-size: 9pt;
	letter-spacing: 1px;
	margin-top: 1px;
}

a.left:link {
	color: black;
}

a.left:visited {
	color: black;
}

a.left:hover {
	color: #FF863D;
}

a.footer {
	font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: normal;
        font-size: 9pt;
        color: black;
}

a.footer:link {
        font-weight: normal;
        color: black;
}

a.footer:visited {
        font-weight: normal;
        color: black;
}

a.footer:hover {
        font-weight: normal;
        color: white;
}



/* Menu classes */

td.menu {
	text-align: center;
	vertical-align: middle;
	background-color: white;
}

td.menu_hover {
	text-align: center;
	vertical-align: middle;
	background-color: #FF863D;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: bold;
        font-size: 9pt;
	letter-spacing: 1px;
	display: block;
	margin-top: 1px;
}

a.menu:link {
	color: black;
}

a.menu:visited {
	color: black;
}

a.menu:hover {
	color: black;
}

td.submenu {
	vertical-align: middle;
}

a.submenu {
	font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: normal;
        font-size: 9pt;
	letter-spacing: 1px;
	margin-top: 1px;
}

a.submenu:link {
	color: black;
}

a.submenu:visited {
	color: black;
}

a.submenu:hover {
	color: white;
}

div.mainmenu {
        position: relative;
}

div.submenu {
        position: absolute;
        top: 16px;
        left: -10px;
}



/* Form classes */

form {
	border: 0px;
}

.input_label {
	vertical-align: top;
}

.input_label_highlight {
	vertical-align: top;
	font-weight: bold;
	color: #ff3300;
}

.input_disp {
        font-size: 12px;
        border: 1px solid #666666;
        background-color: #E0F3FC;
        padding: 2px;
        margin-bottom: 3px;
}

.input_text {
        font-size: 12px;
        border: 1px solid #666666;
}

.input_pass {
        font-size: 12px;
        border: 1px solid #666666;
}

.input_combo {
        font-size: 12px;
        border: 1px solid #666666;
}

.input_textarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: 1px solid #666666;
}

.input_button {
        font-size: 12px;
        border: 1px solid #666666;
}



/* Defining own classes */

.figure {
	text-align: center;
	font-style: italic;
	font-size: 9pt;
	margin-bottom: 1em;
}

.figure image {
	margin-bottom: 0.5em;
}

.borderedimage {
	border-width: 1px;
	border-color: #020202;
	border-style: solid;
}

.leftselect {
	width: 120px;
	border: 1px solid white;
}

