A  {
	text-decoration : none;
	color : black
}
H1 {font-size : 10pt;
	font-family : verdana, arial;
	color : black;
	font-weight : normal;
	font-style : normal;
}
P, TD {
	font-size : 8pt;
	font-family : verdana, arial;
	color : #666666;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}
div {
	font-size : 8pt;
	font-family : verdana, arial;
	color : #666666;
	font-weight :normal;
	font-style : normal;
	text-decoration : none;
}

.button  {
	font-size : 10px;
	font-family : verdana,arial;
	font-weight : bold;
	font-style : normal;
}

.texto  {
	font-size : 10px;
	font-family : verdana,arial;
	font-weight : bold;
	font-style : normal;
	line-height : 9px;
}

.title  {
	font-size : 20px;
	font-family : times new roman;
	font-weight : bold;
	font-style : normal;
}

.captions  {
	font-size : x-small;
	font-family : verdana, arial;
	font-weight : normal;
	font-style : normal;
	color:#333333;
}
#features {
    font-size : x-small;
	font-family : verdana, arial;
	color : #666666;
	font-weight : normal;
	font-style : normal;
}

#button {
    margin-top:0;
	width: 100px;
	padding: 2em 0 3em 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	letter-spacing:2px;
	font-weight:500;
	background-color: #79B4D5;
	font-size:14px;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: #79B4D5;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		background-color: #2586d7;
		color: #fff;
		}
