html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
ol, ul {
list-style: none;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-image: url(../i/back-sky.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
}
html {
	height: 100%;
}

.clear {
	clear: both;
}

.no-border, img {
	border: none!important;
}


a {
	color: #0066CC;
}
a:hover {
	color: #000000;
}
a:active {  }



/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a {
	text-decoration: underline;
	display: block;
	font-size: 11pt;
	color: #0033CC;
	white-space: nowrap;
}
.menu-v a {
	text-decoration: underline;
	display: block;
	font-size: 11pt;
	color: #0033CC;
	padding: 2px;
}
.menu-v a:hover, .menu-h a:hover {
	text-decoration: underline;
	color: #000000;
}

.menu-v {
}
.menu-v   li  {
	list-style: none;
	padding: 2px;
}
.menu-v li.sel {
	list-style: none;
	padding: 2px;
}

.menu-h li {
	float: left;
	list-style: none;
	margin-bottom: 4px;
	padding: 4px;
	margin-right: 16px;
}

.menu-h li.sel {
	background-color: #3765B2;

}

.menu-v li ul {
	padding-left: 1em;
	margin-top: 0px;
}
.menu-v .menu-h/* Horizontal Menu
------------------------------ */

 {
	overflow: hidden;
	clear: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu-v li li {
	border: none;
}
.menu-v li.sel a {
	color: #000000;

}

.menu-h li.sel a {
	color: #FFFFFF;

}





/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-29 { width: 29%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-49 { width: 49%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-74 { width: 74%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }
p {
	margin-bottom: 1em;
}




/* cTxt elements
------------------------------ */

.cTxt h1, .cTxt h2, .cTxt h3, .cTxt h4 {
	margin-bottom: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #666666;
}
.cTxt h1 {
	font-size: 20pt;
	color: #007AC3;
	line-height: 22px;
}

.cTxt h2 {
	font-size: 16pt;
	color: #009900;
	font-weight: normal;
}

.cTxt h3 {
	font-size: 14pt;
	font-weight: normal;
	color: #007AC3;
	font-family: Arial, Helvetica, sans-serif;
}
.cTxt h4 {
	font-size: 1.2em;
	font-weight: normal;
}

.cTxt p, .cTxt ul, .cTxt ol, .cTxt table, blockquote, pre, .columns, .cTxt img {
	margin-bottom: 1em;
}
.cTxt ul, .cTxt ol {
	margin-left: 3em;
	line-height: 1.3em;
}

.cTxt ul li, .cTxt ol li {
	margin-bottom: .2em;
}
.cTxt p {

}


.tblBrd {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tblBrd td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.tblBrd th {
	text-align: left;
	background-color: #f1f1f1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 2px;
}


/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table.brd { border-collapse: collapse; width: 100%; }
table.brd th, table.brd td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table.brd th { background: #f4f4f4; }
table.brd td {  }

/* cTxt Form
------------------------------ */

.cTxt form { padding: .5em 0; }
.cTxt fieldset { margin-bottom: 1em; border: none; }
.cTxt legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.cTxt .f-row { overflow: hidden; margin-bottom: .5em; }
.cTxt label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.cTxt .f-inputs { padding-left: 30%; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }




.no-brd, .no-brd td, .no-brd th {
	border: none;

}

.no-brd td, .no-brd th {
	border: none;
	padding: 4px;

}
.sd {
	padding: 3px;
	text-align: right;
	float: right;
	width: 60%;
	margin-right: 212px;
}
.sd a {
	color: #999999;
	font-size: 7pt;
}
h1.pg-header {
	font-size: 22pt;
	font-weight: normal;
	color: #FF6600;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 4px;
}
