/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 230%;
}

h2 {
	font-size: 190%;
}

h3 {
	font-size: 170%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 105%;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

.centered {
	text-align: center;
}

span.revdir {
	unicode-bidi:bidi-override; 
	direction: rtl; 
}

div #headline {
	font-weight: bold;
	font-size: 300%;
	line-height: 45px;
}

div #boldline {
	font-weight: bold;
}

div.spacer {  
    background-color: #1531AE;
    height: 0.7em;  
	margin: 15px 10px 15px 10px;
}  

div.map {
	height: 320px;
}

.col_red {
	color: #FF2300;
}

.col_yellow {
	color: #E2FA00;
}

.col_blue {
	color: #1531AE;
}

.bg_white {
	background-color: #FFFFFF;
}

.red_box {
	border-width: 1px;
	border-color: #FF3200;
	border-style: solid;
}

.bg_baby_blue {
	background-color: #6FA1D7;
}

.bg_blue {
	color: #FFFFFF;
	background-color: #1531AE;
}


