@charset "utf-8";
/* CSS Document */

#TOP {
	visibility: hidden;
	display: none;
}


#random {
		visibility: hidden;
	display: none;
}

#BUTTONS-TOP {
	visibility: hidden;
	display: none;
}

#FOOTER {
	visibility: hidden;
	display: none;
}

#SIDE {	
visibility: hidden;
display: none;
}

#Logo { 
display: block; 
}

body {
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(images/BG1.jpg);
}

#wrapper {
	background-image: url(images/NO.jpg);
}


#wrapper-RightShadow {
	background-image: url(NO.jpg);
}


#CONTENT {
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(images/BG1.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.BacktoTop a {
	display: none;
}

#MAINBODY {
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(images/BG1.jpg);
	width: 97%;
	font-size: 12pt;
	color: #000000;
}

#MAINBODY p {
	font-size: 12pt;
	color: #000000;
}

#MAINBODY h1 {
	font-size: 16pt;
	color: #000000;
	width: 100%;
}

#MAINBODY h2, #MAINBODY h3 {
	font-size: 14pt;
	color: #000000;
	width: 100%;
	line-height: 19px;
}

#MAINBODY p em strong{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-style: normal;
}

#MAINBODY li em {
	font-size: 12px;
	color: #000;
	font-style: normal;
}
#MAINBODY li em strong {
	font-weight: bold;
	color: #000;
	font-style: normal;
}
#MAINBODY li strong {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	font-size: 12px;
}

#MAINBODY ul {
	font-size: 13px;
	color: #000;
	margin-top: 5px;
	list-style-type: circle;
	list-style-image: url(images/bullet.gif);
	margin-left: 20px;
}

#MAINBODY ul ul{
	font-size: 12px;
	color: #000;
	margin-top: 5px;
	list-style-type: disc;
	list-style-image: url();
	margin-left: 20px;
	margin-bottom: 1px;
	margin-top: 1px;
}

#MAINBODY li {
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0px;;
	list-style-type: circle;
}

#MAINBODY li li strong{
	font-size: 12px;
	color: #000;
	margin-bottom: 4px;
	margin-left: 15px;
	padding: 0px;;
	list-style-type: circle;
}



	
	
