body, table, tr, font, strong, span, p{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Verdana;
}

dd {
	line-height: 1.5em;
	padding-bottom: 10px;
}

.welcome_logo{
	background: url(../images/logo_maemoh.jpg) repeat-x left top;
	height: 110px;
}

b{font-size: 110%;}
em{color: red;}


#topsection{
height: 110px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 240px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 240px; /*Width of left column*/
	margin-left: -100%;
}

#footer{
	clear: left;
	width: 100%;
	color: Black;
	text-align: center;
	padding: 4px 0;
	background: url(images/bg.jpg) repeat-x top left;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertube_logo{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	background: url(images/logo.jpg) no-repeat top left;
	height: 100px;
}

.innertube_left{
	/*margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: -10px;
	margin-left: 0px;
}
.innertube_left1{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertube_left2{
	margin: 10px 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

A.Link1:link {
	color: Blue;
	text-decoration: none;
	border-bottom: 1px dotted #B0C4DE;
}
A.Link1:visited {
	color: Blue;
	text-decoration: none;
	border-bottom: 1px dotted #B0C4DE;
}
A.Link1:active {
	color: Blue;
	text-decoration: none;
	border-bottom: 1px dotted #B0C4DE;
}
A.Link1:hover {
	color: Red; /*text-decoration: underline;*/
	border-bottom: 0px solid Red;
}

A.Link2:link {
	color: Purple;
	text-decoration: none;
	border-bottom: 1px dotted Purple;
}
A.Link2:visited {
	color: Purple;
	text-decoration: none;
	border-bottom: 1px dotted Purple;
}
A.Link2:active {
	color: Purple;
	text-decoration: none;
	border-bottom: 1px dotted Purple;
}
A.Link2:hover {
	color: Red; /*text-decoration: underline;*/
	border-bottom: 0px solid Red;
}