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

/*
 *
 * Region specific (grey)
 * =================================================================
 *
 */

.SectionHeader
{
	color: #333333;
	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: #333333;
	text-decoration: underline;
}

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

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