
.pres_body {
	position: relative;
	height: 100%;
	cursor: default;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	font-family: Ubuntu, Arial;
	color: maroon;
	font-size: 18px;
	/*line-height: 1.42857;*/ /* site default */
	line-height: 1.3;
}

.site_top_header {
	z-index: 1000;
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}
.site_top_header *, *::after, *::before {
    box-sizing: border-box;
}
*, *::after, *::before { /* overwrite site defaults */
    box-sizing: content-box;
}
img { /* site default */
    vertical-align: middle;
}
hr, img { /* site default */
    border: 0 none;
}
h1, h2, h3, h4 {
	font-weight: 400; /* site default */
	line-height: 1.2; /* overwrite site defaults */
	font-family: Ubuntu, Arial; /* overwrite site defaults */
}
ol, ul {
    margin-bottom: 5px; /* overwrite site defaults */
    margin-top: 10px; /* overwrite site defaults */
}

.pres_cont1 {
	width: 100%;
}
.pres_cont2 {
	width: 1100px;
	margin: 0 auto 0 auto;
	padding: 80px 0 10px 0;
}

.pres_name { /* not used */
	width: 1000px;
	margin: 0 auto;
    padding: 30px 0;
	font-size: 50px;
	/*font-weight: 700;*/
	font-style: italic;
	text-align: center;
}

.pres_page_cont {
	page-break-before: always;
	width: 1100px;
	height: 779px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.pres_header_cont {
	height: 80px;
	background:-webkit-gradient(linear, left top, left bottom, from(white), to(#ccc));
}
.pres_header {
	padding: 16px 60px 20px 0;
	font-size: 34px;
	font-style: oblique;
	text-align: center;
	color: black;
	margin: 0; /* h1 */
}
.pres_header_logo {
	float: left;
	padding: 15px 10px 5px 40px;
	width: auto;
    height: 50px;
}

.pres_page {
	display: table-cell;
	vertical-align: middle;
	width: 1100px;
	height: 659px;
	padding: 20px;
	background-color: #fff;
}

.pres_first_last_page {
	width: 1100px;
	height: 739px;
	padding: 20px;
	background-color: #fff;
}

.pres_link_cont1 {
	display: table; /* need it to center without width */
	margin: 10px auto 10px auto;
}

.pres_link, .pres_link_active {
	display: inline-block;
	margin: 4px 2px;
	padding: 2px 8px;
	font-size: 16px;
    font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.pres_link {
	color: #06a;
}
.pres_link_active, .pres_link:hover {
	box-shadow: 0 0 12px #888;
	-moz-box-shadow: 0 0 12px #888;
	-webkit-box-shadow: 0 0 12px #888;
}
.pres_link:hover { /* site defaults for <a>, but still set it */
	color: #f80;
}
.pres_link_active, .pres_link_active:hover { /* overwrite site defaults for <a> */
	color: maroon;
}
.pres_get_email {
	color: #FF7F50;
	cursor: pointer;
}
.pres_contacts {
	color: maroon;
	cursor: pointer;
	text-decoration: none;
}
.pres_contacts:hover {
	color: #FF7F50;
}
.pres_div_left {
	float: left;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
}
.pres_div_center {
	clear: both;
	margin: auto;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
}

.pres_h2 {
	margin: 10px 0 15px 0;
	font-size: 22px;
	font-weight: bold;
}
.pres_h3 {
	margin: 10px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
}
.pres_h4 {
	margin: 10px 0 15px 0;
	font-size: 18px;
	font-weight: bold;
}

.pres_left {
	text-align: left;
}
.pres_right {
	text-align: right;
}
.pres_center {
	text-align: center;
}

.pres_img {
	display: block;
	padding: 20px;
	margin: 30px auto;
	cursor: pointer;
	font-size: 14px; /* for alt tags*/
	min-width: 100px; /* for alt tags*/
	background-color: #fff;
	box-sizing: border-box;
}

.pres_shadow {
	box-shadow: 0 0 12px #888;
	-moz-box-shadow: 0 0 12px #888;
	-webkit-box-shadow: 0 0 12px #888;
}

.pres_rnd {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.pres_li {
	/*margin-bottom: 7px;*/
	padding: 0 0 7px 5px; /* move text away from the bullet */
}

.pres_emphasis_text{
	color: #FF7F50;
	/*color: #f80;*/
	font-weight: 700;
}

.pres_font_red{
	padding-bottom: 2px;
	background-color: #e77;
	color: white;
}
.pres_font_green{
	padding-bottom: 2px;
	background-color: #4c4;
	color: white;
}
.pres_font_yellow{
	background-color: yellow;
}

.pres_td_no_border {
	border: none !important; 

}

.pres_table {
	line-height: 1.5;
	font-size: 18px;
	width: 90%;
	margin: 20px auto;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
}
.pres_table td {
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 2px 4px 2px 2px;
}
.pres_td_vertical{
	background-color: #eee;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80%;
	padding: 20px 0 20px 0;
}
.pres_td_horizontal{
	background-color: #eee;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
