﻿@font-face {
    font-family: 'segoescript';
    src: url('../fonts/segoescript.eot');
    src: url('../fonts/segoescript.eot') format('embedded-opentype'),
         url('../fonts/segoescript.woff2') format('woff2'),
         url('../fonts/segoescript.woff') format('woff'),
         url('../fonts/segoescript.ttf') format('truetype'),
         url('../fonts/segoescript.svg#segoescript') format('svg');
}
/*elements style*/
body {
	font-family: Arial,Tahoma,sans-serif,Helvetica;
	font-size: 11pt;
	color: #000;
	background-color: #CEBA87;
}
/*end-----------------------------------------------------------------------------*/
/*general classes*/
.shadow {
	-moz-box-shadow: 3px 3px 5px 1px #000;
	-webkit-box-shadow: 3px 3px 5px 1px #000;
	box-shadow: 3px 3px 5px 1px #000;
}
.corner {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url("border-radius.htc");/* Relative to css document */
}
.opaque {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
/*end-----------------------------------------------------------------------------*/
