/* CSS Document */

.heading1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003D68;
	}
	
.products:link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

.products:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

.products:active
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
.products:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #F2B220;
	font-weight: bold;
	text-decoration: none;
	}
	
.topnav:link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000D3C;
	font-weight: bold;
	text-decoration: none;
	}

.topnav:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000D3C;
	font-weight: bold;
	text-decoration: none;
	}

.topnav:active
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000D3C;
	font-weight: bold;
	text-decoration: none;
	}
	
.topnav:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

.text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6D6D6D;
	}
	
.topmenu
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	}
	
.quotes
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #6D6D6D;
	}

.footer
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	}

BODY
	{
	background-image:url(../../Images/BG.jpg);
	background-repeat:repeat-x;
	background-color:#D0D3D8;
	}
