a:link 		{ 
		text-decoration: none;
		color: #808080;
		font-family: Tahoma;
		font-size: 12px
		}

a:active 	{ 
		text-decoration: none;
		color: 000066k;
		font-family: Tahoma;
		font-size: 12px
		}

a:visited 	{ 
		text-decoration: none;
		color: #808080;
		font-family: Tahoma;
		font-size: 12px
		}
	
a:hover 	{ 
		text-decoration: none;
		color: 000066;
		font-family: Tahoma;
		font-size: 12px
		}

.border	{
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: 000088;
	}

.dashed
	{
	border-width: 1px 1px 1px 1px;
	border-style: dashed;
	border-color: #FF0000;
	}