body {
	margin:0;
	padding:0;
	background-color:rgb(197,204,211);
	-webkit-text-size-adjust:none;
}

h1 {
	margin:0;
	padding:10px;
	font-size:17px;
	font-family:Helvetica;
	font-weight:bold;
	color:rgb(76,86,108);
}

p {
	font-weight: normal;
	font-size: 14px;
	padding:10px 10px 14px 10px;
	margin: 0px;
}
p A {
	color:#0033FF;
}
ul {	   
	padding:0;
	margin-top:0;
	margin-right:10px;
	margin-bottom:17px;
	font-size:17px;
	font-family:Helvetica;
	font-weight:bold;
	color:black;
	width:300px;
	background-color: white;
	border-width:1px;
	border-style:solid;
	border-color:rgb(217,217,217);
	-webkit-border-radius:8px;
}

li {	
	list-style-type: none;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:rgb(217,217,217);
	padding:10px 10px 14px 10px;
}

li:first-child {
	border-top:0;
}

LI a {
	display:block;
	padding-top:8px;
	padding-right:8px;
	padding-bottom:12px;
	padding-left:8px;
	margin-top:-8px;
	margin-right:-8px;
	margin-bottom:-12px;
	margin-left:-8px;
	color:black;
}
A {
	text-decoration:none;
}

.showArrow {  
	margin-right:10px;
	padding-right:16px;
	background-image:url(images/chevron.png);
	background-repeat:no-repeat;
	background-position:right;
}

.secondary {
	font-weight:normal;
	float:right;
	margin-right:10px;
}

.secondaryWArrow {
	display:block;
	font-weight:normal;
	float:right;
	color:#324F85;
}

.secondaryWLink {
	font-weight:normal;
	float:right;
	margin-right:10px;
	color: #324F85;
}

.toolbar {
	font-family:Helvetica;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #2d3642;
	border-top: 1px solid #6d84a2;
	padding: 10px;
	width:100%;
	height: 45px;
	background: url(../images/toolbar.png) #6d84a2 repeat-x;
}

.pagina {
	position: absolute;
	left: 140px;
	top: 15px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	color: #FFFFFF;
}

.button {
	position: absolute;
	overflow: hidden;
	top: 8px;
	margin: 0;
	border-width: 0 5px;
	padding: 0 3px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	background: none;
	-webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
}

#ttimg {
	max-width: 400px;
	width: 100%;
}
