/**
* @author Cristian Ciobanu
*/
html, body {
font-family: Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 14px;
color: #000000;
background-color: #ffffff;
}

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;}

a:link, a:active, a:visited {text-decoration: none;color: #090173;}

a:hover {text-decoration: underline;color: #090173;}

a.nav:link, a.nav:active, a.nav:visited {text-decoration: none;color: #090173;display: block;border-bottom: 3px solid #d0d1de;}

a.nav:hover {text-decoration: none;color: #000000;}

img.hr {display: block;width: 585px;height: 1px;background-color: #ffffff;}

.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;z-index: 1;}

.abs {position: absolute;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.nonitalic {font-style: normal;}

.box {border: 1px solid #000000;background-color: #ffffff;font-size: 12px;color: #000000;padding: 3px 1px;}

.box:focus {background-color: #ffffd5;}

.button {border: 2px solid #000000;background-color: #ffffff;font-weight: normal;font-size: 14px;line-height: 14px;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: #090173;}

.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 #d0d1de;}