/* RESET */
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}


/* BODY */
body {
	color: #333;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 62.5%;  /* Sets default value on something about 10px */
	vertical-align: top;
}


/* LINK */
a,
a:link {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
a:visited {
	/* color: #685c53; */
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #8d0000;
	cursor: pointer;
	text-decoration: none;
}
a.active {
	color: #766a63;
	cursor: pointer;
}
li.active a {
	color: #766a63;
	cursor: pointer;
}



/* IMAGE */
img {
	border: none;
	vertical-align: top;
}




/* TYPO */
h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
	font-weight: normal;
}

h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
	font-weight:bold;
	color: #8d0000;
}
h4 {
	font-size: 1.2em;
	font-weight:bold;	
}
h5,
h6,
p,
address  {
	font-size: 1.2em;
	padding: 0;
}




/* LIST */
ul,
ol,
dl {
/*	font-size: 1.2em; 
	list-style-position: outside;
*/
}

li {
/*	list-style-image: none;
	list-style-type: square; */
}

dt,
dd {}




/* TABLE */
table {}
thead {}
tbody {}

/* FORM */
form,
fieldset,
legend,
label,
input,
option,
select,
textarea {}

label,
legend,
input,
select,
textarea,
div.dropDown {
	font-size: 1.2em;
}

legend { 
	display: none;
}