/**
* @author Cristian Ciobanu
*/
html, body, input {
font-family: "Trebuchet MS", serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 13px;
color: #333ca1;
background-color: #ffffff;
}

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

p {padding: 0px;margin: 5px 0px;}

img {border-style: none;}

td {vertical-align: top;}

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

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

a.arrow:link, a.arrow:active, a.arrow:visited {text-decoration: none;font-weight: bold;color: #bc0101;background-image: url('../img/arrow.gif');background-position: center left;background-repeat: no-repeat;padding-left: 12px;margin-left: 15px;}

a.arrow:hover {text-decoration: none;color: #000000;}

h1.headline {color: #000000;font-size: 18px;line-height: 18px;font-weight: bold;margin: 17px 0px 13px 0px;padding: 0px;}

h1.blue {color: #2f3370;font-size: 16px;line-height: 16px;font-weight: bold;margin: 10px 0px;padding: 0px;}

h2.title {color: #000000;font-size: 16px;line-height: 16px;padding: 0px;margin: 0px 0px 20px 0px;}

hr {width: 80%;height: 1px;margin: 5px auto;border: none;background-color: #bc0101;color: #bc0101;}

.textleft {text-align: left;}

.textcenter {text-align: center;}

.textright {text-align: right;}

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

.abs {position: absolute;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.nonitalic {font-style: normal;}

.indent {margin: 0px 5px 5px 115px;overflow: hidden;}

.box {border: 1px solid #000000;background-color: #ffffff;font-size: 11px;color: #333ca1;}

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

.button {border: none;background: transparent;font-weight: bold;font-size: 11px;text-align: center;color: #333ca1;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;}

.red, a.red:link, a.red:active, a.red:visited, a.red:hover {color: #bc0101;}

.frame {border: 1px solid #bc0101;padding: 2px;}

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