/* CSS Document */

.tableborder{
	border: 1px solid #999999;	
}
a {
	font-family: "";
	font-size: 13px;
	color:#666666;
	text-decoration: none;
}
a :link {
	text-decoration: none;
	font-size: 13px;
	color:#0000FF;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: #00FF00;
	font-family: "";
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	font-size: 13px;
	font-family: "";
}
a.url{
	font-size: 14px;
	color:#333333;
	text-decoration:none;
	font-weight: normal;
}

a.url :link {
	text-decoration:none;
	font-size: 15px;
	color:#333333;
	font-weight: bold;
}

a.url:visited {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}


a.url :active {
	text-decoration: none;
	color: #00FF00;
	font-size: 14px;
	font-weight: bold;
}
a.url:hover {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.url1{
	font-size: 13px;
	color:#FF6600;
	text-decoration:underline;
	font-weight: bold;
}

a.url1 :link {
	text-decoration:underline;
	font-size: 13px;
	color:#FF6600;
	font-weight: bold;
}

a.url1:visited {
	text-decoration: underline;
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
}


a.url1 :active {
	text-decoration: none;
	color: #00FF00;
	font-family: "";
	font-size: 13px;
	font-weight: bold;
}
a.url1:hover {
	color: #666666;
	font-size: 13px;
	font-family: "";
	font-weight: bold;
	text-decoration: none;
}


.content{
	font-family: "";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #999999;
	margin: 15px;
	padding: 15px;
	line-height: 20px;
}
.color{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
.which{
	font-size: 13px;
	color: #FF9933;
	text-decoration: none;
}
