@charset "utf-8";
.main_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#aptop {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:102px;
	z-index:18;
	visibility: visible;
	background-color: #7C9D8C;
	text-align: right;
}

body {
	background-image: url(../Graphics/b_triangle2.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
}

#aptopLine {
	position:absolute;
	left:0px;
	top:102px;
	width:100%;
	height:16px;
	z-index:14;
	background-color: #FFFFFF;
	visibility: visible;
	padding-top: 3px;
}


#new_contenta {
	position:absolute;
	left:0px;
	top:172px;
	z-index:15;
	visibility: visible;
	right: 40px;
	bottom: 40px;
}
/* CSS Document */

#new_main {
	position:absolute;
	top:0%;
	width:98%;
	height:98%;
	z-index:19;
	bottom: 0px;
	left: 0px;
	visibility: visible;
}

#new_pageTitle {
	position:absolute;
	left:0px;
	top:117px;
	width:100%;
	height:40px;
	z-index:9;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	height: 45px;
	left: 1px;
	position: absolute;
	z-index: 16;
	margin: 0px;
	text-indent: 0px;
	background-color: #FFFFFF;

}
#new_main #new_contenta .main_small a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000E8;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
}




.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
}
a:link {
	text-decoration: none;
	color: #0000E8;
}
a:visited {
	text-decoration: none;
	color: #0000E8;
}
a:hover {
	text-decoration: none;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #C30;
}
