/* padding & margin order  */
/* top - right - bottom - left */

body {
	 font-family: Arial;
    font-size: 13px;
    color: #333333;
    text-align: center;
    margin: 30px 0 0 0;
    line-height: 140%;
}

h1 {
font-size:18px;
font-weight:bold;
line-height:22px;
margin:0 0 11px 0;
padding:0;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top:15px;
	line-height: 120%;
}

p, input, textarea, select, ul, ol, li, div,td{
	font-size: 13px;
}
td{
vertical-align:top;
}

a:link, a:visited {
	color:#007F32;
	text-decoration: none;
	font-weight:bold;
}

a.arrow{
background-image:url(http://www.umeaenergi.se/Administration/WebsiteImages/link_arrow.gif);
background-position:0 2px;
background-repeat:no-repeat;
padding:0 8px 0 9px;
}

#EventMenu {
	margin: 20px 0 0 15px;
}

#EventPage {
	margin: 20px 0 0 0px;
}
