body		{
			 margin: 0;
		 	 font-size: small;
		 	 font-family: verdana, arial, helvetica, sans serif;
		 	 background-image: url(images/background_image.gif);
			 color: #666;
		 	}
			
table		{
			 font-size: small;
			 background-color: white;
			}
			 
.right		{
			 float: right;
			 margin-left: 10px;
			 margin-right: 10px;
			 }

.left		{
			 float: left;
			 margin-right: 10px;
			 }
			 
h1			{
			 font-size: medium;
			 font-weight: bold;
			 color: #1d4dc6;
			 }
			 
h2			{
			 font-size: small;
			 font-weight: bold;
			 color: #1d4dc6;
			}

.footer		{
			 font-size: x-small;
			 background-color: #1d4dc6;
			 color: white;
			}
		
a:link	{
		 color: #1d4dc6;
		}
				 
a:visited	{
			 color: #1d4dc6;
			}
					 
a:hover	{
		 text-decoration: none;
		 }

.paleblue	{
			 color: #073BC0;
			 background-color: #c1d0f6;
			}

.darkblue	{
			 color: #ffffff;
			 background-color: #1d4dc6;
			 font-weight: bold;
			}
			
ul li	
{
	         font-colour: #13298D;
	         list-style-type: image;
	         list-style-image:  url(images/bulletpoint_new2.gif);
			 /*text-indent: -22px;*/
}

.grey
{
	         font-size: small;
			 font-weight: bold;
			 color: #666;
}

.product
{
	border: 1px solid #c1d0f6;
	font-size: x-small;
	padding: 2px;
}

.product td
{
	border: 1px solid #c1d0f6;
	border-collapse: collapse;
}

