﻿/*  Object       :  WebPage013.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	: 1px;
		}

li		{
		margin-bottom	: 2px;
		margin-left	: -10px;
		}


hr		{
		background-color: darkkhaki;
		}

.clscol1	{
		width		: 400px;
		vertical-align	: top;
		text-align	: left;
		padding-bottom	: 20px;
		}

.clscol2	{
		width		: 200px;
		vertical-align	: top;
		text-align	: center;
		padding-bottom	: 20px;
		}

.clscol3	{
		width		: 200px;
		vertical-align	: top;
		text-align	: center;
		padding-bottom	: 20px;
		}

.clsnobullet	{
		list-style-type	: none;
		}



