li a:link	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
			  	}
				
li a:visited	{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	  		}

li a:hover	{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/button_linking_down.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	  		}
				
li a:active	{
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	  		}
			
p a:link	{
	color: #0033FF;
	text-decoration: none;
	font-size: 14px;
		  	}
				
p a:visited	{
	color: #0033FF;
	text-decoration: underline;
	font-size: 14px;
	  		}

p a:hover	{
	color: #666666;
	text-decoration: none;
	font-size: 14px;
		  	}
				
p a:active	{
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
	  	}

.linking a:link	{
	color: #0033FF;
	text-decoration: none;
	font-size: 14px;
			  	}
				
.linking a:visited	{
	color: #0033FF;
	text-decoration: underline;
	font-size: 14px;
	  				}

.linking a:hover	{
	color: #666666;
	text-decoration: none;
	font-size: 14px;
				  	}
				
.linking a:active	{
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
	  				}
		
.text_bottom a:link		{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
						}

.text_bottom a:visited	{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
						}

.text_bottom a:hover	{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
						}

.text_bottom a:active	{
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
						}
	