/* TAGS */
/*@font-face {
	font-family: "HeliosCond";
	src: url(/styles/fonts/helcond0.pfm); 
}*/

div, span, img, ul, li, input, .png { 
	/*behavior: url(/resources/png.htc);*/
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #464646;
}

form, input, textarea {
	margin: 0px;
	padding: 0px;
}

input { 
	vertical-align: middle;
}

img {
	border: 0px;
	display: inline;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

ol {
	
}

ol li {
	
}

em {
	
}

div {
	font-size: 9pt;
	/*text-align: justify;*/
}

p { 
	margin: 0px 0px 10px 0px;
	/*text-align: justify;*/
	/*text-indent: 20px;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

h1 { 
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-size: 11pt;
	color: #005b7f;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #005b7f;
}

h6 {
	font-size: 9pt;
	font-weight: bold;
	color: #005b7f;
}

/* links */
a:link, 
a:visited, 
a:active {
	font-size: 9pt;
	text-decoration: none;
	color: #005b7f;
}

a:hover,
a:visited:hover {
	font-size: 9pt;
	text-decoration: underline;
	color: #005b7f;
}


/* texts */


/* forms */
.button {
	font-size: 8pt;
	color: #464646;
	vertical-align: middle;
}

.combobox {
	font-size: 8pt;
	border: 1px inset #464646;
	vertical-align: middle;
}

.textarea, 
.textbox {
	font-size: 8pt;
	color: #464646;
	background-color: #fff;
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
	border: 1px solid #9fa7b0;
}


/* colors */



/* misc */
.warning {
	font-size: 9pt;
	font-style: italic;
}

.error {
	color: #f00;
}

.required {
	color: #f00;
	font-size: 9pt;
}

.w-xx-small { 
	width: 35px;
}

.w-x-small { 
	width: 100px;
}

.w-medium { 
	width: 120px;
}

.w-wide { 
	width: 400px;
}

.w-x-wide { 
	width: 700px;
}

.w200 {
	width: 200px;
}

.uppercased { 
	text-transform: uppercase !important;
}

.underlined { 
	text-decoration: underline !important;
}

.italic { 
	font-style: italic !important;
}

.bold { 
	font-weight: bold !important;
}

.normal { 
	font-weight: normal !important;
}

.justify { 
	text-align: justify !important;
}

.center { 
	width: 100%;
	text-align: center !important;
}

.left { 
	text-align: left !important;
}

.right { 
	text-align: right !important;
}

.hidden { 
	display: none;
}

.nohidden { 
	display: ;
}

img.left {
	float: left;
	margin: 0px 15px 5px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 5px 15px;
}

.centered {
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
}

.clear {
	clear: both;
}




.btn-subscript {
	width: 87px;
	height: 23px;
}



.back {
	float: left;
	width: 100%;
	border-bottom: 1px solid #b8d1da;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.back a {
	display: block;
	float: right;
	width: 170px;
	height: 28px;
	background: url(/resources/images/buttons/btn-back.png) no-repeat center;
}



hr.splitter {
	height: 1px;
}

div.splitter {
	height: 1px;
	font-size: 1px;
	background: url(/resources/images/deco/splitter.jpg) no-repeat top center;
	width: 495px;
	margin: 0px auto;
	margin-top: 20px;
	clear: both;
}

/*.std-content p,*/
p.indented {
	text-indent: 20px;
}

p ul {
	padding-left: 20px;
}

.content ul {
	padding-left: 20px;
	padding-bottom: 10px;
}




.arrowed {
	background: url(/resources/images/ico/ico-alter-arrow.gif) no-repeat center left;
	padding-left: 20px;
}


.nowrap {
	white-space: nowrap;
}


.content-image-left {
	float: left;
	text-align: center;
	padding: 5px 5px 5px 0px;
}

.content-image-left img {
	padding: 0px 5px 0px 0px;
}

.content-image-left div {
	text-align: center;
	margin-top: 5px;
	clear: left;
	font-size: 7pt;
	width: 220px;
}

.content-image-right {
	float: right;
	text-align: center;
	padding: 5px 0px 5px 10px;
}

.content-image-right img {
	padding: 0px 0px 0px 5px;
}

.content-image-right div {
	text-align: center;
	margin-top: 5px;
	clear: left;
	font-size: 7pt;
	width: 220px;
}



.table {
	width: 100%;
	border-top: 1px solid #b9d1db;
	border-left: 1px solid #b9d1db;
}

.table td {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #b9d1db;
	border-right: 1px solid #b9d1db;
}

.table .title td {
	text-align: center !important;
	color: #005c81;
	font-weight: bold;
}

.table .header td {
	background-color: #e7eaef;
	color: #005c81;
	font-weight: bold;
}

.table .first {
	background-color: #f6f9ff;
	color: #005c81;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	width: 10%;
}



.spyro-list {
	list-style: none;
}

.spyro-list li {
	padding-left: 20px;
	margin-bottom: 12px;
	background: url(/resources/images/ico/ico-arrow-spyro.gif) no-repeat top left;
}

.spyro-list li a:link, 
.spyro-list li a:visited, 
.spyro-list li a:active {
	font-size: 9pt;
	text-decoration: underline;
	color: #464646;
}

.spyro-list li a:hover,
.spyro-list li a:visited:hover {
	font-size: 9pt;
	text-decoration: none;
	color: #464646;
}




.arrowed-list {
	list-style: none;
	margin-top: 10px;
}

.arrowed-list li {
	padding-left: 20px;
	margin-bottom: 12px;
	background: url(/resources/images/ico/ico-alter-arrow.gif) no-repeat top left;
}

.arrowed-list li a:link, 
.arrowed-list li a:visited, 
.arrowed-list li a:active {
	font-size: 9pt;
	text-decoration: underline;
	color: #464646;
}

.arrowed-list li a:hover,
.arrowed-list li a:visited:hover {
	font-size: 9pt;
	text-decoration: none;
	color: #464646;
}


.arrow-list {
	list-style: none;
}

.arrow-list li {
	padding-left: 20px;
	margin-bottom: 12px;
	background: url(/resources/images/ico/ico-arrow.gif) no-repeat top left;
}

.arrow-list li a:link, 
.arrow-list li a:visited, 
.arrow-list li a:active {
	font-size: 9pt;
	text-decoration: underline;
	color: #464646;
}

.arrow-list li a:hover,
.arrow-list li a:visited:hover {
	font-size: 9pt;
	text-decoration: none;
	color: #464646;
}



.block {
	width: 100%;
	/*float: left;*/
	clear: left;
	margin: 5px 0px 5px 0px;
}

.block .wrp {
	padding: 10px;
	float: left;
}

.block h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #005b7f;
	margin-bottom: 10px;
}

.block p {
	font-size: 9pt;
	color: #464646;
	text-align: justify;
}

.block .link {
	text-align: right;
}

.block .link a:link, 
.block .link a:visited, 
.block .link a:active {
	font-size: 9pt;
	text-decoration: underline;
	color: #005b7f;
}

.block .link a:hover,
.block .link a:visited:hover {
	font-size: 9pt;
	text-decoration: none;
	color: #005b7f;
}



.block-1 {
	width: 100%;
	float: left;
	clear: left;
	background: url(/resources/images/blocks/bl-1-rp.jpg) repeat-x top;
	margin: 10px 0px 10px 0px;
	background-color: #e0f2fc;
}

.block-1 .wrp {
	padding: 10px;
	float: left;
}

.block-1 img {
	float: left;
	margin-right: 10px;
}

.block-1 h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #005b7f;
	margin-bottom: 10px;
}

.block-1 p {
	font-size: 9pt;
	color: #464646;
	text-align: justify;
}

.block-1 .link {
	text-align: right;
}

.block-1 .link a:link, 
.block-1 .link a:visited, 
.block-1 .link a:active {
	font-size: 9pt;
	text-decoration: underline;
	color: #005b7f;
}

.block-1 .link a:hover,
.block-1 .link a:visited:hover {
	font-size: 9pt;
	text-decoration: none;
	color: #005b7f;
}

