/*-----------------------------------------------
----------- General -----------------------------
------------------------------------------------*/

body {
	background: #FFE4BD;
	margin: 2;
	padding: 10;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
	color: #4854A2;
}

.color {
	color: #4854A2;
	display: inline;
}

h2 {
	font-size: 1.6em;
}

.small {
	font-size: 50%;
}

h3, .highlight {
	color: #EC5C2C;
}

h3.inline {
	display: inline;
}

h4 {
    border-left: 6px solid #EC5C2C;
    padding-left: 4px;
}

h5 {
	color: #EC5C2C;
	font-size: 100%;
}

h5.inline {
	display: inline;
}

a {
	color: #1B2572;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: none;
}

img {
	float: left;
	margin: 5px 10px;
}

img.left {
	margin: 5px 10px 5px 0;
}



