/** MATRIX-CMS **/
.matrixcms, .matrixcms a {
	font: 12px/14px 'DejaVuSerifBook', 'Times New Roman';
}

* {
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font: 14px/16px 'OpenSansRegular', Arial;
	font-size: 14px;
	line-height: 125%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #3f3f3f;
}

* img { border: none; }
object:hover { border: 0px solid transparent; }

p, hr, .GPM { margin: 0 0 12px 0; }
p { line-height: 150%; }
.inline { display: inline; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clearBoth { clear: both; }

.justify { text-align: justify; }

.valignTop { vertical-align: top; }

.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignTop { vertical-align: top; }

.displayBlock { display: block; }
.displayInline, .inline { display: inline; }
.displayInlineBlock, .inlineBlock { display: inline-block; }
.displayNone { display: none; }

.posAbsolute { position: absolute; }
.posRelative { position: relative; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.cursorPointer { cursor: pointer; }
.cursorDefault { cursor: default; }

.fullWidth { width: 100%; }

.table { display: table; }
.table .row { display: table-row; }
.table .row .cell { display: table-cell; }
.table .row.displayNone, .table .row .cell.displayNone { display: none; }

.padt { padding-top: 10px; }
.padr { padding-right: 10px; }
.padb { padding-bottom: 10px; }
.padl { padding-left: 10px; }

h1 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0.75em;
	color: #3f3f3f;
	
	text-transform: uppercase;
	font: 24px/26px 'OpenSansBold', Arial;
	font-size: 24px;
}
h2 {
	margin: 0px;
	margin-bottom: .75em;
	padding: 0px;
	font-size: 100%;
	color: #303030;
	
	text-transform: uppercase;
	font: 16px/18px 'OpenSans', Arial;
	font-size: 16px;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #979da8;
	font-size: 100%;
}
h4 {
	margin: 0px;
	padding: 0px;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
}

a, .GAS { color: #000; text-decoration: none; }
a:hover, .GAS:hover { text-decoration: underline; }

ul {
	margin: 0;
	padding: 0 0 1em;
	list-style: none;
	/*font-weight: bold;*/
}
ul li {
  background-image: url("../images/layout/point.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 2px 0 2px 18px;
}
ol {
	margin: 0;
	padding: 0 0 1em;
	padding-left: 23px;
	/*font-weight: bold;*/
}
ol li {
	margin: 0;
	padding: 0;
	padding: 2px 0px;
}

INPUT[type=text], INPUT[type=password], textarea {
	border: 1px solid #434343;
	border-color: #a7accf #989dbf #989dbf #a7accf;
	padding: 1px 3px;
	font-size: 100%;
	vertical-align: bottom;
	font: 12px/14px 'DejaVuSansBook', Arial;
}
INPUT[type=text], INPUT[type=password] {
	height: 16px;
}
INPUT[type=text]:focus, INPUT[type=password]:focus, textarea:focus {
	box-shadow: 0px 0px 2px #5e8;
}
INPUT.button, INPUT[type=submit], INPUT[type=button], INPUT[type=reset], BUTTON {
	color: black;
	border: 1px solid;
	border-left-color: #D0D7E8;
	border-top-color: #D0D7E8;
	border-bottom-color: #D0D7E8;
	border-right-color: #D0D7E8;
	padding: 0px 3px;
	vertical-align: bottom;
	background:white;
}
INPUT[type=radio] {
	margin: 0px;
}
label {
	position: relative;
	top: -3px;
}

hr {
	border: none;
	border-bottom: 1px solid #b8b8b8;
	font-size: 0px;
	background-color: transparent;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 75%;
}

sup { bottom: 1ex; }
sub { top: .5ex; }
