/* BASIC ELEMENTS */

body
	{
	font-family: arial, helvetica, sans-serif;
	background: #D4E6FF;
	color : black;
	margin-top: 0px;
	font-size: smaller;
	}


table
	{
	border-collapse: collapse;
	}

a
	{
	color:#546790
	}

h1
	{
	color: #60719f;
	font-size: large;
	font-weight: bold;
	}


h2
	{
	color: #717171;
	font-size: medium;
	font-weight: bold;
	}

h3
	{
	font-size: small;
	font-weight: bold;
	}

.visitstore
	{
	font-weight: bold;
	}

.pagetable
	{ 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse: separate;
	}

.company
	{
	color: #000033;
	}

.useage
	{
	font-size: x-small;
	}

.colourset
	{
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: brown;
	}

.colourtype
	{
	font-weight: bold;
	font-style: italic;
	color: #BF9640;
	}

.colourdesc
	{
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	color: #808080;
	}

.colouruseage
	{
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #916246;
	}

.colourwater
	{
	color: #006699;
	}
	
.rowodd
	{
		vertical-align: top;
		background-color: white;
	}

.roweven
	{
		vertical-align: top;
		background-color: #DDDDDD;
	}

.pager
	{
		text-align: right;
		margin-right: 15px;
	}

