
a, a:link, a:visited{	
	text-decoration:	none;
	color:	#000066;
	}	
a:hover, a:active	{	
	text-decoration: underline;
	color:	#000099;
	}

#nav A, #nav A:link, #nav A:visited
{
	text-decoration:	none;
	color:	#CAE5F5;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
	margin-right: 20px;
	}	
#nav A:active, #nav A:hover	{	
	color:	#FFF;
	}

#jobnav
{
	background-color:#2E4B7D;
	width: 100px;
	padding: 10px;
	margin: 0px;
}
A.jobnav, A.jobnav:link, A.jobnav:visited, u.jobnav 
{
	text-decoration:	none;
	color:	#CAE5F5;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
	display: block;
	padding:5px 0px;
	}	
A.jobnav:active, A.jobnav:hover	{	
	color:	#FFF;
	}
A.button, A.button:link, 
A.button:visited{
	color:#fff; 
	border:solid 1px; 
	padding:0px 10px ; 
	margin-right: 10px;	
	border-color: #6699CC #003366 #003366 #6699CC; 
	font-size: 8pt; 
	font-weight:bold; 
	background-color:#336699;
	text-decoration:none;} 

a.button:hover,
a.button:active
{border-color: #003366 #6699CC #6699CC #003366;
	text-decoration:none;}

a.buttonChange{background: url("/images/buttons/changeNorm.gif") no-repeat; width: 40px; height:40px; border: none}
a.buttonDelete{background: url("/images/buttons/deleteNorm.gif") no-repeat; width: 40px; height:40px; border: none}
a.buttonAdd{background: url("/images/buttons/addNorm.gif") no-repeat; width: 40px; height:40px; border: none}

a.buttonChange:hover {background: url("/images/buttons/changeOver.gif") no-repeat;}
a.buttonDelete:hover {background: url("/images/buttons/deleteOver.gif") no-repeat;}
a.buttonAdd:hover {background: url("/images/buttons/addOver.gif") no-repeat;}
 

