body {
	background-color : #ffffff;
}

p {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #000000;
	line-height : 15pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 2px;
	margin-bottom : 2px;
	text-align : justify;
}

p.tight {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #000000;
	line-height : 12pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 2px;
	margin-bottom : 2px;
	text-align : justify;
}

p.center { text-align : center; }

p.right {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #000000;
	line-height : 15pt;
	margin-left : 10px;
	margin-right : 12px;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : right;
}

p.righttight {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #000000;
	line-height : 12pt;
	margin-left : 10px;
	margin-right : 12px;
	margin-top : 2px;
	margin-bottom : 2px;
	text-align : right;
}

p.nav {
	font-family : tahoma, sans-serif;
	font-size : 11pt;
	color : #ffffff;
	line-height : 15pt;
	margin-left : 10px;
	margin-right : 48px;
	margin-top : 2px;
	margin-bottom : 4px;
	text-align : right;
	font-weight : bold;
}

p.link {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #ffffff;
	line-height : 15pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align : left;
}

p.green {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #319295;
	line-height : 15pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : justify;
}

p.light {
	font-family : tahoma, sans-serif;
	font-size : 6pt;
	color : #ffffff;
	line-height : 4pt;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0pt;
	margin-bottom : 0pt;
	text-align : justify;
}

p.small {
	font-family : tahoma, sans-serif;
	font-size : 8pt;
	color : #005982;
	line-height : 13pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : justify;
}
	
p.footnote {
	font-family : tahoma, sans-serif;
	font-size : 8pt;
	color : #808080;
	line-height : 10pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4pt;
	margin-bottom : 4pt;
	text-align : justify;
}

h1 {
	font-family : tahoma, sans-serif;
	font-size : 6pt;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-weight : normal;
	color: #ffffff;
	text-align : right;
}

h2 {
	font-family : tahoma, sans-serif;
	font-size : 11pt;
	margin-left : 10px;
	margin-bottom : 5px;
	margin-top : 2px;
	font-weight : normal;
	color: #319295;
	text-align : left;
}

h3 {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	margin-left : 10px;
	margin-bottom : 5px;
	margin-top : 2px;
	font-weight : normal;
	color: #319295;
	text-align : left;
}

h4 {
	font-family : tahoma, sans-serif;
	font-size : 11pt;
	margin-left : 10px;
	margin-bottom : 5px;
	margin-top : 2px;
	font-weight : normal;
	color: #319295;
	text-align : right;
}

h5 {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	margin-left : 10px;
	margin-bottom : 2px;
	margin-top : 2px;
	font-weight : normal;
	color: #319295;
	text-align : left;
}

form {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #000000;
	line-height : 13pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4pt;
	margin-bottom : 4pt;
	text-align : left;
}


a {
	font-weight : normal;
	color: #af60af;
	text-decoration : none;
}

:link { color: #319295; } 
:link.light { color : #ffffff; }
:link.link { color : #ffffff; }
:link.nav { color : #50373a; 
			font-size : 11pt; }


:hover { color: #a9d2c1; } 
:hover.light { color : #ffffff; }
:hover.nav { color : #ff4040; 
			font-weight : bold;}
:hover.link { font-weight : bold;}
			
:active { color: #f49e64; } 

:visited { color: #319295; }
:visited.light { color : #ffffff; }
:visited.link { color : #ffffff; }
:visited.nav { color : #ffffff; }

em { font-style : italic; }
em.form { font-style : normal;
		  color: #319295; }
		  
em.bullet {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	color: #319295;
}

td.green {background-color : #def2f2;}
td.shell {background-color : #ffeee5;}

strong { font-weight : bold; }





