h1
{
    color: #466DC8;
    font-size:large;
    font-family:Tahoma
}

h2
{
    color: #466DC8;
    font-size:medium;
    font-family:Tahoma
}

a {
    font-family: arial, tahoma, verdana, helvetica;
    color: #466DC8;
    font-style: normal;
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover 
{
	color: #7391D5;
}

a:active {}

.nav-text
{
    font-family: arial, tahoma, verdana, helvetica;
    font-size: medium;
    font-weight:normal;
    color: #666666;
    font-style: normal;
    padding-left: 15px;
}

.nav-text-on
{
    font-family: arial, tahoma, verdana, helvetica;
    font-size: medium;
    font-weight:bold;
    color: #466DC8;
    font-style: normal;
    padding-left: 15px;
}

.nav-text:hover {
	font-family: arial, tahoma, verdana, helvetica;
	font-size: medium;
	color: #7391D5;
	font-style: normal;
	padding-left: 15px;
}

p
{
    color:black;
    font-family:Tahoma;
    font-size: normal;
 }

li
{
    color:black;
    font-family:Tahoma;
    font-size: normal;
 }


.topNavigator
{
    font-family:Tahoma
}

.userColorDark
{
    color:#466DC8;
    font-family:Tahoma;
    font-weight: bold;
    font-size: 24pt;
 }

.userColorDarkLabel
{
    color:#466DC8;
    font-family:Tahoma;
    font-size:medium;
    font-weight:normal;
 }



.textNormal
{
    color:black;
    font-family:Tahoma;
    font-size: normal;
 }

.catTOCBorder
{
    border:none 1px #466DC8
 }

.codeSnippet
{
	width: 80%;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #ccffff;
	font-family: 'Lucida Console' , 'Microsoft Sans Serif';
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

