/*
 **********************************************************************
 * Qualifun Style sheet
 * Copyright (C) 2003, Qualifun
 * Author: François Manchon <fmanchon@qualifun.com>
 * Created: 13-Nov-2003
 **********************************************************************
 */
 
 /* Default style */
 
* {
	font-size:10pt;
}

/* HTML tags */

a img {
	border-style: none;
}

h1 { 
	font-size: 12pt;
	font-weight: bold;
}

body {
	font-size: 8pt;
	font-family: Arial, sans-serif;
}

table {
	border-style: none;
	border-width: 0;
	border-collapse: collapse;
	margin: 0;
}

td {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

/* Styles for the background */

.bluesky {
	background-image: url('images/blue_sky1.jpg');
}

.looking {
	background-image: url('images/looking_forward2.jpg');
}

/* Styles for the vertical navigation bar */

.menu_title {
	text-align: left;
	margin-left: 5px;
	font-weight: bold
}

.menu_item {
	text-align: left;
	margin-left: 15px;
}

.menu_item_inactive {
	text-align: left;
	margin-left: 15px;
	font-weight: bold;
}

/* Style for the page title */

.title {
	font-size: 14pt;
	text-align: center;
	color: blue;
	background-color: white;
	font-weight: bold;
	vertical-align: middle;
}

/* Styles for the horizontal navigation bar */

.menubar {
	background-image: url('images/m1c.jpg');
	font-weight: bold;
	height: 30px;
}

.menubar_inactive {
	width: 90px;
	vertical-align: middle;
	text-align: center;
}

.menubar_active {
	width: 90px;
	vertical-align: middle;
	text-align: center;
}

/* Styles for the bottom navigation bar */

.links {
	text-align: center;
}
