@charset "utf-8";
@import url(new_mp1.css);
@import url(new_mp2.css);
@import url(island.css);
@import url(cluster.css);
@import url(update.css);
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	color: #666666;
	height: 100%;
	background: #CCC;
}

p {
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	font-size: 11px;
	color: #666;
	margin: 3px;
}


textarea:focus {
    background: #eee
}


hr {
	display: none;
}

ul,ol {
    list-style: none;
	margin: 0px;
	padding: 0px;
}
	
h1 {    
    list-style: none;
	margin: 0;
	padding: 0;
}


/** { vertical-align: middle;}*/
* { vertical-align: top;}

img{ border: 0px;}

a:link, a:visited {
	text-decoration: none;
	color: #414142;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: none;
	color: #414142;
	font-weight: bold;
}

.middle_align { vertical-align: middle;}


.a_white:link, .a_white:visited, .a_white:hover, .a_white:active {
	text-decoration: none;
	color: #ffffff;
	/*padding-bottom: 2px;*/
	font-weight: bold;
}


.a_white:hover, .a_white:active {
	text-decoration: underline;
}

