body {
/*	background-color: #FDFEFF; */ /*#F7FAFF;*/
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	
/*	color: #000000;*/
/*	background: url(mistykiki.jpg) #F9F9F9 right top;*/
	background-color: #F9F9F9;
/*	background-repeat: no-repeat*/
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 20px;
	font-size: 16px;
}

h1 {
/*	margin-top: 5px;
	margin-bottom: 5px;*/
	margin-left: 10px;
}

h2 {
/*	margin-top: 5px;
	margin-bottom: 5px;*/
	margin-left: 10px;
}

h3 {
/*	margin-top: 5px;
	margin-bottom: 5px;*/
	margin-left: 10px;
	font-weight: normal;
	font-size: 17px;
}

.null {
	margin: 0px !important;
	padding-left: 10px;
}

a:link, a:visited, a:active, a:focus {
	color: #0732A2;
	text-decoration: none
}
a img {
	border: none;
}
img {
 border: none;
}

div a:hover  {
	border: none !important;
}

a:hover {
	border-bottom: 1px solid #2A1CA2;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

p, li {
	font-size: 13px;
}

.UL-disc {
	list-style-type: disc;
}