﻿/* -------------------------------------- */
/*              CSS Library               */
/* -------------------------------------- */
/* - Version  : 1.0                     - */
/* - Developer: Martin M. Mune          - */
/* - Date     : 08 MAR 09               - */
/* -------------------------------------- */
/*                 Notes                  */
/* -------------------------------------- */
/* Body area: 1014px                      */
/*                                        */
/*                                        */
/* -------------------------------------- */

/* -----           Global           ----- */
.global			{font-family: "Trebuchet MS", Verdana, Courier;
				font-size: small;
				background-color: #666633;
				color: #000000;
				text-align: justify;}

/* -----       Text Handling        ----- */
.para			{margin-left: 10px;
				margin-right: 10px;}

.hd1				{text-align: center;
				font-size: x-large;
				font-weight: bolder;}

.hd2				{text-align: center;
				font-size: large;
				font-weight: bolder;}

.b-text			{font-weight: bolder;}

.c-text			{text-align: center;}

/* -----     Table/Text Handling     ----- */
.table-wide		{
				width: 980px;
				border: 1px solid #000000;
				background-color: #ffffff;
				vertical-align: top;
				padding-right:}
.table-bio		{
				width: 520px;
				border: 1px solid #000000;
				background-color: #ffffff;
				vertical-align: top;
				padding: 0;}				

.table-heading		{height: 128px;
				text-align: center;}

.table-menu		{height: 48px;
				vertical-align: middle;}

.table-footer		{height: 24px;
				vertical-align: middle;}

.table-menu-br		{border-top: 1px solid #000000;
				border-bottom: 1px solid #000000;
				text-align: center;}

.table-status		{height: 16px;
				background-color: #000080;
				color: #ffff00;
				vertical-align: middle;}

.table-body		{vertical-align: top;
				height: 984px;}

.body-left		{width: 250px;
				border-right: 1px solid #000000;}

.body-middle		{width: 480px;}

.body-middle p		{margin-left: 10px;
				margin-right: 10px;}

.body-right		{width: 250px;
				border-left: 1px solid #000000;
				text-align: center;}

.no-underline	A {text-decoration: none;}

.disclaimer	{font-size: 7pt; 
		text-align: center;
		line-height: 1;}

