﻿@import url("../../default.css");
.leftMenuColor a, .leftMenuColor a:link, .leftMenuColor a:active, .leftMenuColor a:visited, .leftMenuColor a:hover
{
	color: #79bde9;
}
.leftMenuChild a, .leftMenuChild a:link, .leftMenuChild a:active, .leftMenuChild a:visited, .leftMenuChild a:hover
{
	color: #79bde9;
}
.leftMenuSub a, .leftMenuSub a:link, .leftMenuSub a:active, .leftMenuSub a:visited, .leftMenuSub a:hover
{
	color: #79bde9;
}
.leftMenuSelected
{
	background-color: #79bde9;
}
.leftMenuSubSelected
{
	background-color: #79bde9;
}

.underline
{
	text-decoration:underline;
}

.indent
{
	padding-left:25px;
}

.tennantDesc
{
	padding-left:25px;
	padding-bottom:15px;
}

.ital
{
	font-style:italic;
}

.bold
{
	font-weight:bold;
}

.heading
{
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
	font-size:1.25em;
	padding-top:25px;
}
