body {	
	background-color: #1b455e;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index-page-bkg.jpg);
	background-repeat: repeat-x;
}

body, table, td, a, th, div {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
a, a:visited, a:link {
	text-decoration: none;
}
.mlink {
	font-family: Tahoma;
	font-size: 16px;
	color: #FB28D0;
	text-decoration: none;
	font-weight: bold;
}
.mlink:hover {
	color: #FEE0FB;
}
.copyright {	
	font-size: 11px;
	color: #7087A7;
	text-decoration: none;
}
.copyright a {
	color: #7087A7;
}
.copyright a:hover {
	color: #B6C1D1;
}


.box {
	border: 1px solid #6B92AB;
	padding: 5px;
}
.box_left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6B92AB;
	border-right-color: #6B92AB;
	border-bottom-color: #6B92AB;
	border-left-color: #6B92AB;
	padding: 2px;
}
