/* CSS Document */

	.BlackLink {
		font-family:verdana; 
		font-size:11; 
		color:black; 
		font-weight:bold; 
		text-decoration:none
	}
		
	a.BlackLink:hover {
		text-decoration: underline
	}

	.BlueLink {
		font-family:verdana; 
		font-size:11; 
		color:blue; 
		font-weight:bold; 
		text-decoration:underline
	}
		
	a.BlueLink:hover {
		text-decoration: underline
	}

	.RedLink {
		font-family:verdana; 
		font-size:11; 
		color:red; 
		font-weight:bold; 
		text-decoration:none
	}

	a.RedLink:hover {
		text-decoration: underline
	}

	a.CatLinks {
		font-family:verdana; 
		font-size:11; 
		color:white; 
		font-weight:bold; 
		text-decoration:none
	}
		
	a.CatLinks:hover {
		text-decoration:underline
	}

	a.SubCatLinks {
		font-family:verdana; 
		font-size:11; 
		color:#000000; 
		font-weight:bold; 
		text-decoration:none
	}
		
	a.SubCatLinks:hover {
		text-decoration:underline
	}

		
	a.TitleLinks {
		font-family:verdana; 
		font-size:12; 
		color:black; 
		font-weight:bold; 
		text-decoration:none
	}
		
	a.TitleLinks:hover {
		text-decoration:underline
	}

	.ItemText {
		font-family:verdana; 
		font-size:11; 
		color:black; 
		font-weight:regular; 
		text-decoration:none
	}
	
	body { 
		font-family:verdana; 
		font-size:11; 
		color:black; 
		font-weight:regular; 
		text-align:left
	}
	
	img {
		border: 0;
	}

	td {
		font-family:verdana; 
		font-size:11; 
		font-weight:regular; 
		text-decoration:none;
		border: 0;
	}

	.sm {
		font-family:verdana;
		font-size:11
	}



	input, select, textarea {
		border-color:#000000;
		border-width:thin;
		font-family:verdana; 
		font-size:11; 
	}
