/**
* @author Cristian Ciobanu
*/
html, body {
font-family: "Georgia", arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 16px;
color: #160f05;
background-color: #ab9e7a;background-image: url('../img/bg.jpg');background-position: top left;background-repeat: repeat-x;
}

body, div, td, form, map, area {margin: 0px;padding: 0px;border: none;font-size: inherit;}

p {padding: 0px;margin: 5px 0px;text-align: inherit;font-size: inherit;}

img {border-style: none;}

table {border-collapse: collapse;border-spacing: 0px;}

td {vertical-align: top;}

th {font-size: 13px;font-weight: bold;padding: 2px;background-color: #ab9e7a;color: #ffffff;}

a, a:link, a:active, a:visited {text-decoration: none;color: #672c01;}

a:hover {text-decoration: none;color: #672c01;}

.txtl {text-align: left;}

.txtc {text-align: center;}

.txtr {text-align: right;}

.txtj {text-align: justify;}

.center {margin-left: auto;margin-right: auto;}

.vtop {vertical-align: top;}

.vmiddle {vertical-align: middle;}

.vbottom {vertical-align: bottom;}

.p2 {padding: 2px;}

.p5 {padding: 5px;}

.p10 {padding: 10px;}

.m5 {margin: 5px;}

.m10 {margin: 10px;}

.mbt10 {margin: 10px 0px;}

.mlr10 {margin: 0px 10px;}

.mt10 {margin-top: 10px;}

.mb10 {margin-bottom: 10px;}

.ml10 {margin-left: 10px;}

.mr10 {margin-right: 10px;}

.block {display: block;}

.inline {display: inline;}

.rel {position: relative;z-index: 1;}

.abs {position: absolute;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.nonitalic {font-style: normal;}

.box {border: 1px solid #a3998b;background-color: #ffffff;font-size: 12px;color: #000000;padding: 3px 1px;}

.box:focus {background-color: #ffffd5;}

.button {border: 2px solid #a3998b;background-color: #ab9e7a;font-weight: bold;font-size: 13px;text-align: center;color: #ffffff;cursor: pointer;padding: 1px;margin: 0px;}

.white, a.white:link, a.white:active, a.white:visited, a.white:hover {color: #ffffff;}

.black, a.black:link, a.black:active, a.black:visited, a.black:hover {color: #000000;}

.f10 {font-size: 10px;}

.f11 {font-size: 11px;}

.f12 {font-size: 12px;}

.f13 {font-size: 13px;}

.f14 {font-size: 14px;}

.float_l {float: left;}

.frame {border: 3px solid #a78c7c;}