html, body, div, table, tr, td, img, h1, p, ul, ol, li {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

input {
	vertical-align: middle;
}

/*********** Vista Specific *****************/

h1 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 24px;
	font-weight: bold;
	
	margin-bottom: 5px;
}

h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16px;
	font-weight: bold;
	color: #6C6C6C;
	
	margin-top: 16px;
	margin-bottom: 6px;
	border-bottom: 1px solid #BABABA;
}

h3 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #6C6C6C;
	
	margin-top: 12px;
	margin-bottom: 6px;
}
h3.strongerH3 {
	font-size: 14px;
}


a {
	color: #004FD3;
	text-decoration: underline;
}

a:visited {
	color: #6428A8;
}

a:hover {
	color: #5998FF;
}

p, ul, ol {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	margin-bottom: 0.9em;
}

ul {
	margin-left: 16px;
}
ol {
	margin-left: 22px;
}

table.chart {
	width: 100%;
	border: 1px solid #BABABA;
	margin-bottom: 12px;
}
table.chart td, table.chart th {
	padding: 5px;
	border-bottom: 1px solid #BABABA;
	
	text-align: left;
	
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	line-height: 1.2em;
}

table.chart th {
	font-weight: bold;
}

img.inlineIcon {
	vertical-align: middle;
	padding-right: 3px;
}
	
.numberStyle {
	font-family: arial, sans-serif;
}


	
