﻿body {
}

a 
{	
	text-decoration:none; 
}

.normallink 
{
	color:#183559;
}

.normallink a:hover 
{
	color:#968153;
}

.invertlink 
{
	color:#968153;
}

.invertlink a:hover 
{
	color:#183559;
}

.smallText 
{ 
	font-size:8pt;
	font-family:Arial;
	color:#183559;
}

.smallText a:hover
{
	text-decoration:underline;
}

.topmenu
{
	font-size:small;
}

.topmenuitem a:hover{
	color:#968153;
}

.topmenuitem
{
	font-family:Palatino Linotype;
	color:#183559;
	font-family:Palatino Linotype;
	font-weight:bold;
	font-size:small;
}

.topselected
{
	color:#968153;
}

.siteMapPath
{
	color:#183559;
	font-family:Palatino Linotype;
	font-size:xx-large;
}

.leftmenu
{
	font-size:large;
}

.leftmenuitem a:hover{
	color:#183559;
}

.leftmenuitem
{
	font-family:Palatino Linotype;
	color:#968153;
	font-family:Palatino Linotype;
	font-size:large;
}

.leftselected
{
	color:#183559;
}

.titles
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#968153;
	text-align:justify;
}

.titles a:hover
{
	text-decoration:underline;
}

.body
{
	font-family:Arial;
	font-size:11px;
	color:#183559;
	text-align:justify;
}

.labels
{
	font-family:Arial;
	font-size:11px;
	color:#183559;
	font-weight:bold;
}

.textfield
{
	border:solid 1px silver;
	background-color:Transparent;
	font-family:Arial;
	font-size:11px;
	color:#183559;	
}

.buttons
{
	font-family:Arial;
	font-size:12px;
	border:solid 1px silver;
	color:#FFFFFF;
	background-color:#183559;
	text-transform:uppercase;
	cursor:pointer;
}

/*   PASSWORD Strength  */
.strength0
{
	width:100%;
	background-color:#cccccc;
}

.strength1
{
	width:20%;
	background-color:#ff0000;
}

.strength2
{
	width:60%;	
	background-color:#e0a830;
}

.strength3
{
	width:100%;
	background-color:#56e500;
}

