
html					{	font-size					:100%		;}

body					{	margin						:0			;
							padding						:0			;
						/*	overflow					:auto		;	*/
							cursor						:default	;
							font						:9pt/14pt Verdana,Arial,Geneva,Helvetica,sans-serif;
							color						:#606060;
							background					:#FFFFFF	;
							text-align					:center		;
						}

p						{	margin						:0			;
							padding						:0			;
							padding-bottom				:10px		;}

h1, .h1					,
h2, .h2					,
h3, .h3					{	font						:bold 1em Arial,Helvetica,sans-serif; color:#686868; margin:0; padding:0;}
h1, .h1					{	font-size					:1.3em		;}
h2, .h2					{	font-size					:1.2em		;}
h3, .h3					{	font-size					:1.1em		;}
h1						{	padding-bottom				:10px		;}
h2						{	padding-bottom				:10px		;}
h3						{	padding-bottom				:10px		;}


a						{	text-decoration				:none		; color :#000000;}
a:hover					{	text-decoration				:none		; color :#000000;}

hr						{	color						:#A0A0A0;
							background-color			:#FFFFFF	;
							height						:1px		;}

ul						{	width						:100%		;
							list-style-type				:disc		;}

table					{	empty-cells					:show		;
							border-collapse				:collapse	;
						}
th,td					{	vertical-align				:top		;
						}

img						{	border						:none		;}

form					{	margin						:0			;
							padding						:0			;}
textarea				{	margin						:0			;
							padding						:0 5px		;
							border						:solid 1px #A0A0A0;
							color						:#606060;
							cursor						:text		;}
input					{	margin						:0			;
							padding						:0 5px		;
							height						:1.8em		;
							vertical-align				:middle		;
							cursor						:pointer;}
input					,
select					{	font						:9pt/14pt Verdana,Arial,Geneva,Helvetica,sans-serif;		}

label					{	cursor						:pointer;}

pre						{	font						:normal 0.9em/1.1em "Lucida Console", Monaco, monospace;	}

acronym					{	text-decoration				:none		;
							border						:none		;}
acronym.help			{	cursor						:help		;}


/*	classes																								*/

.clear					{	clear						:both		;}

.text					,
.password				{	cursor						:text		;
							color						:#606060;
							border						:solid 1px #A0A0A0;}
.button					,
.submit					{	border						:solid 1px #A0A0A0;
							background					:#F2F2F2	;
							font						:1em/1.3em Verdana,Geneva,sans-serif;
						}
.list					{	padding-left				: 3em		;}
.list img				{	margin						: 2px		;}

.red					,
.red a					,
.red a:hover			{	color						:#E60016	;}
.blue					{	color						:#0100A7	;}
.green					{	color						:#00B90A	;}
.yellow					{	color						:#FFD000	;}

.small					{	color						:#606060;
							font-size					:1.1em		;}
.smaller				{	font-size					:1.1em		;}

.right					{	text-align					:right		;}
.center					{	text-align					:center		;}
.left					{	text-align					:left		;}

.thin					{	margin						:0			;
							padding						:0			;}
.thick					{	padding-bottom				:20px		;}
.spacer					{	padding-bottom				:12px		;}
.indent					{	padding-left				:4em		;}

.pointer				{	cursor						:pointer;}
.hover					{	text-decoration				:underline	;
							color						:#000000;}

.no_display				{	display						:none		;}
.pre					{	white-space					:pre		;
							font						:normal 0.9em/1.1em "Lucida Console", Monaco, monospace;
						}



/*	container																							*/

#container				{	width						:980px		;
							margin						:0 auto		;
							padding						:0			;
							text-align					:left		;
						}



/*	banner																								*/

#logo					{	height						:100px		;
						}
#logo #inner			{	position					:relative	;}

#logo #inner #image		{	position					:absolute	;
							left						:40px		;
							top							:30px		;}
#logo #inner #text		{	position					:absolute	;
							left						:94px		;
							top							:43px		;
							font						:bold 17px Arial,Verdana,Helvetica,Geneva,sans-serif;
							color						:#686868; }
#logo #inner #text a	{	color						:#686868; }

#logo #inner #language-select
						{	position					:absolute	;
							right						:30px		;
							top							:41px		;
						}

#logo #inner #form_search
						{	float						:right		;
							margin-right				:20px		;
							margin-top					:41px		;}



/*	content																								*/

#content				{	margin						:0			;
							text-align					:left		;
						}

#content p				{	width						:500px		;}
#content blockquote	p	,
#content blockquote		{	width						:400px		;}
#content a:hover		{	text-decoration				:underline	;}

#content table			,
#content table th		,
#content table td		{	font						:9pt Verdana,Geneva,sans-serif;}

#content .text			{	width						:150px		;}

#content .table			{	font						:1em Verdana,Geneva,sans-serif;}
#content .table th		,
#content .table td		{	padding-right				:8px		;
							text-align					:left		;
							vertical-align				:top		;
						}
#content .table th		{	font-weight					:bold		;
							color						:#686868;
						}
#content img			{	vertical-align				:middle		;}

#content ul				{	margin						:0			;
							width						:410px;
							padding						:0.5em 0 1.5em 2em	;}
#content ul.thin		{	padding						:0.5em 0 0.5em 2em	;}
#content ul.narrow		{	width						:450px		;}



/*	nav																									*/

#nav					{	height						:90px		;
							margin						: 0			;
							padding-top					:26px		;
							font						:9pt Verdana,Geneva,sans-serif;
							text-align					:center		;
							line-height					:20px		;
						}
#nav a					{	color						:#606060;}
#nav a:hover			{	color						:#000000;}



/*	Help																								*/

#help					{	position					:absolute	;
							display						:none		;
							z-index						:100		;

							left						: 50%		;
							top							: 50%		;
							width						: 550px		;
							height						: 350px		;
							margin-left					:-275px		;
							margin-top					:-175px		;

							padding						:5px		;
							border						:solid 1px #808080;

							color						:#606060;
							background					:white		;
						}
#help h1				{	font-size					:1.2em		;
							font-weight					:bold		;
						}
#help-close				{	text-align					:right		;
							width						:100%		;
						}
#help-content			{	padding						:0 20px		;}
#help-content p			{	width						:450px		;}



/*	Content / network_sites																				*/

#network_sites h1		{	font	: bold 1.3em/1em Arial,Helvetica,sans-serif;	margin-bottom :20px;					}
#network_sites h2		{	font	: bold 1.2em/1em Arial,Helvetica,sans-serif;	margin		  :0; padding:30px 0 2px 0;	}
#network_sites h3		{	font	: bold 1.1em/1em Verdana,Geneva,sans-serif;		margin		  :0; padding:10px 0 0	 0; }
#network_sites .indent	{															margin		  :0; padding:0 0 0 2em;	}
#network_sites h2.first	{															margin		  :0; padding:0 0 2px 0;	}
#network_sites a		,
#network_sites a:hover	{	text-decoration				:none		;}



/*	Site specific																						*/

#help-content-0			,
#help-content-1			,
#help-content-2			,
#help-content-3			{	display						:none				;}

.help-icon				{	font						:11px Verdana, Geneva, sans-serif;
							color						:#004080			;
						}

code					{	margin						:0					;
							padding						:0					;}
code					,
.monospace				{	font						:normal 8pt/12pt "Lucida Console", Monaco, monospace;
						}
.sample					{	display						:block				;
							margin						:6px 0 0 0			;
							padding						:4px				;
							color						:#204060			;
							background					:#f8fafc			;
						}


#help					{	white-space					:normal				;}
							
hr						{	margin						:20px 0				;}

#result					{	border						:solid 1px #808080	;
							width						:600px				;
							white-space					:pre				;
							overflow					:auto				;
							padding						:4px				;

							font						:normal 7pt/7pt "Lucida Console", Monaco, monospace;
						}



