﻿/* GENERAL */

* { outline-style: none; outline-width: 0px;}

body
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	background-color: #fff;
}

p
{
 margin: 0px;   
}


.sectionheader
{
	color:#b6724b;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:normal;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
    margin: 0px 0px 8px 0px;
    padding: 0px;
}


.introcopy {
    color:#808285;
    font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	font-style:normal;
    font-weight:bold;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.bodycopy {
    color:#808285;
    font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	font-style:normal;
	font-weight:normal;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.pbrk {page-break-after:always;}
.cpbrk {page-break-after:always;}
.mpbrk {page-break-after:always;}

/* My Custom Styles */

:lang(el) { font-family: Gentium; font-size: 15px;  }

:lang(he), :lang(he) *{ direction: rtl; font-family: "SBL Hebrew"; text-align: right; }

:lang(he) ul { padding: 0px 10px 8px 0px;}
