﻿/* ----- Default CSS ----- */

/* ----- Global Look'n'feel ----- */
.back-body			{background-color: #000033;	/*#ffffcc*/
					font-family: "Trebuchet MS", Verdana, Courier;
					font-size: small;}

/* ----- Text Nav Bar ----- */
a:hover				{background-color: #000033;
					color: #ffffff;}

.link-text			{text-decoration: none;
					color: #000000;}

/* ----- Table Formatting ----- */
.table-wide			{margin-left: auto;
					margin-right: auto;
					border-style: solid;
					border-color: #000000;
					border-width: thin;
					width: 980px;
					background-color: #ffffff;
					vertical-align: top;
					text-align: justify;}

.table-head			{border-style: solid;
					border-color: #000000;
					border-width: thin;
					vertical-align: middle;}

.table-body			{border-style: solid;
					border-color: #000000;
					border-width: thin;}

.table-left			{width: 25%;
					text-align: center;
					vertical-align: top;
					border-right: 1px solid #000000;
					margin-left:auto;
					margin-right:auto;}

.table-right		{width: 75%;
					vertical-align: top;
					text-align: justify;}

.table-left-lg		{width: 25%;
					text-align: left;
					vertical-align: top;
					font-weight: bold;
					border-right: 1px solid #000000;}

.table-menu-top		{background-color: #ffcc66;
					text-align: center;
					border-bottom: 1px solid #000000;
					border-top: 1px solid #000000;}

.table-menu-bottom	{background-color: #ffcc66;
					text-align: center;
					border-top: 1px solid #000000;}


/* ------ Image Handling ----- */
.img-set			{border: black solid 1px;
				margin-right: 3px;
				margin-bottom: 3px;}

.img-def2			{border: black solid 1px;
				margin-right: 10px;
				margin-bottom: 10px;}

.pics			{height: 68px;
				width: 75px;
				padding-right: 3px;
				padding-bottom: 0px;
				float: left;}
			
.pics2			{height: 120px;
				width: 70px;
				padding-right: 3px;
				padding-bottom: 0px;
				float: left;}

.img-def			{border: black solid 1px;
				margin-top: 3px;
				margin-bottom: 3px;
				margin-left: 3px;
				margin-right: 3px;
				height: 192px;
				width: 240px;}

/*------ Text Handling ----- */
.para				{width: 740px;
					margin-left: 10px;
					margin-right: 10px;
					font-size: small;}

.hd1				{font-size: x-large;
					font-weight: bold;
					text-align: center;
					text-decoration: underline;}

.hd2 				{font-size: large;
					font-weight: bold;
					text-align: center;}

.hd3				{font-size: medium;
					font-weight: bold;
					text-align: left;
					/*text-decoration: underline;*/}

.hd4				{font-size: small;
					font-weight: bold;
					text-align: left;
					/*text-decoration: underline;*/}

.bd-para			{width: 75%;
					border-top: 1px solid #000000;
					border-bottom: 1px solid #000000;
					border-left: 1px solid #000000;
					border-right: 1px solid #000000;
					background-color: #ffcc66;
					margin-left:auto;
					margin-right:auto;}

.legal				{font-size: x-small;
					font-weight: bold;
					text-align: justify;
					margin-left: 10px;
					margin-right: 10px;}

li.list				{width: 700px;
					margin-right: 50px;}
 
.hl					{background-color: #000000;
					color: #ffffff;}

.left-side			{text-align:center;}

/* ----- End of Default CSS ----- */

