/* -------------------- reset defaults -------------------- */
* { margin: 0; padding: 0; }
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, strong, em, ins, dl, dt, dd, ol, ul, li, form, fieldset, label, table, tbody, tfoot, thead, tr, th, td { border: 0; border-width: 0; outline: 0; vertical-align: baseline; background: transparent; }
html, body { width: 100%; height: 100%; }
body { font: 12px/16px 'Arial', sans-serif; color: #7d7174; background: #304f72 url(/design/images/b-bg.jpg) 50% 0 repeat; text-align: left; position: relative; z-index: 0; }

/* ----- global elements ----- */
table { border-collapse: collapse; border-spacing: 0; border-width: 0; }
caption, td, th { vertical-align: top; }
dl, ul, ol { list-style: none; }
img { border: 0; border-width: 0; }

/* ----- text elements ----- */
ins { text-decoration: underline; }
del { text-decoration: line-through; }
em { font-style: italic; }
strong { font-weight: bold; }
sup { vertical-align: top; position: relative; }
sub { vertical-align: bottom; position: relative; }
big { font: 20px 'Arial'; }
/* ----- elements for decoration ----- */
i { font-style: normal; }
b { font-weight: normal; }

/* ----- forms elements ----- */
input, button { overflow: visible; }
input, button, select { vertical-align: middle; }
/* ----- :text ----- */
input.text { padding: 1px 2px; overflow: hidden; font: 12px/16px 'Arial'; color: #96878d; border: 1px solid; border-color: #7c7c7c #c3c3c3 #ddd; }
/* ----- :radio :checkbox ----- */
input.radio, input.checkbox { padding: 1px; top: -1px; position: relative; }
/* ----- :file ----- */
input.file { font: 12px/16px 'Arial'; }
/* ----- :button ----- */
input.button { padding: 0 5px; cursor: pointer; }
/* ----- textarea ----- */
textarea { padding: 1px 2px; overflow: auto; vertical-align: top; font: 12px/16px 'Arial'; color: #333; border: 1px solid; border-color: #7c7c7c #c3c3c3 #ddd; }
/* ----- select ----- */
select { font: 12px/16px 'Arial'; color: #333; }
option { font: 11px/16px 'Arial'; color: #111; }
/* ----- 100% ----- */
.w-text { padding-right: 6px; position: relative; }
.w-text input.text, .w-text textarea { width: 100%; }

/* ----- quotation ----- */
blockquote, q { quotes: '' '' '' ''; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

/* ----- global styles ----- */
a { color: #0264bd; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { color: #fff; }
h1 { font: bold 18px/24px 'Times New Roman'; }
h2 { font: bold italic 16px/20px 'Arial'; color: #1566af; }
h3 { font: px/px 'Arial'; }

/* ----- clear ----- */
.cl { display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
.clf:after { content: ''; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }

/* -------------------- page wrap and page -------------------- */
#w-page { width: 1000px; height: 100%; margin: 0 auto; position: relative; }
#page { width: 100%; min-height: 100%; background: #fef2f8 url(/design/images/h-bg.png) 50% 0 no-repeat; position: relative; }



/* ----- fonts ----- */
.fz14 { font-size: 14px !important; }

/* ----- colors ----- */

/* ----- margins ----- */
.nom { margin: 0 !important; }

/* ----- paddings ----- */
.nop { padding: 0 !important; }

/* ----- borders ----- */
.nobd { border: 0 !important; }

/* ----- bg ----- */
.nobg { background: none !important; }

/* ----- text align ----- */
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.fl { float: left !important; }
.fr { float: right !important; }

/* ----- vertical align ----- */
.vam { vertical-align: middle !important; }





.text p {
	text-align:justify;
	padding: 3px 0 5px 0;
}

.text h2 {
	color:#d33;
	padding: 7px 0 5px 0;
}


.text h3 {
	padding: 7px 0 5px 0;
	color:#f55;
}
