

body, html {
	margin: 0;
	padding: 0;
	text-align: center;	
}


body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #333;
}

a {
	cursor: pointer;
}

a:link {	
	color: #25505C;
}

a:visited {	
	color: #25505C;
}

a:active {
	color: #25505C;
}

a:hover {
	color: #52B5A8;
}


#background-table {
	height:100%;
	width: 100%;
	overflow:auto;
	margin: 0;
	padding: 0;
}

#background-table-main {
	height: 80%;
	overflow:auto;
	background-image: url(http://dev.mp-services.net/img/bg_floating_white.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#background-table-footer {
	height: 20%;
	overflow:auto;
	background-image: url(http://dev.mp-services.net/img/bg_floating_green.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}


#maincontent-table {
	height: 100%;
	width: 700px;
	margin: 0;
	padding: 0;
}

#maincontent-table-header {
	height: 120px;
	margin: 0;
	padding: 0;
	'border-bottom: 1px solid #25505C;'
}

#maincontent-table-content {
	margin: 0;
	padding: 20px 0 20px 0;
}


#footer-table {
	height: 100%;
	width: 700px;
	margin: 0;
	padding: 0;
}

#footer-table-content-left {
	margin: 0;
	padding: 0 0 30px 0;	
}

#footer-table-content-right {
	margin: 0;
	padding: 53px 0 0 10px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}


button {
	border: 1px solid #25505c;
	background-color: #eee;
	font-size: 11px;	
}

input  {
	border: 1px solid #25505c;
	background-color: #eee;
}

select  {
	border: 1px solid #25505c;
	background-color: #fff;
	font-size: 10px;	
}


.titletext {
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #25505c;
	color: #25505c;
	width: 100%;
}

.contenttext {
	font-size: 11px;
	color: #333;
	width: 100%;
	margin-top: 10px;
}



.fundlisting {
	margin: 15px 0 10px 0;
	font-size: 11px;
	color: #333;
	cursor: pointer;
}

.fundlisting tbody tr {
	height: 25px;
	background-color: #ccc;
}


.fundlisting tbody tr:hover {
	background-color: #666;
	color: #fff;
}

.fundlisting tbody td {
	padding: 0 3px 0 3px;
}

.fundlisting thead tr {
	height: 20px;
	background-color: #52b5a8;
	color: #fff;
}

.fundlisting thead th {
	font-weight: normal;
	padding: 0 3px 0 3px;
}


.fundcomment {
	background-color: #eee;
	color: #333;
	font-size: 10px;
	padding: 3px;
}

.interestform {
	font-size: 11px;
	margin-top: 10px;
}

.interestform textarea {
	font-family: Verdana;
	font-size: 11px;	
	border: 1px solid #333;
	margin-top: 7px;
	
}

.interestform input {
	font-family: Verdana;
	font-size: 11px;	
	border: 1px solid #333;
	margin-top: 7px;
	
}




