﻿/* Typography CSS Document */
body {
	color: #104973;
	font-family: arial, helvetica, sans-serif;
	font-size: 68%;
}
a:link, a:visited {
	color: #0D5B86;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Global list styles */
/*ul, ol, dd		{ padding-right: 30px;}
	li ul, li ol		{ padding: 0 15px 5px 0;}*/
body {
	font-size: 70%;
	line-height: 1.3em;
	color: #034d72;
}
table {
	font-size: 100%;
}
/*IE 5.5 text too big bugfix*/
/* Headers elements group */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	text-align: right;
}
h1 {
	font-size: 200%;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
h2 {
	font-size: 180%;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
h3 {
	font-size: 150%;
	margin: 0 0 .5em;
	line-height: 1.3em;
	font-weight: bold;
	padding-right: 5px;
}
h4 {
	font-size: 120%;
	margin: 0 0 .5em;
	line-height: 1.3em;
	font-weight: bold;
}
h5 {
	font-size: 110%;
	margin: 0 0 1em;
	line-height: 1.3em;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	margin: 1.3em 0 1em;
	line-height: 1.3em;
	font-weight: bold;
}
/* "ףעג ףפגףך */
p {
	font-size: 1em;
	margin: 0 0 1em;
}
address {
	font-style: normal;
}
label {
}
caption {
	font-weight: bold;
	text-align: right;
}
tr, td, th {
	vertical-align: top;
}
img {
}
/*SPECIAL ELEMENTS*/
img {
	border: 0;
}
hr {
	border: 0;
	border-top: 1px solid gray;
	height: 0;
	background: gray;
}
/*HIDE ACESSIBILITY TEXT*/
.accessibility {
	position: absolute;
	top: -9999em;
}
/*HIDE PRINT-MEDIA*/
.print-media {
	display: none;
}

