html, body{
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #525252;
	background: #D2DCF0 url(back.jpg) repeat-x top left;
}

html>body {
	width: 100%;
	height: 100%;
	background: #D2DCF0 url(back.jpg) repeat-x top left;
}

#flashcontent {
	width: 100%;
	height: 100%;
	}

#message {
	margin: auto;
	width: 550px;
	padding-top: 60px;
}

#error {
	border-top: dotted 1px #333;
	text-align:center;
	padding: 15px;
	}

img{	
	display: block;
	border: 0;
	}

h1{
	font-size: 11pt;
	line-height: 16pt;
	text-align:center;
	}
	
abbr, acronym, .gloss {
  border-bottom: 1px dotted #333;
  cursor: help;
  color: #309;
  }

/* STYLES for Default links*/	

a:link {
	text-decoration: none;
	color:  #006699;
	outline: none;
	}
a:visited {
	color:  #006699;
	}
a:active {
	color:  #006699;
	}
a:hover {
	color: #525252;
	text-decoration: underline;
	}	