/****************************************************
	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: 13px;
}

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: arial, helvetica, verdana, "Lucida Grande", 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: #333333;
	font-size: 28px;
	margin-bottom: -10px;
	font-weight: normal;
	display: block;
}

h2 {
	font-size: 15px;
	display: inline;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 93%;
}

h6 {
	font-size: 100%;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	margin-top: 1.5em;
	font-weight: normal;
}

p {
	line-height: 18px;
	margin-bottom: 11px;
	font-size: 13px;
}

/****************************************************
	G E N E R A L   L I N K S
****************************************************/
a {
	background-color: transparent;
	color: #769C45;
	text-decoration: underline;
	font-size: 13px;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

/****************************************************
	L I S T S
****************************************************/
div#ContentColumnInner ul {
	list-style: square indide;
	margin: 0 12px 16px 20px;
	padding: 7px;
}

div#ContentColumnInner ul ul {
	margin: 0;
}

div#ContentColumnInner ul li p {
	margin: 0;
}

/****************************************************
	M I S C .
****************************************************/
sup {
	font-size: 75%;
	position: relative;
	top: -0.5em;
}

sub {
	font-size: 75%;
	position: relative;
}
