/**
* @author Cristian Ciobanu
*/
html, body {
font-family: "Trebuchet MS", arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 14px;
color: #030303;
background-color: #8a8175;
}

body, div, td, form {margin: 0px;padding: 0px;border: none;}

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

img {border-style: none;}

td {vertical-align: top;}

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

a:hover {text-decoration: underline;color: #504c44;}

a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {text-decoration: none;color: #ffffff;display: block;margin-left: 15px;height: 11px;float: left;}

a.white_arr:link, a.white_arr:active, a.white_arr:visited{text-decoration: none;color: #ffffff;display: block;font-weight:bold;font-size: 12px;}
a.white_arr:hover {color: #fce202;}

a.linktext:link, a.linktext:active, a.linktext:visited{text-decoration: none;color: #feffff;font-weight:bold;font-size: 13px;}
a.linktext:hover {color: #fce202;}

h1.title {margin: 10px 0px;padding: 0px;font-size: 13px;line-height: 14px;font-weight: bold;color: inherit;}

img.frame {border:3px solid #8a8175;}

.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;}

.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;}

.abs {position: absolute;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.nonitalic {font-style: normal;}

.box {border: 1px solid #504c44;border-top: none;border-left: none;border-right: none;background-color: #ffffff;font-size: 13px;color: #000000;padding: 1px;}

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

.button {border: 2px outset #504c44;background-color: #ffffff;font-weight: bold;font-size: 11px;text-align: center;color: #000000;cursor: pointer;}

.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;}

.blue, a.blue:link, a.blue:active, a.blue:visited, a.blue:hover {color: #2e3db5}

.grey, a.grey:link, a.grey:active, a.grey:visited, a.grey:hover {color: #504c44;}

.f10 {font-size: 10px;}

.f11 {font-size: 11px;}

.f12 {font-size: 12px;}

.f13 {font-size: 13px;}

.f14 {font-size: 14px;}

.full {width: 100%;}

.float_l {float: left;}
