/*** setup ***/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	height: auto;
}

h1, h2, h3, p {
	margin-bottom:10px;
}
h1, h2 {
	font-size:15px;
	line-height:17px;
}
h3 {
	font-size:15px;
	line-height:17px;
}
p {
	line-height:15px;
	margin-bottom:8px;
}
a, a:active, a:focus, a:visited, input {
	outline:0 none !important;
	text-decoration:none;
}
.small {
	font-weight:normal;
	font-size:11px;

}
#menu li,
.menu_header {
	font-size:12px;
	line-height:14px;
	list-style:none;
}
.menu_header {
	padding-bottom:7px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	border-bottom:1px solid #AAA;
}
.active {
	text-decoration:line-through;
}

/*** color ***/

a {
	color:#000;
}
a:hover,
.active,
.active a {
		color:#AAA;
}
