/****************************************************
	E D I T O R   S E T T I N G S
	Redefine these values in PageLayout.css
****************************************************/
body {
	background-color: #FFFFFF;
	color: #555555;
	margin: 1em;
}

/****************************************************
	G E N E R A L   S I Z E
****************************************************/
body {
	font-size: 83%;
}

/*input, select, textarea, 
table, tr, td {
	font-size: 100%;
}*/

/****************************************************
	G E N E R A L   F O N T - F A M I L Y
****************************************************/
body, 
input, select, textarea, 
table, tr, td {
	font-family: verdana, arial, helvetica, sans-serif;
}

/****************************************************
	H E A D I N G S   A N D   P A R A G R A P H S
****************************************************/
h1 {
	/*color: #000;*/
	color: #494a4a;
	font-size: 135%;
	font-weight:	normal;
	margin-top: 0;
	margin-bottom: 4px;
	padding: 0;
}

h2 {
	/*color: #0b77b3;*/
	color: #494a4a;
	font-size: 110%;
	font-weight:	bold;
}

li h2 {
	margin-left: 10px;
}

h3 {
	font-size: 110%;
	/*color: #0b77b3;*/
	color: #494a4a;
	margin-top: 0;
	margin-bottom: 4px;
}

h4 {
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 12px;
}

h5 {
	font-size: 80%;
	font-weight:	bold;
	line-height:	120%;
	margin-top:	2px;
	margin-bottom:	2px;
}

h6 {
	font-size: 100%;
	font-weight:	bold;
	margin-top:	10px;
}


h1, h3, h5 {
	font-weight:	normal;
}

h1, h2, h3, h4, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
}

p {
	margin-bottom: 0;
	margin-top: 0;
	line-height:	150%;
}

/****************************************************
	G E N E R A L   L I N K S
****************************************************/
a {
	/*color: #0b77b3;
	color: #494a4a;*/
	COLOR: #a8be46;
}

a:hover {
	/*color: #09f;/*
	COLOR: #a8be46;
}

a img {
	border: 0;
}

/****************************************************
	L I S T S
****************************************************/
td ul {
	margin: 15px;
	padding: 0;
}


li {
	margin-left: 10px;
	font-size:	100%;
	line-height:	160%;
	list-style:	round;
}


div#ContentColumnInner ul li p {
	margin: 0;
}

/****************************************************
	M I S C .
****************************************************/
.em {
	background-color: #ff9;
}

div#CompanyInfo , div#extra a {
	font-size: 85%;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

sup {
	position: relative;
	top: -0.5em;
}

sub {
	font-size: 75%;
	position: relative;
}