/* DEFAULTS */
* {
	margin: 0px;
	padding: 0px;
}
.clear-both {
	clear: both;
}
:link img {
	border: none;
}
.image_right {
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_left {
	float: left;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

#content li {
	list-style-position: outside;
}
#content ul, ol {
	padding-bottom: 10px;
	padding-left: 30px;
}


/* TEXT */
body {
	color: #002e46;
	font-size: 0.9em;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #D9D9D9;
}
h1, h2, h3, h4, h5, h6 {
	color: #002e46;
}
h1 {
	font-size: 1.2em;
}	
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}

.updated_at {
	font-size: 0.9em;
	color: #339900;
}

/* LINKS */
a:link {
	text-decoration: underline;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
