/*
 * Ext JS Library 2.0.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

a:focus {
  outline: none ;
}

body
{
	background-color: #FFFFFF;
	background-position: left bottom;
	background-repeat: repeat-x;
	color: 4D4D4D;
}

h1
{
	font-family:helvetica;
	font-size:15px;
}

p
{
	font-family:helvetica;
	font-variant: small-caps;
	color: #888888;
	font-size:12px;
	margin-bottom: 12px;
}

.sectionTitle
{
	font-family:helvetica;
	font-weight:bold;
	color:BBBBBB;	
	font-size:30px;
	margin-bottom:50px;
}

.header0
{
	font-family:helvetica;
	font-variant: small-caps;	
	font-weight:bold;
	font-size:13px;
	color:4D4D4D;
}

.header1
{
	font-family:helvetica;
	font-variant: small-caps;
	font-size:13px;	
	cursor: pointer;
	cursor: hand;
}

.header1 A
{
	color:aaaaaa;
}

.header1 A:hover
{
	text-decoration: underline;
}

.header1 A:visited
{
	color:cccccc;
}

A
{
	color: 4d4d4d;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A:active
{
	color: 000000;
}

A:visited
{
	color: 4d4d4d;
}

.hiddenImg
{
	display:none;
}


