/* CSS Document */
body {
	background-color: #ffffff;

}

 p  {
        width: 550px;
        margin-right:  auto;
        margin-left:  auto;
    }

a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}
img {
	border: 0pc;
}
/*=================      Colors BEGIN   ===============*/
.u {
	text-decoration: underline;
}
.blue {
	color: #0000ff;
}
.green {
	color: #00aa00;
}

.orange {
  color: #ff9900;
}

.brown {
  color: #cc6600;
}

.red {
	color: #ff0000;
}
.black {
	color: #000000;
}
.grey {
	color: #444444;
}

.grey1 {
	color: #666666;
}

/*=================     Colors END    ====================*/
/*=================     Font BEGIN    ====================*/
h1, h4 {
	margin: 0pt;
	font-size: 10pt;
	font-family: Arial;
}
h2 {
	margin: 0pt;
	font-size: 10pt;
	font-family: Arial;
}
h3 {
	margin: 0pt;
	font-size: 10pt;
	font-family: Arial;
}
.small {
	font-size: 10pt;
}
.medium {
	font-size: 12pt;
}
.middle {
	font-size: 14pt;
}
.large {
	font-size: 16pt;
}
.large1 {
	font-size: 18pt;
}
.large2 {
	font-size: 24pt;
}
.normstyle {
	font-style: normal;
}
.normweight {
	font-weight: normal;
}
/*=================     Font END    ====================*/
.pagebox {
	width: 990px;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
}
.mainbox {
	float: left;
	width: 790px;
}
.sidebox {
	float: right  width: 200px;
}

.half {
   width: 48%;
}

.flt {
float: left;
}

.frt {
float: right;
}


.center {
	text-align: center;
}
.left {
	text-align: left;
}
.whitebar {
	/*text-align: center;*/
	clear: both;
}

.greybar {
	background-color: rgb(219,219,219);
	clear: both;
}
.itemtable {
	text-align: center;
	font-size: 10pt;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
}
.itemend {
	font-weight: normal;
}


