/* CSS Document */
/* set the color of the text */

/*<style type="text/css"> */

/* h1 {color: #001100} */
/* color of a text link */


a.one:link {color: #d4550d; text-decoration: underline}
a.one:visited {color: #d4550d; text-decoration: underline}
a.one:hover {color: #000000; text-decoration: underline}
a.one:active {color: #000000; text-decoration: underline}
a.one {font-size: 8.3pt}
a.one {font-weight: bold}
a.one {font-family: sans-serif}

html, body {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	background: #ffffff url("images/bg.gif") repeat-y top center;

}

body, td {font-family: Helvetica, Arial, sans-serif;}

/*li.margin {margin-left: 0cm}
li {color: #000000}
li {font-size: 8.5pt}
li {font-style: normal}
li {font-family: arial}
li {text-decoration: none}
li {letter-spacing: 0px} */

a {color: #000000}
/*a {font-size: 8.5pt}
a {font-style: normal}
a {font-family: helvetica}
a {font-weight: normal}
a {letter-spacing: 1px}
a {line-height: 12pt}*/

div {font-size: 30pt}
div.margin {margin: 1cm 3cm 3cm 3cm}
/*a.uppercase {text-transform: uppercase}
a.capitalize {text-transform: capitalize}
a.indent {text-indent: 5cm}
*/
p {line-height: 16pt;}
p {text-align: left;margin:0px;padding:0px;}

p {color: #444;font-size: 8.5pt;font-style: narrow;font-family: Helvetica, Arial, sans-serif;font-weight: normal;letter-spacing: .05em;}
li {
	color: #444;
	font-size: 8.5pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-left:12px;
	line-height: 16pt;
	letter-spacing: .00em;
}
ul {margin:0px;padding:0px;}

FONT.BODY {color: #000000}
FONT.BODY {font-size: 8.5pt}
FONT.BODY {font-style: narrow}
FONT.BODY {font-family: helvetica}
FONT.BODY {font-weight: normal}
FONT.BODY {letter-spacing: 1px}
FONT.BODY {line-height: 12pt}
FONT.BODY {text-align: left}

FONT.BODY2 {color: #818278}
FONT.BODY2 {font-size: 11pt}
FONT.BODY2 {font-style: narrow}
FONT.BODY2 {font-family: helvetica}
FONT.BODY2 {font-weight: bold}
FONT.BODY2 {letter-spacing: 1.5px}
FONT.BODY2 {line-height: 30pt}
FONT.BODY2 {text-align: left}

.floatimgleft {float: left;}
.floatimgleft {margin-top: 0px;}
.floatimgleft {margin-right: 0px;}
.floatimgleft {margin-left: 8px;}
.floatimgleft {margin-bottom: 8px;}

.floatimgright {float: right;}
.floatimgright {margin-top: 0px;}
.floatimgright {margin-right: 0px;}
.floatimgright {margin-left: 14px;}
.floatimgright {margin-bottom: 8px;}

.requiredField {
	font-size: 18px;
	font-weight: bold;
	color: #E85810;
	text-align: right;
}

.formText {
	font-size: 12px;
	font-weight: bold;
}

.formTextField {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

#cd-duplication-foot a, #cd-duplication-foot a:link, #cd-duplication-foot a:visited, #cd-duplication-foot a:hover, #cd-duplication-foot a:active
{
	color: #000000;
	text-decoration: none;
	cursor: default;
	font-size: 9px;
	font-family: helvetica;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #91928a;
	line-height: 0px;
	margin:0px;padding:0px;
	text-transform:uppercase;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:lighter;
	color: #7b7c76;
	margin:0px;
	padding:0px;
	line-height:20px;
	text-transform:uppercase;
} 
h1 strong {font-weight:bold;}


/*
<p><b><a href="default.asp" target="_blank">This is a link</a></b></p>
<p><b>Note:</b> a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!</p>
<p><b>Note:</b> a:active MUST come after a:hover in the CSS definition in order to be effective!!</p>
*/

/* set the spacing of the text	*/
/* <style type="text/css">		*/
/* h1 {letter-spacing: -3px}	*/
/* h4 {letter-spacing: 1cm}		*/
/* </style>
/*
<h1>This is header 1</h1>
<h4>This is header 4</h4>
*/

/* text decoration (overline, line-through, underline, none) */
/* <style type="text/css">				*/
/* h1 {text-decoration: overline} 		*/ 
/* h2 {text-decoration: line-through}	*/
/* h3 {text-decoration: underline}		*/
/* a {text-decoration: none}			*/
/* </style> */
/*
<h1>This is header 1</h1>
<h2>This is header 2</h2>
<h3>This is header 3</h3>
<a href="http://www.w3schools.com/default.asp">
This is a link</a>
*/

/* index text 
/* <style type="text/css">
/* p {text-indent: 50cm} 
/* </style>
/*
<p>
This is some text in a 
*/
