﻿/*  Object       :  WebPage101.css 
    Last Change  :  21/08/2007 		*/


/*  Write all Tag, Class, ID names and their setting values in lower-case letters strictly */





/* HTML Tags */

body 		{
		margin-left   : 0px;
		margin-right  : 0px;
		margin-top    : 0px;
		margin-bottom : 0px;
		text-align    : center;
		}

h1 		{
		margin		: 0px;
		font-family	: arial;
		font-weight	: bold;
		font-size	: 24px;
		color		: #0076D0;
		text-align	: left;
		}

h2 		{
		font-family	: arial;
		font-weight	: bold;
		font-size	: 12px;
		color		: #0076D0;
		text-align	: center;
		}

h3 		{
		font-family	: arial;
		font-size	: 12pt;
		font-weight	: bold;
		text-align	: left;
		color		: #0076D0;
		}


h4 		{
		font-family	: arial;
		font-size	: 12pt;
		font-weight	: bold;
		color		: darkgoldenrod;
		margin-top	: 20px;
		margin-bottom	: 4px;
		}


h5 		{
		font-family	: arial;
		font-size	: 12pt;
		font-weight	: bold;
		color		: darkgoldenrod;
		margin-top	: 20px;
		margin-bottom	: 4px;
		}

h6 		{
		font-family	: arial;
		font-size	: 12pt;
		font-weight	: bold;
		color		: red;
		margin-top	: 0px;
		margin-bottom	: 0px;
		text-align	: left;
		}


ul 		{
		margin-top	: 6px;
		margin-bottom	: 6px;
		}

li		{
		margin-bottom	: 10px;
		margin-left	: -10px;
		}


hr		{
		color		: darkkhaki;
		}

.clscol_1	{
		width		: 180px;
		vertical-align	: top;
		padding-bottom	: 25px;
		text-align	: left;
		}

.clscol_2	{
		width		: 30px;
		vertical-align	: top;
		padding-bottom	: 25px;
		text-align	: left;
		}

.clscol_3	{
		width		: 230px;
		vertical-align	: top;
		padding-bottom	: 25px;
		text-align	: left;
		}

.clsincorp	{
		width		: 230px;
		vertical-align	: top;
		text-align	: left;
		}







