/* unvisited link */
a:link {
	color: #2b5480;
	text-decoration: none;
	cursor: pointer;
}

/* visited link */
a:visited {
	color: #2b5480;
	text-decoration: none;
	cursor: pointer;
}

/* mouse over link */
a:hover {
	color: rgb(150, 150, 150);
	text-decoration: none;
	cursor: pointer;
}

/* selected link */
a:active {
	color: #2b5480;
	text-decoration: none;
	cursor: pointer;
}

html, body {
	margin: 0 auto;
	height: 100%;
}

html {
	background: #F7F7F7;
	color: #2b5480;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Tahoma';
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0px;
}

#main_panel {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}