/*******************************************************************
 *                                                                 *
 * IMC Copenhagen website Screen style                             *
 *                                                                 *
 *                                                                 *
 *                                                                 *
 *                                                                 *
 *******************************************************************/

/*
 *
 * Region specific (yellow)
 * =================================================================
 *
 */

.SectionHeader
{
	color: #ff9933;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

div#BodyText a, div#BodyText a:link, div#BodyText a:active, div#BodyText a:visited, div#BodyText a:hover
{
	color: #ff9933;
	text-decoration: underline;
}

div#BodyText a:hover
{
	color: #cc6600;
	text-decoration: underline;
}

ul
{
   list-style-image : url(../grfx/arrow_small_yellow.gif);
}
