/**
* @author Cristian Ciobanu
*/
html, body {
font-family: "Trebuchet MS", sans-serif;
font-weight: normal;
font-style: normal;
font-size: 11px;
line-height: 13px;
color: #fdde5b;
background-color: #13162b;
}

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: #fd2e2e;}

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

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

a.arrow:hover {text-decoration: underline;}

a.arrow_y:link, a.arrow_y:active, a.arrow_y:visited, a.arrow_y:hover {text-decoration: none;color: #fd2e2e;font-weight: bold;background-image: url('../img/arrow_y.gif');background-position: center left;background-repeat: no-repeat;padding-left: 13px;}

a.arrow_y:hover {text-decoration: underline;}

h1.title {
margin: 15px 0px;
padding: 0px;
font-size: 14px;
line-height: 14px;
color: #fd2e2e;
}

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

.near {margin: 0px;padding: 0px;}

.indent {margin: 0px 100px;}

.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 #363f7b;background-color: #ffffff;font-size: 10px;color: #13162b;}

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

.button {border: 2px outset #363f7b;background-color: #29305d;font-weight: bold;font-size: 10px;text-align: center;color: #fdde5b;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;}

.yellow, a.yellow:link, a.yellow:active, a.yellow:visited, a.yellow:hover {color: #fdde5b;}

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

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

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