
/*-------------------------DEFAULT-------------------------*/

html, body {
 width:auto;
 height:auto;
 margin:0;
 padding:0;
 color:rgb(45,40,115);
 font-family:Arial;
 font-size:12px;
 text-align:center;
 line-height:16px;
}

.b {
 font-weight:bold;
}
.i {
 font-style:italic;
}
.u {
 text-decoration:underline;
}
.n {
 font-weight:normal;
 font-style:normal;
 text-decoration:none;
}

img {
 border:0;
 overflow:hidden;
}

.full {
 width:100%;
}
.half {
 width:50%;
}
.quarter {
 width:25%;
}

.bordertop {
 border-top:solid 2px rgb(255,255,255);
}
.borderright {
 border-right:solid 2px rgb(255,255,255);
}
.borderbottom {
 border-bottom:solid 2px rgb(255,255,255);
}
.borderleft {
 border-left:solid 2px rgb(255,255,255);
}

.block {
 display:block;
}

.left {
 float:left;
}

.right {
 float:right;
}

.clear {
 visibility:hidden;
 clear:both;
 width:0;
 height:0;
 overflow:hidden;
 font-size:0;
 line-height:0;
}

h1 {
 font-size:42px;
 font-weight:normal;
 margin:0 0 10px 0;
 padding:0;
}

h2 {
 font-size:18px;
 margin:0 0 10px 0;
 padding:0;
}

h3 {
 font-size:12px;
 margin:0 0 10px 0;
 padding:0;
}

ul {
 list-style-type:square;
}

ul li ul {
 list-style-type:disc;
}

ul.nolist {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

table, table tr, table tr td, table tr th,
table.collapse, table.collapse tr, table.collapse tr td, table.collapse tr th  {
 padding:0;
 border-collapse:collapse;
 border-spacing:0;
 border:0;
 text-align:left;
 vertical-align:top;
}

table.separate, table.separate tr, table.separate tr td, table.separate tr th  {
 padding:0;
 border-collapse:separate;
 border-spacing:0;
 border:solid 1px rgb(255,255,255);
 text-align:left;
 vertical-align:top;
}

a:link, a:visited {
 color:rgb(50,50,75);
}
a:hover, a:active {
 color:rgb(75,50,50);
 text-decoration:none;
}

span.error {
 color:rgb(200,0,0);
 font-weight:bold;
}

.icontext {
 width:auto;
 height:25px;
 line-height:25px;
}
 .icontext img {
  margin-right:10px;
 }

input, select, textarea {
 font-family:Arial;
 font-size:12px;
 line-height:16px;
}

input.error, select.error, textarea.error {
 border:solid 1px rgb(200,0,0);
 background-color:rgb(250,225,225);
}
