/* 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: #f0f3ea url('../images/bg.jpg') repeat-x top center; color: #444444; }
body, textarea, td, th { font-size: 14px; font-family: "Trebuchet MS", Arial, Tahoma, Sans-Serif;}
#layout { min-width: 1000px; max-width: 1400px; width: expression(document.body.clientWidth > 1400 ? "1400px": "auto" ); height: 100%; }

* { -moz-box-sizing: border-box; }

/* Common HTML elements */
h1 {margin: 0 0 0.5em 0; font-size: 26px; line-height: 30px; font-weight: normal; color: #444444;}
h2 {margin: 0 0 0.5em 0; font-size: 20px; line-height: 24px; font-weight: normal; color: #444444;}

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('../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: 24px;}
.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;}
.red {color: #ed1c24;}

/* Forms */
form {margin: 0; padding: 0;}
input.field, textarea.field {width: 100%;}

A, A:link, A:visited, A:active {text-decoration: underline; color: #3d6dab;}
A:hover {text-decoration: underline; color: #69a3ee;}

A.gray, A.gray:link, A.gray:visited, A.gray:active {text-decoration: none; color: #444444;}
A.gray:hover {text-decoration: none; color: #777777;}