/* no_effect */
a.no_effect{
	text-decoration: none;
	color: black;	
	text-decoration: none;	
}

a.no_effect:link{
	color: black;	
	text-decoration: none;	
}

a.no_effect:visited{
	color: black;	
	text-decoration: none;
}

a.no_effect:hover{
	color: black;	
	text-decoration: none;
}

/* no_black */
a.no_black{
	text-decoration: none;
	color: black;	
	text-decoration: none;	
	display: block;
}

a.no_black:link{
	color: black;	
	text-decoration: none;	
	display: block;
}

a.no_black:visited{
	color: black;	
	text-decoration: none;
	display: block;
}

a.no_black:hover{
	color: black;	
	text-decoration: none;
	display: block;
}

/* no_nosize blue */
a.no_nosize{
	text-decoration: none;
	color: #00276C;	
	text-decoration: none;	
	display: block;
}

a.no_nosize:link{
	color: #00276C;	
	text-decoration: none;	
	display: block;
}

a.no_nosize:visited{
	color: #00276C;	
	text-decoration: none;
	display: block;
}

a.no_nosize:hover{
	color: #00276C;	
	text-decoration: none;
	display: block;
}


/* no */
a.white {
	text-decoration: none;
	color: white;	
}

a.white :link{
	color: white;	
}

a.white :visited{
	color: white;	
}

a.white :hover{
	color: white;	
	text-decoration: none;
}

.subtitle {
	font-family: Tahoma;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}

.gray {
	color: gray;
}

.txtwhite {
	color: #ffffff;
}