﻿.CategoriesList
{
	
}

.CategoriesList_ParentCategory
{
	text-transform: uppercase;
	color: #06122D;
}

.CategoriesList_ParentCategory a:link,
.CategoriesList_ParentCategory a:visited
{
	color: #06122D;
	text-decoration: underline;
	font-weight: bold;
}

.CategoriesList_ParentCategory a:hover
{
	color: #0072BC;
	text-decoration: underline;
	font-weight: bold;
}

.CategoriesList_ChildCategory
{
	 font-size: 10px;
	 color: Gray;
}

.CategoriesList_ChildCategory a:link,
.CategoriesList_ChildCategory a:visited
{
	color: Gray;
	text-decoration: none;
}

.CategoriesList_ChildCategory a:hover
{
	color: Gray;
	text-decoration: underline;
}


.LinkList
{}

.LinkList_Name
{
	font-weight: bold;
}

.LinkList_Name a
{
	font-weight: bold;
}

.LinkList_Web
{}

.LinkList_Web a
{
	color: Gray;
}

