/* CSS Document*/

body
	{
	background-image: url('../cnvbkgnd3.jpg');
	}
	

a:link
	{
	color: #3300ff;
	text-decoration: underline;
	font-family: Times;
	font-size: 10pt;
	font-weight: none;
	}

a:visited
	{
	color: #3300ff;
	text-decoration: underline;
	font-family: Times;
	font-size: 10pt;
	font-weight: none;
	}	
	
a:hover 
	{
	color: #ff6600;
	text-decoration: underline;
	font-family: Times;
	font-size: 10pt;
	font-weight: none;
	}
	
.other a:link
	{
	color: #000000;
	text-decoration: underline;
	font-family: Times;
	font-size: 12pt;
	font-weight: none;
	}

.other a:visited
	{
	color: #000000;
	text-decoration: underline;
	font-family: Times;
	font-size: 12pt;
	font-weight: none;
	}	
	
.other a:hover 
	{
	color: #9999ff;
	text-decoration: underline;
	font-family: Times;
	font-size: 12pt;
	font-weight: none;
	}
