/* main link family */

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #EE0000;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}

/* alternative link family */

a.a1:link {
	color: #666666;
	text-decoration: none;
}
a.a1:visited {
	color: #666666;
	text-decoration: none;
}
a.a1:hover {
	color: #006699;
	text-decoration: none;
}
a.a1:active {
	color: #666666;
	text-decoration: none;
}

/* text families */

.maintxt {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.maintxt_title-1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #006699;
	font-weight: bold;
}
.maintxt_title-2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	font-weight: bold;
}

.minitxt {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 15px;

}

/* other global styles */

body {
	background-color: #FFFFFF;
	border: none;
	margin: 0px 0px 0px 0px;
}

.portspace {
	background-color: #EFEFEF;
}
.pop { width: 600px; }
