
/* --------------- Startpage styles --------------- */

body {
	margin: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-family: arial, helvetica, Sans-serif;
	/*font-size: 13px;*/
	font-size: 0.85em;
}

.welcomePageHeader{
	font-weight: normal;
	font-family: arial, helvetica, Sans-serif;
	/*font-size: 20px;*/
	font-size: 1.3em;
	color: #535353;
	white-space: nowrap;
	/*added 02 - 2009*/
	width: 620px;
	margin-top: 0px;
}

.welcomePageContentText{
	font-weight: normal;
	font-family: arial, helvetica, Sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #535353;
	width: 620px;
}

.welcomePageLink{
	font-weight: normal;
	font-family: arial, helvetica, Sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #008278;
	white-space: nowrap;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

.welcomePageList{
	font-weight: normal;
	font-family: arial, helvetica, Sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #535353;
	width: 620px;
}

.welcomePageListElement{

}

/* ------------------------------------------------ */			
