/* Dear visitor! Thanks for coming to this page. For more information please visit http://www.w3.org/Style/CSS/ */

body {margin: 0px; padding: 0px; background-color: #fff; background: url('/layouts/common/images/mbg.jpg'); color: #ddd;}
body, textarea, td, th {font-size: 12px; font-family: Arial, Tahoma, Sans-Serif;}
/*#layout { min-width:1000px; max-width:1600px; width: expression(document.body.clientWidth > 1600 ? "1600px": "auto" ); height: 100%; }*/

* { -moz-box-sizing: border-box; }

/* Common HTML elements */
h1 {margin: 0 0 0.5em 0; font-size: 36px; line-height: 42px; font-weight: normal; color: #f5ff00;}
h2 {margin: 1.5em 0 0.5em 0; font-size: 26px; line-height: 28px; font-weight: normal; color: #f5ff00;}
h3 {margin: 0 0 0.5em 0; font-size: 18px; line-height: 22px; font-weight: bold; color: #ddd;}
h4 {margin: 0.5em 0 1em 0; font-size: 22px; line-height: 28px; font-weight: normal; color: #f5ff00; font-family: Georgia, 'Times New Roman';}

ol li { margin: 0px 0px 12px 0px; }
ul { padding: 0px 0px 0px 0px; margin: 5px 0px 18px 0px; }
ul li { padding: 0px 0px 0px 25px; margin: 0px 0px 5px 3px; background: url('/layouts/common/images/icon-li.gif') no-repeat 0px 9px; list-style-type: none; }

sup,sub { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom;	position: relative;	}
sup { bottom: 1ex; }
sub { top: .5ex; }

table {margin: 0px; border-width: 0px;}
p {margin: 0 0 1.2em 0;}
img {border-width: 0px; margin: 0px;}

/* Type HTML elements */
.xxxlarge, table.xxxlarge td, td.xxxlarge {font-size: 32px; line-height: 38px;}
.xxlarge, table.xxlarge td, td.xxlarge {font-size: 26px; line-height: 32px;}
.xlarge, table.xlarge td, td.xlarge {font-size: 18px; line-height: 24px;}
.large, table.large td, td.large {font-size: 16px; line-height: 20px;}
.normal, table.normal td, td.normal {font-size: 14px; line-height: 18px;}
.small, table.small td, td.small {font-size: 11px; line-height: 14px;}
.smaller, table.smaller td, td.smaller {font-size: 10px; line-height: 13px;}

.italic {font-style: italic;}
.regular {font-weight: normal;}
.bold {font-weight: bold;}

.georgia { font-family: Georgia, Arial, Tahoma; }
.arialnarrow { font-family: 'Arial Narrow', Arial, Tahoma; }

.black {color: #000;}
.dgray {color: #555;}
.gray {color: #777;}
.lgray {color: #ccc;}
.white {color: #fff;}
.orange {color: #f5ff00;} /*#deff00;*/

/* Forms */
form {margin: 0; padding: 0;}
input.field, textarea.field {width: 100%;}

A, A:link, A:visited, A:active {text-decoration: underline; color: #ccc;}
A:hover {text-decoration: underline; color: #f5ff00;}

A.white, A.white:link, A.white:visited, A.white:active {text-decoration: underline; color: #ffffff;}
A.white:hover {text-decoration: underline; color: #dddddd;}

A.dgray, A.dgray:link, A.dgray:visited, A.dgray:active {text-decoration: underline; color: #555555;}
A.dgray:hover {text-decoration: underline; color: #aaaaaa;}

A.ddgray, A.ddgray:link, A.ddgray:visited, A.ddgray:active {text-decoration: underline; color: #ccc;}
A.ddgray:hover {text-decoration: underline; color: #f5ff00;}