/* CSS Document */
body{
	color:#ff6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 25px;
}
li{
	padding:0px 0px 5px 0px;
}
.v-links{
	width:580px;
	margin:0px auto 0px auto;
}
.v-links h1{
	font-size:14px;
	margin:0px 20px 0px 20px;
	padding:0px 0px 5px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.v-links .link{
	width:270px;
	float:left;
	padding:10px;
}
.v-links .link a{
	color:#666666;
	text-decoration:underline;
}
.v-links .link a:hover{
	color:#ff6600;
	text-decoration:underline;
}
.clear{
	clear:both;
}