/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #48A5B7;
	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #F0A20B;
}
a:active {
	text-decoration: none;
}

.link_title {
	font-size: 14px;
	font-weight: bold;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 145px;
}

.menu {
	background-color: #DCE4E9;
}

.sidebars {
	background-color: #DCE4E9;
}

.shadows {
	background-color: #D6D8D9;
}
.text_align {
	text-align: justify;
}