* {
	padding:0;
	margin:0;
}

body, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	font-size: 86%;
	line-height: 1.2;
}

h1 { font-size: 2em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
}

p {
	margin-top: 0.2em;
}

pre,
code,
input,
textarea,
table, tr, td {
	font-size: 1em;
}


a, button { cursor: pointer; }

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

ul,
ol {
	padding-left: 1.75em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

blockquote {
	margin-left: 1.5em;
}

table {
	border-collapse: collapse;
}
/*
input {
	vertical-align: middle;
}
*/
.fs-smaller { font-size: 0.7em; }
.fs-small { font-size: 0.9em; }
.fs-big { font-size: 1.2em; }
.fs-bigger { font-size: 1.4em; }
.fs-biggest { font-size: 1.7em; }

.fw-bold { font-weight: bold; }

.ta-center { text-align: center; }
.ta-right { text-align: right; }

.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }

div.va-bottom {
	position: absolute;
	bottom: 0;
}

.mceVisualAid {
	border: 1px dashed #BBBBBB !important;
}

.mceItemAnchor {
	width: 12px;
	line-height: 6px;
	overflow: hidden;
	padding-left: 12px;
	background-image: url('../images/anchor_symbol.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
