@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:15px;
}

img {
	border:0;
}

body {
	margin:0;
}

p {
	margin:0 0 6px 0;
}

ul {
	margin-top:0;
}

li {
	color:#f29400;
}

li span {
	color:#000;
}

dd {
	margin-left:35px;
	margin-bottom:10px;
}

hr {
	margin:4px 0 3px 0;
}

th {
	text-align:right;
}

input {
	margin:2px 0 2px 0;
}

a:link, a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#f29400;
}

.title_orange {
	font-size:24px;
	color:#f69900;
	margin-bottom:7px;
}
.title_holder {
	margin:8px 0 7px 0;
}
.medium_title_orange {
	font-weight:bold;
	color:#f69900;
	background-color:#e5e5e5;
	border-color:#e5e5e5;
	border-width:8px 12px 7px 12px;
	border-style:solid;
}

.small_title_orange, a:link.small_title_orange, a:visited.small_title_orange {
	font-weight:bold;
	color:#f69900;
	letter-spacing:-1;
}
.small_title_black, a:link.small_title_black, a:visited.small_title_black {
	font-weight:bold;
	letter-spacing:-1;
}
.text_white, a:link.text_white, a:visited.text_white {
	color:#FFF;
	text-decoration:none;
}
a:hover.text_white {
	color:#FFF;
	text-decoration:underline;
}







/* -- A R R O W S -- */

.position_news {
	position:relative;
	top:-38px;
	left:-5px;
}
.position_conferences {
	position:relative;
	top:-38px;
	left:2px;
}
.position_bigarrow {
	position:relative;
	top:-13px; 
	left:8px;
}
.position_smarrow {
	position:relative;
	top:-1px; 
	left:4px;
}
.position_topstuff {
	position:relative;
	top:-6px;
	left:6px;
}

