h1 {
	font-family: Verdana;
	font-size: 16px;
	color: #035AC1;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #FFC403;
	color: #035AC1;
}
body,p,td {
	font-family: Arial;
	font-size: 12px;
}
a {
	color: #035AC1;
	text-decoration: none;
}
a:hover {
	color: #035AC1;
	text-decoration: underline;
}
hr {
	border-top: 1px dashed #000000;
	border-bottom: 1px solid #FFFFFF;
}

table.ram {
	width: 100%;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-bottom: 8px;
}
table.ram td, table.ram th {
	padding: 2px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table.ram th {
	text-align: left;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
}
table.ram td.h {
	width: 140px;
	font-style: italic;
}
table.ram td.hh {
	width: 240px;
	font-style: italic;
}
span.sm {
	font-size: 0.9em;
}
