/*--- General ---*/
body {
	font-size:12px;
	font-family: Tahoma, sans-serif;
}

h1 {
	font-size:175%;
}

h2 {
	font-size:150%;
	
}

h3 {
	font-size:125%;
}

h1, h2, h3 {
	margin:0px;
	color: #525252;
}

.strong {
	font-weight:bold;
}

a {
	color: #014687;
}

ul {
	color:#014687;
	list-style: square inside; 
}


/*--- Structure ---*/
#menu, .links, .previous_editions, .sponsors, .twitter_widget {
	display:none;
}

/*----- Custom classes -----*/
.float_left {
	float:left;
}

.float_right {
	float:right;
}

.clear_left {
	clear:left;	
}

.clear_right {
	clear:right;	
}

.clear_both {
	clear:both;
	display:block;
}

.hidden {
	display:none;
}


/*--- Images ---*/
a.image {
	margin:0px 0px 0px 15px;
}

a.image img {
	padding:5px;
	border:1px solid gray;
}

.image_description {
	color:#aaa;	
	display:block;
	font-size:10px;
	margin:0px 0px 0px 20px;
}
