﻿/****************************************************
	G E N E R A L   S I Z E
****************************************************/
body {
	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: helvetica, arial, 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: #646565;
	font-size: 390%;
	font-weight:normal;
	margin-bottom: 0.1em;
	margin-top: 10px;
	font-family: Times New Roman, arial, verdana, helvetica, sans-serif;
}

h2 {
	color: #646565;
	font-size: 210%;
	font-weight:normal;
	font-family: Times New Roman, arial, verdana, helvetica, sans-serif;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 100%;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	margin-top: 1.5em;
}

p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

table p {
	margin-bottom: 0;
	margin-top: 0;
}

/****************************************************
	G E N E R A L   L I N K S
****************************************************/
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #bfbfc0;
}

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 ul {
	margin: 0;
}

div#ContentColumnInner ul li {
	background-image: url("images/li.gif");
	background-position: 6px 9px;
	background-repeat: no-repeat;
	padding: 4px 0 0 18px;
}

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;
}

img {
	display: block;
}

