/* COWTV CSS */

a {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	color: #FE5A0F;
	text-decoration: underline;
}
a:visited {
	color: #52188C;
	text-decoration: underline;
}
#main h2 {
	font-size: 13px;
	color: #FF6600;
	height: 19px;
	background-color: #FFFFFF;
	padding: 5px 2px 2px 20px;
	background-image: url(../images/link/point1.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	margin-bottom: 8px;
	margin-top: 0px;
}
#main h3 {
	font-size: 12px;
	height: 19px;
	padding: 5px 2px 2px 15px;
	background-image: url(../images/link/point2.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
#main p {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 15px;
}

