/****************************************************
	G E N E R A L   S I Z E
****************************************************/
body {
	color: #000000;
	font-size: 75%;
}

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, verdana;
}

/****************************************************
	H E A D I N G S   A N D   P A R A G R A P H S
****************************************************/
h1 {
	font-size: 16px;
	margin-bottom: 0.5em;
	margin-top: 0;
}

h2 {
	font-size: 14px;
}

h3, h4, h5, h6 {
	font-style: italic;
}

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;
}

p {
	line-height: 15px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/****************************************************
	G E N E R A L   L I N K S
****************************************************/
a {
	color: #000000;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/****************************************************
	L I S T S
****************************************************/
div#ContentColumnInner ul {
	list-style: none;
	margin: 0 0.8em 1em 0;
	padding: 0;
}

div#ContentColumnInner ul li {
	background-image: url("images/Site3_li.gif");
	background-position: 0 0.8em;
	background-repeat: no-repeat;
	padding: 0.4em 0 0 1em;
}

div#ContentColumnInner ul ul {
	margin: 0;
}

/****************************************************
	M I S C .
****************************************************/
sup {
	font-size: 75%;
	position: relative;
	top: -0.5em;
}

sub {
	font-size: 75%;
	position: relative;
}


